.comments-section #comments {
    font-size: 22px;
    color: #ce5032;
    margin: 0 0 8px;
}

.comments-section .commentlist .comment {
    border: solid 1px rgba(179, 179, 179, 0.32);
    border-radius: 8px !important;
    padding: 10px 15px;
    margin-bottom: 15px;
}

.comments-section .commentlist .comment .comment-awaiting-moderation {
    font-weight: 600;
    font-size: 13px;
    font-style: normal;
}

.comments-section .commentlist .comment .children .comment {
    margin-bottom: 5px !important;
}

.comments-section .commentlist .comment .comment-body {
    margin-bottom: 8px;
}

.comments-section .commentlist .comment .comment-body .comment-author {
    display: flex;
    gap: 10px;
    padding-bottom: 15px;
}

.comments-section .commentlist .comment .comment-body .comment-author img {
    border-radius: 5px;
}

.comments-section .commentlist .comment .comment-body .comment-author cite {
    color: #ce5032;
    font-style: normal;
}

.comments-section .commentlist .comment .comment-body .comment-author .says {
    color: #666666;
    font-weight: 500;
}

.comments-section .commentlist .comment .comment-body .comment-meta {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 8px;
}

.comments-section .commentlist .comment .comment-body .comment-meta a {
    color: #666666;
}

.comments-section .commentlist .comment .comment-body .comment-meta a:is(:last-child) {
    color: #ce5032;
}

.comments-section .commentlist .comment .comment-body p {
    color: #666666;
    font-weight: 400;
    margin-bottom: 15px;
}

.comments-section .commentlist .comment .comment-body p a {
    color: #ce5032;
}

.comments-section .commentlist .comment .comment-body .reply {
    font-size: 13px;
}

.comments-section .commentlist .comment .comment-body .reply a {
    color: #ce5032;
}

.comments-section .comment-respond {
    padding-top: 15px;
}

.comments-section .comment-respond .comment-reply-title {
    color: #ce5032;
    font-weight: 600;
    font-size: 22px;
    margin: 0;
}

.comments-section .comment-respond p {
    color: #666666;
}

.comments-section .comment-respond p:is(.comment-form-comment) {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-block: 15px;
}

.comments-section .comment-respond p:is(.comment-form-comment) label {
    font-weight: 600;
}

.comments-section .comment-respond p:is(.comment-form-comment) textarea {
    border: solid 1px rgba(179, 179, 179, 0.32);
    border-radius: 8px;
    padding: 8px;
    height: 150px;
    width: 100%;
}

.comments-section .comment-respond .comment-form-author,
.comments-section .comment-respond .comment-form-email {
    display: flex;
    flex-direction: row;
    gap: 15px;
    align-items: center;
    margin-bottom: 15px;
}

.comments-section .comment-respond .comment-form-author input,
.comments-section .comment-respond .comment-form-email input {
    border-radius: 8px;
    background-color: transparent !important;
    border: solid 1px rgba(179, 179, 179, 0.32);
}

.comments-section .comment-respond .comment-form-cookies-consent {
    margin-block: 15px;
}

.comments-section .comment-respond .form-submit input[type='submit'] {
    background-color: #FF5300;
    color: #fff;
    padding: 10px 15px;
    border-radius: 8px;
    transition: all 0.25s ease;
}

.comments-section .comment-respond .form-submit input[type='submit']:hover {
    opacity: 0.8;
}

.comments-section .commentlist .comment .comment-awaiting-moderation {
    font-weight: 600;
    font-size: 13px;
    font-style: normal;
}