/* custom-tailored-styles.css — per-client ONE-OFF styles that don't (yet) belong
   in the theme. Hand-merged into the theme later (e.g. the Yellowstone door-hanger).
   The Stylizer does NOT write here — it writes brand tokens straight into
   theme/StronkHAMMER-02-CSS.html. Keep this file for bespoke rules only. */

[data-stronkcrm-form]{display:contents}

/* 2026-07-10 — Door-hanger "5" legibility (home-2, TMAK).
   Theme sets .rt-hanger__five{color:var(--crimson) #630c1e} which is near-invisible
   on the charcoal door-hanger panel. Recolor to the brand gold accent (--gold #d8b95a),
   the same accent-on-dark color rt-eyebrow--gold uses. Single class, loads after 02-CSS
   → wins on equal specificity. No size change; 64px is already large. */
.rt-hanger__five{color:var(--gold)}

/* 2026-07-14 — Mailer logo panel (door-hanger #2). Theme default
   .rt-mailer__logo{background:var(--white)} rendered a white box around a red logo.
   Per owner: match the header logo — fill the panel with #231f20 (the header logo's
   own background) and use logo.png in the page (the same logo the header runs).
   Equal specificity, loads after 02-CSS -> overrides only the background. */
.rt-mailer__logo{background:#231f20}
