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

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

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

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

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

.thh-wrapper .thh-model-secondary {
    margin-top: 0.6rem;
    border-color: #cbd5e1;
    background: #f8fafc;
    color: #334155;
}

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

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