/* ==========================================================================
   Building Explorer — templates/development-type-details.php (+ the building
   cards reused by templates/neighborhood-details.php). Prefix: .bx-
   ========================================================================== */

:root {
    --bx-navy: #12213f;
    --bx-navy-2: #1c3160;
    --bx-gold: #d4af37;
    --bx-ink: #1d2433;
    --bx-muted: #667085;
    --bx-line: #e6e8ee;
    --bx-bg: #f6f7fa;
    --bx-radius: 14px;
    --bx-bar-h: 0px;
}

.bx-page { background: var(--bx-bg); color: var(--bx-ink); overflow-x: clip; }

/* ---------- hero ---------- */
.bx-hero {
    background:
        radial-gradient(1200px 400px at 85% -20%, rgba(212, 175, 55, .18), transparent 60%),
        linear-gradient(160deg, var(--bx-navy), var(--bx-navy-2));
    color: #fff;
    padding: 1.4rem 0 2.2rem;
}
.bx-hero .breadcrumb { --bs-breadcrumb-divider-color: rgba(255, 255, 255, .4); font-size: .85rem; margin-bottom: .9rem; }
.bx-hero .breadcrumb a { color: rgba(255, 255, 255, .75); text-decoration: none; }
.bx-hero .breadcrumb .active { color: #fff; }
.bx-hero h1 { font-size: clamp(1.55rem, 3.2vw, 2.6rem); margin: 0 0 .35rem; letter-spacing: .01em; color: #fff; }
.bx-sub { color: rgba(255, 255, 255, .75); margin: 0 0 1.3rem; font-size: 1.02rem; }
.bx-sub b { color: #fff; }
.bx-search { position: relative; max-width: 640px; }
.bx-search > i { position: absolute; left: 1.1rem; top: 50%; transform: translateY(-50%); color: var(--bx-muted); font-size: 1.1rem; pointer-events: none; }
.bx-search input { width: 100%; border: 0; border-radius: 999px; padding: .95rem 3rem .95rem 2.9rem; font-size: 1.02rem; box-shadow: 0 10px 30px rgba(0, 0, 0, .25); outline: none; }
.bx-search input:focus { box-shadow: 0 0 0 4px rgba(212, 175, 55, .45), 0 10px 30px rgba(0, 0, 0, .25); }
.bx-search input::-webkit-search-cancel-button { display: none; }
.bx-clear { position: absolute; right: .6rem; top: 50%; transform: translateY(-50%); border: 0; background: #eef0f4; border-radius: 999px; width: 2rem; height: 2rem; font-size: .8rem; }
.bx-quick { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 1rem; align-items: center; }
.bx-quick span { color: rgba(255, 255, 255, .6); font-size: .85rem; flex: 0 0 auto; }
.bx-quick button { flex: 0 0 auto; background: rgba(255, 255, 255, .1); color: #fff; border: 1px solid rgba(255, 255, 255, .2); border-radius: 999px; font-size: .82rem; padding: .25rem .75rem; }
.bx-quick button:hover, .bx-quick button.on { background: var(--bx-gold); color: #1a1a1a; border-color: var(--bx-gold); }
.bx-mosaic { position: absolute; right: 12px; top: .4rem; width: 40%; max-width: 540px; height: calc(100% - .4rem); grid-template-columns: 1.25fr 1fr; grid-template-rows: 1fr 1fr; gap: 10px; }
.bx-mosaic a { border-radius: 14px; overflow: hidden; position: relative; box-shadow: 0 12px 30px rgba(0, 0, 0, .35); }
.bx-mosaic a:first-child { grid-row: 1 / 3; }
.bx-mosaic img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.bx-mosaic a:hover img { transform: scale(1.06); }
.bx-mosaic span { position: absolute; left: .7rem; bottom: .55rem; right: .7rem; color: #fff; font-weight: 700; font-size: .85rem; text-shadow: 0 1px 6px rgba(0, 0, 0, .7); }
@media (min-width: 992px) { .bx-copy { max-width: 56%; } }

/* ---------- sticky filter bar ---------- */
.bx-bar { position: sticky; top: 0; z-index: 1020; background: #fff; border-bottom: 1px solid var(--bx-line); transition: box-shadow .2s; }
.bx-bar.is-stuck { box-shadow: 0 6px 20px rgba(18, 33, 63, .08); }
.bx-bar-row1 { padding: .7rem 0 .45rem; }
.bx-bar-row2 { display: flex; align-items: center; justify-content: space-between; gap: .75rem; padding: 0 0 .6rem; }
.bx-chips { display: flex; flex-wrap: wrap; gap: .45rem; align-items: center; }
.bx-div { width: 1px; height: 1.4rem; background: var(--bx-line); margin: 0 .15rem; flex: 0 0 1px; }
.bx-chip { flex: 0 0 auto; border: 1px solid var(--bx-line); background: #fff; border-radius: 999px; padding: .42rem .85rem; font-size: .88rem; color: var(--bx-ink); display: inline-flex; align-items: center; gap: .4rem; cursor: pointer; transition: all .15s; white-space: nowrap; text-decoration: none; }
.bx-chip:hover { border-color: #b9c0cf; color: var(--bx-ink); }
.bx-chip .n { font-size: .75rem; color: var(--bx-muted); font-weight: 700; }
.bx-chip.on { background: var(--bx-navy); border-color: var(--bx-navy); color: #fff; }
.bx-chip.on .n { color: var(--bx-gold); }
.bx-chip.is-off { opacity: .38; cursor: default; }
.bx-resultbar { display: flex; flex-wrap: wrap; align-items: center; gap: .5rem; min-width: 0; }
.bx-count { font-weight: 700; font-size: 1.02rem; margin-right: .4rem; }
.bx-pill { background: #e9ecf3; border-radius: 999px; padding: .25rem .35rem .25rem .7rem; font-size: .82rem; display: inline-flex; align-items: center; gap: .25rem; }
.bx-pill button { border: 0; background: transparent; line-height: 1; padding: 0 .2rem; color: var(--bx-muted); }
.bx-clearall { border: 0; background: none; font-size: .85rem; color: var(--bx-navy); text-decoration: underline; }
.bx-tools { display: flex; gap: .5rem; flex: 0 0 auto; align-items: center; }
.bx-btn { border: 1px solid var(--bx-line); background: #fff; border-radius: 10px; padding: .45rem .8rem; font-size: .88rem; display: inline-flex; align-items: center; gap: .4rem; color: var(--bx-ink); }
.bx-btn:hover { border-color: #b9c0cf; }
.bx-btn .badge { background: var(--bx-navy); }
.bx-sort { width: auto; border-radius: 10px; font-size: .88rem; }
.bx-seg { display: inline-flex; border: 1px solid var(--bx-line); border-radius: 10px; overflow: hidden; background: #fff; }
.bx-seg button { border: 0; background: transparent; padding: .45rem .75rem; font-size: .88rem; color: var(--bx-muted); display: inline-flex; gap: .35rem; align-items: center; }
.bx-seg button.on { background: var(--bx-navy); color: #fff; }
.bx-nb-menu { width: 320px; padding: .6rem; max-height: 70vh; }
.bx-nb-menu .list { max-height: 48vh; overflow-y: auto; margin-top: .5rem; }
.bx-nb-menu label { display: flex; align-items: center; gap: .55rem; padding: .38rem .45rem; border-radius: 8px; font-size: .9rem; cursor: pointer; }
.bx-nb-menu label:hover { background: var(--bx-bg); }
.bx-nb-menu label .n { margin-left: auto; color: var(--bx-muted); font-size: .78rem; }
.bx-nb-menu label.zero { opacity: .4; }

/* ---------- results ---------- */
.bx-layout { display: grid; grid-template-columns: 1fr; gap: 1.5rem; padding-top: 1.5rem; }
.bx-layout[data-view=map] { grid-template-columns: minmax(380px, 5fr) 7fr; }
.bx-map-wrap { display: none; }
.bx-layout[data-view=map] .bx-map-wrap { display: block; position: sticky; top: calc(var(--bx-bar-h) + 1rem); height: calc(100vh - var(--bx-bar-h) - 2rem); border-radius: var(--bx-radius); overflow: hidden; border: 1px solid var(--bx-line); }
#bxMap { width: 100%; height: 100%; background: #e8ecf2; }

.bx-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(270px, 1fr)); gap: 1.25rem; }
.bx-group-h { display: flex; align-items: baseline; justify-content: space-between; margin: 1.6rem 0 .8rem; padding-bottom: .45rem; border-bottom: 1px solid var(--bx-line); }
.bx-group-h:first-child { margin-top: .2rem; }
.bx-group-h h2 { font-size: 1.25rem; margin: 0; }
.bx-group-h h2 span { color: var(--bx-muted); font-size: 1rem; }
.bx-group-h a { font-size: .85rem; color: var(--bx-muted); text-decoration: none; }

/* ---------- building card (shared with the neighborhood page) ---------- */
.bx-card { background: #fff; border-radius: var(--bx-radius); overflow: hidden; box-shadow: 0 1px 2px rgba(16, 24, 40, .06), 0 1px 3px rgba(16, 24, 40, .06); transition: transform .2s, box-shadow .2s; position: relative; display: flex; flex-direction: column; }
.bx-card:hover { transform: translateY(-3px); box-shadow: 0 14px 30px rgba(18, 33, 63, .13); }
.bx-card.hl { outline: 2px solid var(--bx-gold); }
.bx-media { aspect-ratio: 16 / 10; position: relative; overflow: hidden; background: var(--bx-navy); }
.bx-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.bx-card:hover .bx-media img { transform: scale(1.05); }
.bx-art { position: absolute; inset: 0; background: linear-gradient(145deg, var(--bx-navy) 0%, var(--bx-navy-2) 100%); display: flex; align-items: center; justify-content: center; }
.bx-art::before { content: ""; position: absolute; inset: 10px; border: 1px solid rgba(212, 175, 55, .35); border-radius: 8px; pointer-events: none; }
.bx-art svg { position: absolute; left: 0; right: 0; bottom: 0; width: 100%; height: 58%; opacity: .12; }
.bx-mono { font-family: 'Trajan Pro', 'Cinzel', serif; font-size: 2.6rem; color: var(--bx-gold); letter-spacing: .06em; position: relative; text-shadow: 0 2px 12px rgba(0, 0, 0, .35); }
.bx-mono-icon { font-size: 2.6rem; color: var(--bx-gold); position: relative; }
.bx-art-cap { position: absolute; bottom: 1.1rem; left: 0; right: 0; text-align: center; font-size: .68rem; letter-spacing: .22em; text-transform: uppercase; color: rgba(255, 255, 255, .6); }
.bx-tags { position: absolute; top: .7rem; left: .7rem; display: flex; gap: .35rem; flex-wrap: wrap; z-index: 2; }
.bx-tags span { background: rgba(255, 255, 255, .94); color: var(--bx-navy); font-size: .7rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; border-radius: 6px; padding: .22rem .45rem; }
.bx-tags span.gold { background: var(--bx-gold); color: #1a1a1a; }
.bx-body { padding: .95rem 1rem .4rem; flex: 1; min-width: 0; }
.bx-body h3 { font-family: 'Lato', sans-serif; font-weight: 900; font-size: 1.08rem; margin: 0 0 .2rem; line-height: 1.3; }
.bx-body h3 a { color: inherit; text-decoration: none; }
.bx-body h3 a::after { content: ""; position: absolute; inset: 0; z-index: 1; }
.bx-addr { font-size: .85rem; color: var(--bx-muted); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.bx-nbh { font-size: .82rem; color: var(--bx-navy); font-weight: 700; margin-top: .3rem; display: inline-flex; align-items: center; gap: .25rem; }
.bx-types { display: flex; flex-wrap: wrap; gap: .3rem; margin-top: .55rem; }
.bx-types span { font-size: .72rem; color: #475467; border: 1px solid var(--bx-line); border-radius: 999px; padding: .12rem .5rem; }
.bx-actions { display: flex; border-top: 1px solid var(--bx-line); margin-top: .8rem; }
.bx-actions a { flex: 1; text-align: center; padding: .62rem .2rem; font-size: .85rem; font-weight: 700; color: var(--bx-navy); text-decoration: none; position: relative; z-index: 2; }
.bx-actions a + a { border-left: 1px solid var(--bx-line); }
.bx-actions a:hover { background: var(--bx-bg); }

/* list rows (map view) */
.bx-rows { display: flex; flex-direction: column; gap: .6rem; }
.bx-row { display: flex; gap: .85rem; background: #fff; border-radius: 12px; padding: .55rem; position: relative; box-shadow: 0 1px 2px rgba(16, 24, 40, .06); transition: box-shadow .15s; }
.bx-row:hover, .bx-row.hl { box-shadow: 0 0 0 2px var(--bx-gold); }
.bx-row .bx-media { flex: 0 0 132px; aspect-ratio: 4 / 3; border-radius: 9px; }
.bx-row .bx-mono, .bx-row .bx-mono-icon { font-size: 1.4rem; }
.bx-row .bx-art::before { display: none; }
.bx-row .bx-body { padding: .15rem 0; }
.bx-row .bx-actions { border: 0; margin-top: .35rem; gap: .8rem; }
.bx-row .bx-actions a { flex: 0 0 auto; padding: 0; font-size: .8rem; }
.bx-row .bx-actions a + a { border: 0; }

.bx-empty { background: #fff; border-radius: var(--bx-radius); padding: 3rem 1.5rem; text-align: center; }
.bx-empty > i { font-size: 2.4rem; color: var(--bx-gold); }

/* CTA + about */
.bx-cta { margin: 3rem 0 2rem; background: linear-gradient(120deg, var(--bx-navy), var(--bx-navy-2)); color: #fff; border-radius: 18px; padding: 2rem; display: flex; flex-wrap: wrap; gap: 1.2rem; align-items: center; justify-content: space-between; }
.bx-cta h2 { font-size: 1.45rem; margin: 0 0 .3rem; color: #fff; }
.bx-cta p { margin: 0; color: rgba(255, 255, 255, .75); }
.bx-cta .btn { background: var(--bx-gold); border: 0; color: #1a1a1a; font-weight: 900; border-radius: 999px; padding: .75rem 1.5rem; }
.bx-about { max-width: 880px; margin: 0 auto; padding-bottom: 3rem; color: #3b4252; }
.bx-about h2 { font-size: 1.35rem; }

/* map markers */
.bx-bubble { background: var(--bx-navy); color: #fff; border: 2px solid #fff; border-radius: 999px; font: 700 12px 'Lato', sans-serif; display: flex; align-items: center; justify-content: center; flex-direction: column; box-shadow: 0 4px 14px rgba(0, 0, 0, .3); line-height: 1.05; text-align: center; cursor: pointer; padding: 0; }
.bx-bubble small { font-weight: 400; font-size: 10px; opacity: .85; max-width: 90%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.bx-pin { width: 16px; height: 16px; border-radius: 50%; background: var(--bx-navy); border: 3px solid #fff; box-shadow: 0 2px 6px rgba(0, 0, 0, .35); transition: transform .15s; cursor: pointer; }
.bx-pin.hl { background: var(--bx-gold); transform: scale(1.5); }
.bx-pop { width: 230px; font-family: 'Lato', sans-serif; }
.bx-pop-media { height: 110px; position: relative; border-radius: 8px; overflow: hidden; background: var(--bx-navy); }
.bx-pop-media img { width: 100%; height: 100%; object-fit: cover; }
.bx-pop-media .bx-mono { font-size: 1.5rem; }
.bx-pop .p { padding: .55rem .1rem .1rem; }
.bx-pop b { display: block; font-size: .95rem; }
.bx-pop small { display: block; color: var(--bx-muted); }
.bx-pop a { font-weight: 700; font-size: .82rem; }

.bx-fab { display: none; }

@media (max-width: 991.98px) {
    .bx-layout[data-view=map] { grid-template-columns: 1fr; }
    .bx-layout[data-view=map] #bxResults { display: none; }
    .bx-layout[data-view=map] .bx-map-wrap { height: calc(100vh - var(--bx-bar-h) - 5rem); top: var(--bx-bar-h); border-radius: 0; margin: 0 -12px; }
    .bx-tools .bx-seg, .bx-tools .bx-sort { display: none; }
    .bx-chips { flex-wrap: nowrap; overflow-x: auto; scrollbar-width: none; mask-image: linear-gradient(90deg, #000 88%, transparent); }
    .bx-chips::-webkit-scrollbar { display: none; }
    .bx-bar-row2 { flex-direction: column-reverse; align-items: stretch; gap: .5rem; }
    .bx-tools { width: 100%; }
    .bx-tools .dropdown { flex: 1; }
    .bx-tools .dropdown .bx-btn { width: 100%; justify-content: center; }
    .bx-quick { flex-wrap: nowrap; overflow-x: auto; scrollbar-width: none; }
    .bx-fab { display: inline-flex; position: fixed; left: 50%; bottom: 1.1rem; transform: translateX(-50%); z-index: 1030; background: var(--bx-navy); color: #fff; border: 0; border-radius: 999px; padding: .75rem 1.3rem; font-weight: 700; box-shadow: 0 10px 25px rgba(0, 0, 0, .35); gap: .45rem; align-items: center; }
    .bx-grid { grid-template-columns: 1fr; }
    .bx-nb-menu { width: calc(100vw - 24px); }
}

@media (prefers-reduced-motion: reduce) {
    .bx-card, .bx-media img, .bx-mosaic img { transition: none; }
}

/* ==========================================================================
   /miami-real-estate/ hub — templates/development-types.php. Prefix: .mre-
   ========================================================================== */
.mre { background: #fff; color: var(--bx-ink); overflow-x: clip; }
.mre a { text-decoration: none; }
.mre-eyebrow { font-size: .74rem; font-weight: 900; letter-spacing: .24em; text-transform: uppercase; color: #e9cf7a; }
.mre-eyebrow.is-gold { color: var(--bx-gold); }
.mre-sec { padding: 5rem 0; }
.mre-h { font-size: clamp(1.7rem, 3vw, 2.5rem); margin: .4rem 0 1.6rem; line-height: 1.15; }
.mre-link { font-weight: 900; color: var(--bx-navy); display: inline-flex; gap: .4rem; align-items: center; }
.mre-row-head { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-end; gap: 1rem; }
.mre-row-head .mre-h { margin-bottom: 1.6rem; }
.mre-row-head .mre-link { margin-bottom: 1.8rem; }

.mre-hero { position: relative; color: #fff; background: var(--bx-navy) var(--mre-hero, none) center / cover no-repeat; }
.mre-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(11, 22, 48, .45), rgba(11, 22, 48, .25) 40%, rgba(11, 22, 48, .92)), linear-gradient(90deg, rgba(11, 22, 48, .6), transparent 65%); }
.mre-hero-in { position: relative; padding-top: 7rem; padding-bottom: 2.4rem; min-height: min(78svh, 760px); display: flex; flex-direction: column; justify-content: flex-end; }
.mre-hero .breadcrumb { --bs-breadcrumb-divider-color: rgba(255, 255, 255, .45); font-size: .85rem; margin-bottom: 1rem; }
.mre-hero .breadcrumb a { color: rgba(255, 255, 255, .8); }
.mre-hero .breadcrumb .active { color: #fff; }
.mre-hero h1 { font-size: clamp(2.6rem, 7.5vw, 6.2rem); line-height: .98; margin: .4rem 0 1.4rem; color: #fff; text-shadow: 0 4px 40px rgba(0, 0, 0, .35); }
.mre-hero h1 small { display: block; font-family: 'Lato', sans-serif; font-weight: 300; font-size: clamp(1.05rem, 2vw, 1.5rem); letter-spacing: .03em; margin-top: .8rem; color: rgba(255, 255, 255, .92); }
.mre-search { position: relative; max-width: 680px; display: flex; background: #fff; border-radius: 999px; box-shadow: 0 14px 40px rgba(0, 0, 0, .35); padding: .35rem; }
.mre-search > i { position: absolute; left: 1.2rem; top: 50%; transform: translateY(-50%); color: var(--bx-muted); font-size: 1.1rem; }
.mre-search input { flex: 1; min-width: 0; border: 0; outline: none; padding: .8rem 1rem .8rem 2.6rem; font-size: 1.05rem; border-radius: 999px; }
.mre-search button { border: 0; background: var(--bx-gold); color: #141414; font-weight: 900; border-radius: 999px; padding: .7rem 1.5rem; }
.mre-stats { display: flex; flex-wrap: wrap; gap: 2.4rem; margin-top: 2rem; }
.mre-stats b { display: block; font-size: 2rem; font-weight: 900; line-height: 1.1; }
.mre-stats span { font-size: .75rem; letter-spacing: .14em; text-transform: uppercase; color: rgba(255, 255, 255, .72); }

.mre-cats { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 1rem; }
.mre-cat { position: relative; aspect-ratio: 16 / 11; border-radius: 16px; overflow: hidden; color: #fff; display: block; background: linear-gradient(145deg, var(--bx-navy), var(--bx-navy-2)); box-shadow: 0 8px 24px rgba(18, 33, 63, .14); }
.mre-cat img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.mre-cat:hover img { transform: scale(1.06); }
.mre-cat::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 35%, rgba(11, 22, 48, .88)); }
.mre-cat-t { position: absolute; left: 1.1rem; right: 1.1rem; bottom: 1rem; z-index: 2; }
.mre-cat-t b { display: block; font-size: 1.25rem; font-weight: 900; line-height: 1.2; }
.mre-cat-t small { color: #e9cf7a; font-weight: 700; }

.mre-nbs { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 1rem; }
.mre-nbs > a { position: relative; aspect-ratio: 4 / 5; border-radius: 16px; overflow: hidden; color: #fff; display: block; background: linear-gradient(145deg, var(--bx-navy), var(--bx-navy-2)); }
.mre-nbs img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.mre-nbs > a:hover img { transform: scale(1.07); }
.mre-nbs > a::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(11, 22, 48, .88)); }
.mre-nbs span { position: absolute; left: 1rem; right: 1rem; bottom: .9rem; z-index: 2; }
.mre-nbs b { display: block; font-family: 'Trajan Pro', 'Cinzel', serif; font-size: 1.15rem; }
.mre-nbs small { color: rgba(255, 255, 255, .8); }

.mre .bx-page { background: var(--bx-bg); }
.mre .bx-hero h2 { color: #fff; margin: .4rem 0 .35rem; font-size: clamp(1.55rem, 3vw, 2.4rem); }

@media (max-width: 991.98px) {
    .mre-sec { padding: 3.4rem 0; }
    .mre-hero-in { padding-top: 4rem; min-height: 70svh; }
    .mre-stats { gap: 1.4rem; }
    .mre-stats b { font-size: 1.5rem; }
    .mre-cats { grid-template-columns: repeat(2, 1fr); }
    .mre-nbs { grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: 58%; overflow-x: auto; scroll-snap-type: x mandatory; }
    .mre-nbs > a { scroll-snap-align: start; }
    .mre-search button { padding: .7rem 1rem; }
}
@media (prefers-reduced-motion: reduce) { .mre-cat img, .mre-nbs img { transition: none; } }

/* ---------- favorite heart + compare link (state and clicks: assets/js/favorites.js) ---------- */
.bx-heart {
    position: absolute; top: .6rem; right: .6rem; z-index: 3;
    width: 2.35rem; height: 2.35rem; border: 0; border-radius: 50%;
    display: grid; place-items: center; font-size: 1.05rem; line-height: 1;
    background: rgba(255, 255, 255, .94); color: var(--bx-navy);
    box-shadow: 0 2px 8px rgba(16, 24, 40, .22); transition: transform .15s;
}
.bx-heart:hover { transform: scale(1.1); }
.bx-heart:focus-visible { outline: 3px solid var(--bx-gold); outline-offset: 2px; }
.bx-heart.is-fav i { animation: bx-pop .3s ease; }
@keyframes bx-pop { 50% { transform: scale(1.35); } }
.bx-actions a.bx-cmp { color: var(--bx-muted); }
.bx-actions a.bx-cmp:hover { color: var(--bx-navy); }
@media (prefers-reduced-motion: reduce) {
    .bx-heart, .bx-heart.is-fav i { transition: none; animation: none; }
}
