/*
 * learn-lms-cedine-palette.css — Cedine palette override for the /learn LMS
 * page's card/badge/button primitives. Ships to /Content/LIT/ via deploy.yml
 * (static asset, no IIS recycle).
 *
 * The LMS block's LavaTemplate (Rock AttributeValue 27897) needs to include a
 * <link rel="stylesheet" href="/Content/LIT/learn-lms-cedine-palette.css">
 * near the top of the template so these rules load. Website captain owns that
 * splice (direct-PATCH), separate from this file.
 *
 * Doubled selector specificity + !important on each rule to defeat the LMS
 * theme's purple bleed on .card-title (previously required inline overrides in
 * the LavaTemplate). Scoped strictly to LMS surfaces so nothing else on the
 * site is affected.
 *
 * Bundle: 2026-07-14 batch-5.
 */

.learn-lms .card-title.card-title { color: #1B4332 !important; }
.learn-lms .card.card             { background: #FFFEFB !important; border: 1px solid #E5E1D6 !important; }
.learn-lms .card-img-h.card-img-h { border-bottom: 3px solid #B08D57 !important; }
.learn-lms .btn-default.btn-default { background: #1B4332 !important; color: #FFFEFB !important; border-color: #14342B !important; }
.learn-lms .badge.badge           { background: #B08D57 !important; color: #14342B !important; }
