.thm-selector-card {
    margin-bottom: 16px;
}

.thm-selector-help {
    margin-top: 0;
}

.thm-empty-state {
    padding: 16px 18px;
    border: 1px dashed #c8d6e5;
    border-radius: 16px;
    background: #f8fbff;
    color: #4b5563;
}

.thm-empty-state p {
    margin: 0;
}

.thm-panels {
    display: grid;
    gap: 18px;
}

.thm-panel[hidden] {
    display: none !important;
}