/* css/pages/wizard_vps.css
 * VPS-wizard-specific styles (Fase 28a) -- loaded alongside the shared css/wizard-shell.css
 * and css/pages/order_domain.css. Only the configuration-step tile theming lives here now;
 * every other rule that used to be in css/pages/order_vps_wizard.css was fully generic and
 * has moved to wizard-shell.css with zero visual change.
 */

.wizard-shell .domain-ns-choice-card:hover {
    border-color: var(--wz-accent);
    box-shadow: 0 0 0 .1rem rgba(var(--wz-accent-rgb), .1);
}
.wizard-shell .domain-ns-choice-card.is-active {
    border-color: var(--wz-accent);
    box-shadow: 0 0 0 .15rem rgba(var(--wz-accent-rgb), .15);
}
.wizard-shell .domain-ns-choice-icon {
    background: rgba(var(--wz-accent-rgb), .14);
    color: var(--wz-accent);
}
