/*
 * 1805Loaded Branding Suite – Frontend Styles
 * ----------------------------------------------
 * Supplemental frontend styles. Core footer bar styles
 * are injected inline via PHP for dynamic color support.
 */

/* ── Footer Credit Bar ────────────────────────────────────────── */
/*
 * Core styles are injected inline via PHP (with !important) for
 * dynamic color support and theme override protection.
 * This file handles supplemental / responsive rules only.
 */

/* ── Responsive ───────────────────────────────────────────────── */
@media screen and (max-width: 480px) {
    #obs-footer-credit {
        font-size: 11px !important;
        padding: 6px 12px !important;
    }
}
