#comments {
    margin-top: 120px;
}
#comments h3.comments-title {
    color: var(--Web-Deep-Black, #1C1C1C);
/* H2/Desktop & Tablet */
font-family: "Titling Gothic FB";
font-size: 36px !important;
font-style: normal;
font-weight: 500;
line-height: 46px; /* 127.778% */ 
text-transform: unset;
}

#comments .comment .comment-wrapper {
    background-color: #fff;
    padding: 0;
}
#comments .comment-author {
    margin-bottom: 0;
}
#comments .comment-author a {
    color: var(--Web-Deep-Black, #1C1C1C);
/* Paragraph/Medium - Bold */
font-family: Archivo;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 24px; /* 150% */ 

}

#comments .comment-content {
color: var(--Web-Deep-Black, #1C1C1C);
/* Paragraph/Medium - Regular */
font-family: Archivo;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 150% */ 
}

.comment-respond {
    width: 100%;
    margin: auto;
}

@media (min-width: 1024px) {
    .comment-respond {
        width: 700px;
        margin: auto;
    }
}

#commentform input {
    width: 100%;
}

#show-comment-form-button {
    display: flex;
    padding: 8px 18px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch; 
    border-radius: 3px;
border: 1px solid rgba(29, 29, 29, 0.20);
background: var(--Web-White, #FFF); 
font-family: "Archivo" !important;
}

#show-comment-form-button.active {
display: none;
}

.comment-form-container.invesdor-grid-header {
    display: none;
}

.comments-area .comments-title {
    margin-bottom: 48px !important;
}


.comment-form-cookies-consent {
    display: flex;
    flex-direction: row;
}
#wp-comment-cookies-consent {
    width: auto !important;
    min-width: auto !important;
}