/* allowlists.css — Page-specific styles for IP Allowlists management
 *
 * Replaces inline styles to comply with CSP (no inline style attributes).
 * Uses CSS custom properties from theme.css for consistency.
 */

/* ─── Form input sizing ──────────────────────────────────── */
.al-input-cidr { width: 200px; }
.al-input-label { width: 200px; }
.al-input-expires { width: 200px; }
