.register-input-wrap select {
    width: 100%;
    min-width: 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    padding: 0;
}

.register-input-wrap select:invalid {
    color: #64748b;
}

.business-type-settings .settings-request-details {
    border: 1px solid var(--border, #dbe3ed);
    border-radius: 14px;
    background: var(--surface-soft, #f8fafc);
    padding: 0 16px;
}

.business-type-settings .settings-request-details > summary {
    cursor: pointer;
    font-weight: 700;
    padding: 16px 0;
}

.business-type-settings .settings-request-details[open] > summary {
    border-bottom: 1px solid var(--border, #dbe3ed);
    margin-bottom: 16px;
}

.admin-review-form {
    min-width: 230px;
}

.admin-review-form .page-actions {
    justify-content: flex-start;
    gap: 8px;
}

.regulated-onboarding-card small,
.business-type-settings label small,
.regulated-mode-settings label small {
    display: block;
    margin-top: 5px;
    color: var(--muted, #64748b);
    line-height: 1.4;
}

@media (max-width: 720px) {
    .admin-review-form { min-width: 190px; }
    .business-type-settings .settings-request-details { padding: 0 12px; }
}
