.comments {
    margin-top: 20px;
}

.comments .title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0.25em;
}

.comments .notice {
    font-size: 12px !important;
    line-height: 1.7 !important;
}

.comments .commento-root .commento-guest-details {
    text-align: left;
    padding-left: 16px;
    padding-right: 16px;
}

.comments .commento-root .commento-anonymous-checkbox-container input[type="checkbox"] + label {
    text-transform: none;
    font-weight: normal;
    letter-spacing: normal;
    font-style: normal;
}

.comments .commento-root #commento-textarea-container-root textarea::placeholder {
    /* in case the original placeholder is desired... */
    
    /*font-size: 15px;
    display: flex;
    line-height: 1.5;
    justify-content: start;
    align-items: start;
    text-align: start;*/

    opacity: 0;
}

/* Replaces the original placeholder for a better translation */
.comments .commento-root #commento-textarea-container-root:has(> textarea:placeholder-shown)::after {
    position: absolute;
    left: 9.5px;
    top: 9.5px;
    color: #868e96;
    content: "Začněte psát...";
 } 

.comments .commento-root .commento-submit-button {
    background: transparent;
    box-shadow: none;
    color: var(--color-primary);
    border: 1px solid var(--color-primary);
    font-size: 10px;
    font-style: italic;
    font-weight: 400;
    letter-spacing: 1.4px;
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 9999px;
}

.comments .commento-root .commento-submit-button:disabled {
    opacity: 45%;
    cursor: not-allowed;
}

.comments .commento-root .commento-submit-button:not(:disabled):hover {
    background: var(--color-theme);
    border: 1px solid var(--color-theme);
    color: var(--color-background);
}

.comments .commento-root .commento-card .commento-pending::after {
    content: "Čeká na schválení"
}

.commento-root .commento-card .commento-anonymous::after {
    display: none;
}

.comments .commento-root .commento-footer {
    display: none !important;
}

.comments .commento-root .commento-button-margin {
    padding-top: 0 !important;
}