/* TM CMS page */
/* ===================================================================
   COMEDIANS PAGE — only what's unique to this page.
   The hero shell (.hero-sec/.hero-grid), search box, pager, and
   .no-results now live in global.css and are shared by every page.
   =================================================================== */

/* Hero background for this page — everything else comes from global .hero-sec. */
/* >>> Replace REPLACE_WITH_HERO_BG_URL with your hero background image URL <<< */
.hero-sec{ --hero-bg:url('https://tracedmethod.s3.us-west-2.amazonaws.com/mint/home/comedians-hero-bg.png'); --hero-pad:clamp(44px,5vw,96px); }

/* COMEDIANS GRID component — only what's unique to this component.
   .card-grid, .search-box, .pager, .no-results come from the template (global) CSS. */
.comedian-grid .cg-grid .card .ctitle{text-transform:uppercase;letter-spacing:.5px;margin-top:10px}