/* Nexus Control — Modal Forms */
#nxctl-portal .nc-modal .nc-form-group:last-child { margin-bottom: 0; }
#nxctl-portal .nc-modal .nc-cal { width: 100%; }
#nxctl-portal .nc-modal .nc-expiry-section {
    background: var(--nc-surface2);
    border: 1px solid var(--nc-border);
    border-radius: var(--nc-radius-lg);
    padding: var(--nc-space-4);
    margin-top: var(--nc-space-3);
}
#nxctl-portal .nc-modal .nc-expiry-section__title {
    font-size: var(--nc-fs-xs); font-weight: 700; text-transform: uppercase;
    letter-spacing: .06em; color: var(--nc-muted); margin-bottom: var(--nc-space-3);
}
