.thh-wrapper .thh-checkbox-wrap {
    margin-top: 0.2rem;
}

.thh-wrapper .thh-checkbox-label {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.9rem;
    color: #4A262D;
    font-weight: 500;
}

.thh-wrapper .thh-help {
    display: block;
    margin-top: 0.35rem;
    font-size: 0.82rem;
    color: #7A4C54;
}

.thh-wrapper .thh-btn-reset {
    background: #6E3A43;
}

.thh-wrapper .thh-btn-reset:hover {
    background: #4A262D;
}

.thh-wrapper .thh-model {
    margin: 0.9rem 0 0;
    padding: 0.65rem 0.8rem;
    border: 1px solid #E7CBD4;
    background: #FBEEF1;
    color: #8F0018;
    font-size: 0.86rem;
}

.thh-wrapper .thh-model-secondary {
    margin-top: 0.6rem;
    border-color: #DEBBC3;
    background: #FCF4F6;
    color: #4A262D;
}

.thh-wrapper .thh-note-list {
    margin: 0.9rem 0 0;
    padding-left: 1.1rem;
}

.thh-wrapper .thh-note {
    margin: 0.25rem 0;
    color: #6E3A43;
    font-size: 0.86rem;
}
