/*
 Theme Name:   Hello Elementor Child
 Template:     hello-elementor
 Description:  Hello Elementor için çocuk tema
 Version:      1.0.0
*/

.comment-respond {
    background: #ffffff !important;
    padding: 20px !important;
    border-radius: 10px !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.comment-reply-title {
    font-size: 24px !important;
    color: #333 !important;
    margin-bottom: 20px !important;
    font-weight: 600 !important;
}

.comment-form-comment label,
.comment-form-author label,
.comment-form-email label {
    display: block !important;
    font-size: 16px !important;
    color: #555 !important;
    margin-bottom: 8px !important;
    font-weight: 500 !important;
}

.comment-form-comment textarea,
.comment-form-author input,
.comment-form-email input {
    width: 100% !important;
    padding: 12px !important;
    border: 1px solid #ddd !important;
    border-radius: 8px !important;
    font-size: 16px !important;
    color: #333 !important;
    background: #f9f9f9 !important;
    transition: border-color 0.3s, box-shadow 0.3s !important;
}

.comment-form-comment textarea:focus,
.comment-form-author input:focus,
.comment-form-email input:focus {
    border-color: #007bff !important;
    box-shadow: 0 0 8px rgba(0, 123, 255, 0.2) !important;
    outline: none !important;
}

.g-recaptcha {
    margin: 15px 0 !important;
    display: flex !important;
    justify-content: center !important;
}

.modern-submit-button {
    background: #007bff !important;
    color: #fff !important;
    padding: 12px 24px !important;
    border: none !important;
    border-radius: 8px !important;
    font-size: 16px !important;
    cursor: pointer !important;
    transition: background 0.3s !important;
}

.modern-submit-button:hover {
    background: #0056b3 !important;
}

.comment-list {
    list-style: none !important;
    padding: 0 !important;
    margin-top: 30px !important;
}

.comment {
    background: #ffffff !important;
    padding: 20px !important;
    border-radius: 10px !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08) !important;
    margin-bottom: 20px !important;
}

.comment-author {
    display: flex !important;
    align-items: center !important;
    margin-bottom: 10px !important;
}

.comment-author img {
    border-radius: 50% !important;
    margin-right: 10px !important;
    width: 40px !important;
    height: 40px !important;
}

.comment-author .fn {
    font-size: 18px !important;
    color: #333 !important;
    font-weight: 600 !important;
}

.comment-metadata {
    font-size: 14px !important;
    color: #777 !important;
    margin-bottom: 10px !important;
}

.comment-content p {
    font-size: 16px !important;
    color: #444 !important;
    line-height: 1.6 !important;
}

.reply a {
    color: #007bff !important;
    text-decoration: none !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}

.reply a:hover {
    text-decoration: underline !important;
}

/* Mobil uyumluluk */
@media (max-width: 600px) {
    .comment-respond,
    .comment {
        padding: 15px !important;
    }

    .comment-reply-title {
        font-size: 20px !important;
    }

    .comment-form-comment textarea,
    .comment-form-author input,
    .comment-form-email input {
        font-size: 14px !important;
        padding: 10px !important;
    }

    .modern-submit-button {
        padding: 10px 20px !important;
        font-size: 14px !important;
    }
}