/* =============================================================
   ABOUT PAGE — Scoped page styles
   Only loaded on about.php
   ============================================================= */

/* ── Page Hero — pill shown inline in the hero ── */
.about-hero-pill {
    margin-bottom: 1.25rem;
    display: inline-flex;
}

/* ── Team section — custom vertical spacing ── */
.team-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

/* ── Story image badge — heart icon ── */
.team-badge-icon {
    color: #30e8bd;
    font-size: 1.5rem;
    margin-right: 0.5rem;
}

/* ── Story image badge lord-icon sizing ── */
.lordicon-badge {
    width: 32px;
    height: 32px;
}
