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

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

.thm-module-select {
    min-height: 48px;
    height: 48px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 46px;
    color: #2A151A;
}

.thm-empty-state {
    padding: 16px 18px;
    border: 1px dashed #DDBAC2;
    background: #FDF5F7;
    color: #724048;
}

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

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

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