/*
Theme Name:   Amely Child
Theme URI:    https://lifeboatcollectables.com
Description:  Child theme of Amely for Lifeboat Collectables. All custom Station Histories styling is scoped to body.lsh-station-body so it cannot affect the header, footer, sidebar or any other page.
Author:       Lifeboat Collectables
Template:     amely
Version:      1.7.16
Text Domain:  amely-child
*/

/* ──────────────────────────────────────────────────────────────────────────
   IMPORTANT: This stylesheet intentionally contains NO structural rules.
   It does not touch .container, .site-content, header, footer or sidebar.
   All Station Histories layout is handled by:
     1. The plugin's frontend.css (accordion, info box, map, launches, etc.)
     2. The scoped <style> block printed in wp_head by functions.php
   Both are strictly scoped to body.lsh-station-body or .lsh-* classes.
   Keeping this file minimal prevents any sitewide style leakage.
   ────────────────────────────────────────────────────────────────────────── */

/* Shared, tunable top gap between the header divider line and page content
   ("RNLI Reference" on the archive, the eyebrow on the Boat Classes hub).
   Change this ONE value to adjust both pages together. */
:root { --lsh-top-gap: 56px; }

/* Verify flag pill — safe, scoped to our class only */
body.lsh-station-body .lsh-vf,
.lsh-vf {
    display: inline-block;
    background: #fffbeb;
    border: 1px solid #f5c842;
    color: #92700a;
    font-size: 0.62rem;
    font-weight: 700;
    padding: 1px 6px;
    border-radius: 2px;
    margin-left: 5px;
    letter-spacing: 0.05em;
    vertical-align: middle;
}
