/* W301 - Custom overrides for Bootstrap */

/* Override old full-width buttons, but don't override buttons with explicit width */
.btn-primary:not([style*="width"]),
.btn-secondary:not([style*="width"]) {
    width: auto !important;
}

/* Ensure old dark theme variables don't leak */
:root {
    --accent: #2c3e50;
    --accent-light: #3498db;
}
