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

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

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

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

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

.thh-wrapper .thh-model-secondary {
    margin-top: 0.6rem;
    border-color: #D7C9A6;
    background: #FBF8F1;
    color: #5A4A2A;
}

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

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