.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: #5C2327;
    font-weight: 500;
}

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

.thh-wrapper .thh-btn-reset {
    background: #83363C;
}

.thh-wrapper .thh-btn-reset:hover {
    background: #5C2327;
}

.thh-wrapper .thh-model {
    margin: 0.9rem 0 0;
    padding: 0.65rem 0.8rem;
    border: 1px solid #ECB0B4;
    background: #FCF0F2;
    color: #A53A42;
    border-radius: 8px;
    font-size: 0.86rem;
}

.thh-wrapper .thh-model-secondary {
    margin-top: 0.6rem;
    border-color: #E7C7CA;
    background: #FFF7F7;
    color: #5C2327;
}

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

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