.bt-post-comments {
    width: 100%;
    color: #111;
    font-family: "Ubuntu", Arial, Helvetica, sans-serif;
}

.bt-post-comments .comment-respond,
.bt-post-comments .comment-form {
    width: 100%;
}

.bt-post-comments .comment-reply-title {
    margin: 0 0 8px;
    color: #111;
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(2.7rem, 5vw, 4.4rem);
    font-weight: 600;
    line-height: 1.08;
}

.bt-post-comments .comment-reply-title small {
    margin-left: 12px;
    font-family: "Ubuntu", Arial, Helvetica, sans-serif;
    font-size: 0.35em;
}

.bt-post-comments .comment-notes,
.bt-post-comments .logged-in-as {
    margin: 0 0 46px;
    font-size: clamp(1rem, 1.7vw, 1.35rem);
    line-height: 1.5;
}

.bt-post-comments .comment-form > p {
    margin: 0 0 30px;
}

.bt-post-comments .comment-form label {
    display: block;
    margin: 0 0 7px;
    color: #111;
    font-size: clamp(1rem, 1.6vw, 1.3rem);
    font-weight: 500;
    line-height: 1.35;
}

.bt-post-comments input[type="text"],
.bt-post-comments input[type="email"],
.bt-post-comments input[type="url"],
.bt-post-comments textarea {
    display: block;
    width: 100%;
    min-height: 56px;
    padding: 13px 16px;
    border: 1px solid #c8c8c8;
    border-radius: 4px;
    outline: 0;
    color: #111;
    background: #fff;
    font: inherit;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.bt-post-comments textarea {
    min-height: 380px;
    resize: vertical;
}

.bt-post-comments input[type="text"]:focus,
.bt-post-comments input[type="email"]:focus,
.bt-post-comments input[type="url"]:focus,
.bt-post-comments textarea:focus {
    border-color: #788e33;
    box-shadow: 0 0 0 3px rgba(120, 142, 51, 0.16);
}

.bt-post-comments .comment-form-cookies-consent,
.bt-post-comments .comment-subscription-form {
    display: flex;
    align-items: flex-start;
    gap: 9px;
}

.bt-post-comments .comment-form-cookies-consent input,
.bt-post-comments .comment-subscription-form input {
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    margin: 4px 0 0;
    accent-color: #ca5623;
}

.bt-post-comments .comment-form-cookies-consent label,
.bt-post-comments .comment-subscription-form label {
    margin: 0;
    font-size: clamp(0.95rem, 1.45vw, 1.2rem);
    font-weight: 400;
}

.bt-post-comments .form-submit {
    margin-top: 40px;
}

.bt-post-comments .submit {
    display: inline-flex;
    min-height: 58px;
    align-items: center;
    justify-content: center;
    padding: 14px 32px;
    border: 0;
    border-radius: 999px;
    color: #fff;
    background: #ca5623;
    font-family: "Ubuntu", Arial, Helvetica, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.bt-post-comments .submit:hover,
.bt-post-comments .submit:focus-visible {
    color: #fff;
    background: #aa4418;
    transform: translateY(-1px);
}

.bt-post-comments .required {
    color: inherit;
}

.bt-post-comments__list-wrap {
    margin-bottom: 70px;
}

.bt-post-comments__list-title {
    margin: 0 0 28px;
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(2rem, 3vw, 3rem);
}

.bt-post-comments__list,
.bt-post-comments__list .children {
    margin: 0;
    padding: 0;
    list-style: none;
}

.bt-post-comments__list .children {
    padding-left: 50px;
}

.bt-post-comments__list .comment-body {
    margin-bottom: 28px;
    padding-bottom: 28px;
    border-bottom: 1px solid #ddd;
}

.bt-post-comments__list .comment-author {
    display: flex;
    align-items: center;
    gap: 12px;
}

.bt-post-comments__list .avatar {
    border-radius: 50%;
}

.bt-post-comments__notice,
.bt-post-comments__closed {
    padding: 20px;
    border: 1px solid #ddd;
    background: #fafafa;
}

@media (max-width: 767px) {
    .bt-post-comments .comment-reply-title {
        font-size: 2.55rem;
    }

    .bt-post-comments .comment-notes,
    .bt-post-comments .logged-in-as {
        margin-bottom: 34px;
    }

    .bt-post-comments textarea {
        min-height: 240px;
    }

    .bt-post-comments .comment-form > p {
        margin-bottom: 24px;
    }

    .bt-post-comments .submit {
        width: 100%;
    }

    .bt-post-comments__list .children {
        padding-left: 20px;
    }
}
