/* BioPeak static site — helpers for the imported build. */

/* image-slot -> img replacement fills its sized box.
   :where() keeps specificity at zero so each page's own slot sizing
   (heights, aspect ratios) always takes precedence over this default. */
:where(.bp-img) { display: block; width: 100%; height: 100%; }

/* static header dropdown / mobile sub visibility toggles */
.bp-dropdown[hidden] { display: none !important; }
.bp-mobile-sub[hidden] { display: none !important; }

/* header CTA link (styled inline like the inverse button) hover parity */
.bp-header-actions a.bp-cta:hover { background: var(--cream-200); border-color: var(--cream-200); }
