/*
Theme Name: Magnetech
Theme URI: https://teamet.me
Author: teamet
Author URI: https://teamet.me
Description: Magnetech Blog Theme.
Requires at least: 6.6
Requires PHP: 7.0
Version: 1.7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

.magnetech-comment-row {
    display: flex;
    gap: 16px;
    margin-bottom: 16px;
}

.magnetech-comment-row .magnetech-comment-input {
    width: 100%;
    flex: 1 1 0;
    margin-bottom: 0;
}

.magnetech-comment-input,
.magnetech-comment-textarea {
    width: 100%;
    padding: 16px;
    border: 1px solid #bfc2cc;
    border-radius: 12px;
    font-size: 18px;
    box-sizing: border-box;
    background: #fff;
}

.magnetech-comment-textarea {
    min-height: 120px;
    resize: vertical;
    margin-bottom: 16px;
}

.magnetech-comment-btn {
    background: #3777f6;
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 16px 0;
    font-size: 18px;
    font-weight: 600;
    width: 180px;
    cursor: pointer;
    margin-top: 10px;
    transition: background 0.2s;
    display: block;
}

.magnetech-comment-btn:hover {
    background: #2456c3;
}

.comment-reply-title {
    display: none !important;
}