.tfh-comments {
    max-width: 760px;
    margin: 56px auto 0;
    padding: 36px;
    color: #1a1a1a;
    background: #ffffff;
    border: 1px solid #cfe1dd;
    border-top: 4px solid #326d68;
    border-radius: 8px;
    box-shadow: 0 18px 45px rgba(17, 40, 37, 0.08);
    font-family: inherit;
}

.tfh-comments__header {
    padding-bottom: 22px;
    border-bottom: 1px solid #dbe8e5;
}

.tfh-comments__eyebrow {
    margin: 0 0 8px;
    color: #326d68;
    font-size: 0.78rem;
    font-weight: 700;
    line-height: 1.4;
    text-transform: uppercase;
}

.tfh-comments__title {
    margin: 0;
    color: #171717;
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1.3;
}

.tfh-comments__intro {
    max-width: 620px;
    margin: 12px 0 0;
    color: #303f3d;
    font-size: 1rem;
    line-height: 1.65;
}

.tfh-comments__list {
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
}

.tfh-comments__list .comment {
    margin: 0;
    padding: 22px 0;
    border-bottom: 1px solid #dde9e6;
    list-style: none;
}

.tfh-comments__list .children {
    margin: 20px 0 0 28px;
    padding: 0 0 0 20px;
    border-left: 2px solid #cfe1dd;
    list-style: none;
}

.tfh-comments__list .comment-body {
    position: relative;
    min-height: 44px;
    padding-left: 60px;
}

.tfh-comments__list .avatar {
    position: absolute;
    top: 0;
    left: 0;
    width: 44px;
    height: 44px;
    border-radius: 50%;
}

.tfh-comments__list .comment-author {
    color: #171717;
    font-size: 0.98rem;
    font-weight: 700;
    line-height: 1.35;
}

.tfh-comments__list .bypostauthor .comment-author::after {
    content: "Author";
    display: inline-block;
    margin-left: 8px;
    padding: 3px 7px;
    color: #326d68;
    background: #edf7f5;
    border: 1px solid #c9ded9;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 700;
    line-height: 1.1;
    vertical-align: 0.08em;
}

.tfh-comments__list .comment-author .says {
    display: none;
}

.tfh-comments__list .comment-meta {
    margin-top: 3px;
    color: #58706c;
    font-size: 0.86rem;
    line-height: 1.4;
}

.tfh-comments__list .comment-meta a,
.tfh-comments__list .reply a,
.tfh-comments__form a {
    color: #1a1a1a;
    text-decoration: none;
    border-bottom: 1px solid currentColor;
}

.tfh-comments__list .comment-content {
    margin-top: 14px;
    color: #273331;
    font-size: 0.98rem;
    line-height: 1.7;
}

.tfh-comments__list .comment-content p {
    margin: 0 0 12px;
}

.tfh-comments__list .comment-content p:last-child {
    margin-bottom: 0;
}

.tfh-comments__list .reply {
    margin-top: 14px;
    font-size: 0.9rem;
    font-weight: 700;
}

.tfh-comments__empty,
.tfh-comments__closed {
    margin: 24px 0 0;
    color: #40504d;
    font-size: 0.98rem;
    line-height: 1.6;
}

.tfh-comments__form-wrap {
    margin-top: 30px;
    padding-top: 28px;
    border-top: 1px solid #dbe8e5;
}

.tfh-comments--empty .tfh-comments__form-wrap {
    margin-top: 0;
    border-top: 0;
}

.tfh-comments__form-wrap .comment-reply-title {
    margin: 0 0 10px;
    color: #171717;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.3;
}

.tfh-comments__form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.tfh-comments__form .comment-notes,
.tfh-comments__form .logged-in-as,
.tfh-comments__form .comment-form-comment,
.tfh-comments__form .form-submit {
    grid-column: 1 / -1;
}

.tfh-comments__form p {
    margin: 0;
}

.tfh-comments__form label {
    display: block;
    margin-bottom: 7px;
    color: #223331;
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.35;
}

.tfh-comments__form input,
.tfh-comments__form textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 12px 14px;
    color: #171717;
    background: #fff;
    border: 1px solid #cddfdb;
    border-radius: 6px;
    font: inherit;
    line-height: 1.45;
}

.tfh-comments__form textarea {
    min-height: 140px;
    resize: vertical;
}

.tfh-comments__form input:focus,
.tfh-comments__form textarea:focus {
    border-color: #326d68;
    outline: 3px solid rgba(50, 109, 104, 0.16);
}

.tfh-comments__form .comment-notes,
.tfh-comments__form .logged-in-as {
    color: #4b625e;
    font-size: 0.92rem;
    line-height: 1.55;
}

.tfh-comments__form .submit {
    padding: 12px 18px;
    color: #fff;
    background: #1a1a1a;
    border: 1px solid #1a1a1a;
    border-radius: 6px;
    font: inherit;
    font-weight: 700;
    line-height: 1.3;
    cursor: pointer;
}

.tfh-comments__form .submit:hover,
.tfh-comments__form .submit:focus {
    background: #326d68;
    border-color: #326d68;
}

@media (max-width: 600px) {
    .tfh-comments {
        margin-top: 44px;
        padding: 28px 22px;
    }

    .tfh-comments__form {
        grid-template-columns: 1fr;
    }

    .tfh-comments__list .comment-body {
        padding-left: 0;
    }

    .tfh-comments__list .avatar {
        position: static;
        float: left;
        margin: 0 14px 8px 0;
    }

    .tfh-comments__list .children {
        margin-left: 0;
        padding-left: 16px;
    }
}
