/* Fulgent Post Atelier — branded interaction accents
   Purpose: keep the original WOX motion language while replacing the legacy red
   hover fill with Fulgent gold. Loaded last so the core template remains untouched. */

:root {
    --fpa-gold: #c7a34f;
    --fpa-gold-soft: rgba(199, 163, 79, 0.28);
}

/* Preserve the original WOX button sweep animation; change only its accent colour. */
.c-btn.fullwidth-liquid::before,
.c-btn.inverse::before,
.c-btn.inverse-dark::before {
    background: var(--fpa-gold) !important;
}

/* Process CTA — explicitly branded so EXPLORE THE PROCESS is always gold on hover. */
.fpa-process .c-btn::before,
.fpa-process a:hover .c-btn::before,
.fpa-process .c-btn:hover::before {
    background: var(--fpa-gold) !important;
}

/* Keep keyboard/focus feedback consistent with the same accent family. */
.fpa-process .c-btn:focus-visible,
.fpa-process a:focus-visible .c-btn {
    outline: 1px solid var(--fpa-gold);
    outline-offset: 4px;
}

/* Optional template media-progress accent, should it ever appear. */
.mb_YTPBar .mb_YTPLoaded {
    background: var(--fpa-gold) !important;
}
