/* Türk Manşet Core RC28 — no-crop / zero-gutter homepage side + bottom teaser media.
 * Text baked into editorial artwork must remain fully visible. The frame follows
 * each image's own aspect ratio instead of forcing the theme's crop box.
 */
.tm-safe-teaser-frame{
  --tm-teaser-ratio: 16 / 9;
  position:relative!important;
  display:block!important;
  width:100%!important;
  height:auto!important;
  min-height:0!important;
  max-height:none!important;
  aspect-ratio:var(--tm-teaser-ratio)!important;
  padding:0!important;
  margin:0!important;
  background:transparent!important;
  overflow:hidden!important;
  line-height:0!important;
}

img.tm-safe-teaser-image{
  position:absolute!important;
  inset:0!important;
  display:block!important;
  width:100%!important;
  height:100%!important;
  min-width:0!important;
  min-height:0!important;
  max-width:none!important;
  max-height:none!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  object-fit:contain!important;
  object-position:center center!important;
  background:transparent!important;
  transform:none!important;
  box-sizing:border-box!important;
}

/* Theme pseudo-elements / overlays must not create visual gutters around media. */
.tm-safe-teaser-frame::before,
.tm-safe-teaser-frame::after{
  margin:0!important;
  padding:0!important;
}

@media (max-width: 782px){
  .tm-safe-teaser-frame{
    width:100%!important;
    height:auto!important;
  }
}

/* RC33 — web homepage: Bölgeden Haberler -> ordered category stacks. */
.tm-hcs-stack{width:min(100%,1280px);margin:40px auto 0;display:grid;gap:48px;padding:0 0 28px}
.tm-hcs-section{min-width:0;background:var(--tm-section-bg,#fff);color:var(--tm-section-text,#111);padding:28px;border-radius:24px;box-shadow:0 10px 34px rgba(15,23,42,.05);transition:background-color .2s ease,color .2s ease}
.tm-hcs-heading{display:flex;align-items:center;gap:10px;margin:0 0 18px}
.tm-hcs-heading>span{display:block;width:7px;height:34px;border-radius:5px;background:#e30613;flex:0 0 auto}
.tm-hcs-heading h2{margin:0!important;font-size:clamp(26px,2vw,36px)!important;line-height:1.05!important;font-weight:800!important;color:var(--tm-section-text,#111)!important;letter-spacing:-.025em}
.tm-hcs-chips{display:flex;gap:10px;flex-wrap:wrap;margin:0 0 20px}
.tm-hcs-chip{appearance:none;border:1px solid var(--tm-section-border,#d8dce2)!important;background:var(--tm-section-chip,#fff)!important;color:var(--tm-section-chip-text,#111)!important;border-radius:999px!important;padding:9px 20px!important;min-height:40px;font:700 14px/1.1 inherit!important;cursor:pointer;box-shadow:none!important;backdrop-filter:blur(5px)}
.tm-hcs-chip.is-active{background:#e30613!important;border-color:#e30613!important;color:#fff!important}
.tm-hcs-content{min-height:180px}
.tm-hcs-loading,.tm-hcs-empty{display:flex;align-items:center;justify-content:center;min-height:180px;border:1px solid var(--tm-section-border,#e1e4e8);border-radius:18px;color:var(--tm-section-muted,#667085);background:var(--tm-section-surface,#fff)}
.tm-hcs-lead{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(360px,.9fr);border:1px solid var(--tm-section-border,#dde1e7);border-radius:18px;overflow:hidden;background:var(--tm-section-surface,#fff);min-height:390px}
.tm-hcs-lead-media{display:flex;align-items:center;justify-content:center;min-width:0;background:#0b0b0b;overflow:hidden;text-decoration:none!important}
.tm-hcs-lead-media img{display:block;width:100%;height:100%;max-height:460px;object-fit:contain!important;object-position:center!important;background:#0b0b0b}
.tm-hcs-lead-copy{display:flex;flex-direction:column;justify-content:center;padding:42px 48px;min-width:0}
.tm-hcs-lead-copy>b,.tm-hcs-card-copy>b{display:block;color:#e30613;font-size:15px;line-height:1.1;font-weight:800;margin-bottom:12px}
.tm-hcs-lead-copy h3{margin:0 0 20px!important;font-size:clamp(30px,2.7vw,45px)!important;line-height:1.04!important;letter-spacing:-.035em;font-weight:800!important}
.tm-hcs-lead-copy h3 a,.tm-hcs-card-copy h3 a{color:var(--tm-section-text,#111)!important;text-decoration:none!important}
.tm-hcs-lead-copy p{margin:0 0 28px!important;color:var(--tm-section-muted,#667085)!important;font-size:17px!important;line-height:1.55!important;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}
.tm-hcs-cta{margin-top:auto;color:#e30613!important;text-decoration:none!important;font-size:18px!important;font-weight:800!important}
.tm-hcs-card-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:18px}
.tm-hcs-card{border:1px solid var(--tm-section-border,#dde1e7);border-radius:16px;overflow:hidden;background:var(--tm-section-surface,#fff);min-width:0}
.tm-hcs-card-media{display:flex;align-items:center;justify-content:center;aspect-ratio:16/9;background:#0b0b0b;overflow:hidden;text-decoration:none!important}
.tm-hcs-card-media img{display:block;width:100%;height:100%;object-fit:contain!important;object-position:center!important;background:#0b0b0b}
.tm-hcs-card-copy{padding:15px 16px 16px}
.tm-hcs-card-copy>b{font-size:13px;margin-bottom:8px}
.tm-hcs-card-copy h3{margin:0 0 14px!important;font-size:17px!important;line-height:1.28!important;font-weight:800!important;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.tm-hcs-card-copy time{display:block;color:var(--tm-section-muted,#667085);font-size:13px}
@media(max-width:980px){.tm-hcs-stack{gap:36px}.tm-hcs-lead{grid-template-columns:1fr}.tm-hcs-lead-copy{padding:28px 26px}.tm-hcs-lead-media{aspect-ratio:16/9}.tm-hcs-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:640px){.tm-hcs-stack{gap:30px}.tm-hcs-heading h2{font-size:27px!important}.tm-hcs-chips{gap:7px;flex-wrap:nowrap;overflow-x:auto;padding-bottom:4px;scrollbar-width:none}.tm-hcs-chips::-webkit-scrollbar{display:none}.tm-hcs-chip{flex:0 0 auto;padding:8px 15px!important}.tm-hcs-lead{border-radius:14px;min-height:0}.tm-hcs-lead-copy{padding:22px 18px}.tm-hcs-lead-copy h3{font-size:28px!important}.tm-hcs-lead-copy p{font-size:15px!important}.tm-hcs-card-grid{grid-template-columns:1fr 1fr;gap:10px;margin-top:12px}.tm-hcs-card{border-radius:12px}.tm-hcs-card-copy{padding:11px}.tm-hcs-card-copy h3{font-size:14px!important}.tm-hcs-card-copy time{font-size:11px}}

/* RC41 — homepage chrome polish and admin-driven section styling. */
.tm-hcs-section{--tm-section-accent:#111111}
.tm-hcs-heading>span{background:var(--tm-section-text,#111)!important}
.tm-hcs-heading h2{color:var(--tm-section-text,#111)!important}
.tm-hcs-cta,.tm-hcs-lead-copy>b,.tm-hcs-card-copy>b{color:var(--tm-section-text,#111)!important}

.tm-home-slogan{font-weight:700!important;letter-spacing:.01em}
.tm-home-action-row{display:flex!important;flex-wrap:nowrap!important;align-items:center!important;justify-content:flex-end!important;gap:14px!important}
.tm-home-action-row .tm-home-action-btn,
.tm-home-action-row a,
.tm-home-action-row button{flex:0 0 auto!important;white-space:nowrap!important;min-width:132px!important}
@media(max-width:980px){.tm-home-action-row{justify-content:flex-start!important;gap:10px!important}.tm-home-action-row .tm-home-action-btn,.tm-home-action-row a,.tm-home-action-row button{min-width:0!important}}


.tm-home-footer-ad-kept{display:block!important}


/* RC43 — notification section is removed; header/video layout is left to the theme. */
[data-tm-notifications-removed="1"]{display:none!important}

/* RC48 — 320/360px category stack hardening. */
@media(max-width:420px){
  .tm-hcs-stack{gap:28px!important;padding-bottom:22px!important}
  .tm-hcs-heading{margin-bottom:13px!important;gap:8px!important}
  .tm-hcs-heading>span{width:6px!important;height:28px!important}
  .tm-hcs-heading h2{font-size:24px!important;line-height:1.05!important}
  .tm-hcs-chips{margin-bottom:14px!important;gap:7px!important;flex-wrap:nowrap!important;overflow-x:auto!important;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch}
  .tm-hcs-chip{min-height:38px!important;padding:8px 14px!important;font-size:12px!important;flex:0 0 auto!important;scroll-snap-align:start}
  .tm-hcs-lead{grid-template-columns:1fr!important;min-height:0!important;border-radius:13px!important}
  .tm-hcs-lead-media{aspect-ratio:16/9!important;min-height:0!important}
  .tm-hcs-lead-media img{width:100%!important;height:100%!important;max-height:none!important;object-fit:contain!important}
  .tm-hcs-lead-copy{padding:18px 15px 19px!important}
  .tm-hcs-lead-copy>b{font-size:11px!important;margin-bottom:8px!important}
  .tm-hcs-lead-copy h3{font-size:24px!important;line-height:1.07!important;margin-bottom:12px!important}
  .tm-hcs-lead-copy p{font-size:14px!important;line-height:1.5!important;-webkit-line-clamp:3!important;margin-bottom:16px!important}
  .tm-hcs-cta{font-size:14px!important}
  .tm-hcs-card-grid{grid-template-columns:1fr!important;gap:10px!important;margin-top:10px!important}
  .tm-hcs-card{display:grid!important;grid-template-columns:118px minmax(0,1fr)!important;min-height:92px!important}
  .tm-hcs-card-media{aspect-ratio:auto!important;width:118px!important;height:100%!important;min-height:92px!important}
  .tm-hcs-card-media img{width:100%!important;height:100%!important;object-fit:contain!important}
  .tm-hcs-card-copy{padding:10px 11px!important;min-width:0!important}
  .tm-hcs-card-copy>b{font-size:10px!important;margin-bottom:5px!important}
  .tm-hcs-card-copy h3{font-size:13px!important;line-height:1.25!important;margin-bottom:7px!important;-webkit-line-clamp:3!important}
  .tm-hcs-card-copy time{font-size:10px!important}
}

/* RC49 — category block spacing and configurable backgrounds */
@media(max-width:640px){.tm-hcs-stack{margin-top:24px!important}.tm-hcs-section{padding:18px 14px;border-radius:18px}}
@media(min-width:641px) and (max-width:980px){.tm-hcs-stack{margin-top:32px!important}.tm-hcs-section{padding:22px;border-radius:20px}}


/* RC50 — force saved category background onto the actual public section. */
.tm-hcs-section{
  background-color:var(--tm-section-bg,#fff)!important;
  color:var(--tm-section-text,#111)!important;
}
.tm-hcs-section .tm-hcs-lead,
.tm-hcs-section .tm-hcs-card,
.tm-hcs-section .tm-hcs-loading,
.tm-hcs-section .tm-hcs-empty{
  background-color:var(--tm-section-surface,rgba(255,255,255,.34))!important;
}
.tm-hcs-section .tm-hcs-heading h2,
.tm-hcs-section .tm-hcs-lead-copy h3 a,
.tm-hcs-section .tm-hcs-card-copy h3 a{
  color:var(--tm-section-text,#111)!important;
}
.tm-hcs-section .tm-hcs-lead-copy p,
.tm-hcs-section .tm-hcs-card-copy time{
  color:var(--tm-section-muted,#667085)!important;
}

/* RC51 — category backgrounds are full-bleed across the viewport while the content stays aligned. */
.tm-hcs-stack{overflow:visible!important}
.tm-hcs-section{
  position:relative!important;
  z-index:0!important;
  background:transparent!important;
  border-radius:0!important;
  box-shadow:none!important;
  overflow:visible!important;
}
.tm-hcs-section::before{
  content:"";
  position:absolute;
  z-index:-1;
  top:0;
  bottom:0;
  left:50%;
  width:100vw;
  transform:translateX(-50%);
  background:var(--tm-section-bg,#fff);
  pointer-events:none;
}

/* RC51 — TCMB market board */
.tm-market-board{
  width:min(100%,1280px);
  margin:40px auto 0;
  padding:26px 28px 22px;
  border:1px solid rgba(15,23,42,.10);
  border-radius:22px;
  background:linear-gradient(135deg,#0d1118 0%,#141b26 100%);
  color:#fff;
  box-shadow:0 14px 42px rgba(15,23,42,.10);
}
.tm-market-title{display:flex;align-items:center;gap:12px;margin-bottom:18px}
.tm-market-title>span{width:6px;height:30px;border-radius:999px;background:#ed101b;flex:0 0 auto}
.tm-market-title h2{margin:0!important;color:#fff!important;font-size:28px!important;line-height:1.05!important;font-weight:800!important}
.tm-market-title small{display:block;margin-top:4px;color:rgba(255,255,255,.58);font-size:12px}
.tm-market-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.tm-market-card{min-width:0;padding:16px;border:1px solid rgba(255,255,255,.10);border-radius:16px;background:rgba(255,255,255,.055)}
.tm-market-card-head{display:grid;grid-template-columns:38px minmax(0,1fr) auto;gap:10px;align-items:center}
.tm-market-symbol{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:#ed101b;color:#fff;font-weight:900;font-size:18px}
.tm-market-card-head strong{display:block;color:#fff;font-size:15px;line-height:1.1}
.tm-market-card-head small{display:block;margin-top:4px;color:rgba(255,255,255,.58);font-size:10px}
.tm-market-change{font-size:11px;font-weight:800;color:rgba(255,255,255,.72);white-space:nowrap}
.tm-market-change.is-up{color:#37d67a}.tm-market-change.is-down{color:#ff6670}.tm-market-change.is-flat{color:#cbd5e1}
.tm-market-values{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:14px}
.tm-market-values>span{display:flex;flex-direction:column;gap:3px;padding:10px 11px;border-radius:11px;background:rgba(0,0,0,.16)}
.tm-market-values small{color:rgba(255,255,255,.52);font-size:10px;text-transform:uppercase;letter-spacing:.06em}
.tm-market-values b{color:#fff;font-size:18px;line-height:1.1;white-space:nowrap}
.tm-market-foot{display:flex;justify-content:space-between;gap:18px;align-items:center;margin-top:14px;padding-top:13px;border-top:1px solid rgba(255,255,255,.09);font-size:11px;color:rgba(255,255,255,.55)}
.tm-market-foot a{color:rgba(255,255,255,.82)!important;text-decoration:none!important;font-weight:700}
.tm-market-gold-note{margin-top:13px;padding:10px 12px;border-radius:10px;background:rgba(255,184,0,.10);color:#ffd76a;font-size:11px;line-height:1.45}
@media(max-width:980px){.tm-market-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.tm-market-board{margin-top:32px}}
@media(max-width:640px){
  .tm-market-board{margin-top:24px;padding:20px 14px 18px;border-radius:18px}
  .tm-market-title h2{font-size:24px!important}
  .tm-market-grid{display:flex;overflow-x:auto;gap:10px;padding-bottom:4px;scroll-snap-type:x proximity;scrollbar-width:none}
  .tm-market-grid::-webkit-scrollbar{display:none}
  .tm-market-card{flex:0 0 230px;scroll-snap-align:start}
  .tm-market-values b{font-size:17px}
  .tm-market-foot{align-items:flex-start;flex-direction:column;gap:7px}
}


/* RC52 — seamless full-bleed category bands: no white gutters between categories. */
.tm-hcs-stack{gap:0!important;padding-bottom:0!important;}
.tm-hcs-section{margin:0!important;padding-top:38px!important;padding-bottom:38px!important;}
.tm-hcs-section + .tm-hcs-section{margin-top:0!important;}
@media(max-width:980px){.tm-hcs-stack{gap:0!important}.tm-hcs-section{padding-top:30px!important;padding-bottom:30px!important}}
@media(max-width:640px){.tm-hcs-stack{gap:0!important}.tm-hcs-section{padding-top:24px!important;padding-bottom:24px!important}}

/* RC52 — market board remains visible while TCMB data is being fetched. */
.tm-market-status{display:flex;align-items:center;justify-content:center;min-height:92px;padding:18px;border:1px dashed rgba(255,255,255,.16);border-radius:14px;background:rgba(255,255,255,.035);color:rgba(255,255,255,.72);font-size:13px;text-align:center}
.tm-market-status.is-error{color:#ffd0d3;border-color:rgba(255,102,112,.28);background:rgba(255,102,112,.06)}


/* RC53 — Piyasa Durumu is a seamless, full-bleed homepage band.
 * The market cards stay aligned with the 1280px editorial grid while the dark
 * background reaches both viewport edges, exactly like the coloured category bands. */
.tm-hcs-stack > .tm-market-board{
  position:relative!important;
  z-index:0!important;
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:38px 28px!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  overflow:visible!important;
}
.tm-hcs-stack > .tm-market-board::before{
  content:"";
  position:absolute;
  z-index:-1;
  top:0;
  bottom:0;
  left:50%;
  width:100vw;
  transform:translateX(-50%);
  background:linear-gradient(135deg,#0d1118 0%,#141b26 100%);
  pointer-events:none;
}
.tm-hcs-section + .tm-market-board,
.tm-market-board + .tm-hcs-section{
  margin-top:0!important;
}
@media(max-width:980px){
  .tm-hcs-stack > .tm-market-board{margin:0!important;padding:30px 22px!important;border-radius:0!important;}
}
@media(max-width:640px){
  .tm-hcs-stack > .tm-market-board{margin:0!important;padding:24px 14px!important;border-radius:0!important;}
}

/* RC54 — TFF regional teams widget lives inside the Sport category, right rail on desktop. */
.tm-hcs-section[data-hcs-category="spor"] .tm-hcs-sport-shell{
  display:block;
  position:relative;
  width:100%;
  min-width:0;
}
.tm-hcs-section[data-hcs-category="spor"] .tm-hcs-content{width:100%;min-width:0}
.tm-hcs-section[data-hcs-category="spor"] .tm-hcs-sport-shell > .tm-sports-widget{margin-top:18px}
.tm-hcs-section[data-hcs-category="spor"] .tm-hcs-sport-shell.is-rail > .tm-sports-widget{
  position:absolute;
  z-index:3;
  top:0;
  left:calc(100% + 12px);
  width:var(--tm-sports-rail-width,260px);
  margin-top:0;
}
.tm-sports-widget{
  min-width:0;
  border:1px solid var(--tm-sports-widget-border,var(--tm-section-border,rgba(255,255,255,.24)));
  border-radius:18px;
  padding:16px;
  background:var(--tm-sports-widget-bg,rgba(7,18,12,.34));
  color:var(--tm-sports-widget-text,var(--tm-section-text,#fff));
  box-shadow:0 10px 28px rgba(0,0,0,.10);
  backdrop-filter:blur(8px);
}
.tm-sports-widget-head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:12px}
.tm-sports-widget-head>div{display:grid;grid-template-columns:auto 1fr;column-gap:8px;align-items:center}
.tm-sports-widget-head strong{font-size:16px;line-height:1.1;color:var(--tm-sports-widget-text,var(--tm-section-text,#fff))}
.tm-sports-widget-head small{grid-column:2;color:var(--tm-sports-widget-muted,var(--tm-section-muted,rgba(255,255,255,.7)));font-size:10px;margin-top:3px}
.tm-sports-widget-head>a{font-size:10px;font-weight:800;text-decoration:none!important;color:var(--tm-sports-widget-text,var(--tm-section-text,#fff))!important;opacity:.78;white-space:nowrap}
.tm-sports-live-dot{width:9px;height:9px;border-radius:999px;background:#e30613;box-shadow:0 0 0 4px rgba(227,6,19,.14)}
.tm-sports-team-picker{display:flex;align-items:center;gap:8px;margin-bottom:12px;padding:8px 10px;border-radius:11px;background:var(--tm-sports-widget-surface,rgba(255,255,255,.08))}
.tm-sports-team-picker>span{font-size:10px;text-transform:uppercase;letter-spacing:.06em;color:var(--tm-sports-widget-muted,var(--tm-section-muted,rgba(255,255,255,.7)))}
.tm-sports-team-picker select{width:100%;min-width:0;border:0!important;outline:0;background:transparent!important;color:var(--tm-sports-widget-text,var(--tm-section-text,#fff))!important;font-weight:800;font-size:12px;padding:0!important}
.tm-sports-team-picker option{color:#111;background:#fff}
.tm-sports-team{display:none}.tm-sports-team.is-active{display:block}
.tm-sports-team-top{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;padding:4px 0 12px}
.tm-sports-team-top small{text-transform:uppercase;letter-spacing:.06em;font-weight:800;font-size:9px;color:var(--tm-sports-widget-muted,var(--tm-section-muted,rgba(255,255,255,.7)))}
.tm-sports-team-top h3{margin:4px 0 2px!important;color:var(--tm-sports-widget-text,var(--tm-section-text,#fff))!important;font-size:21px!important;line-height:1.05!important;letter-spacing:-.025em}
.tm-sports-team-top p{margin:0!important;color:var(--tm-sports-widget-muted,var(--tm-section-muted,rgba(255,255,255,.72)))!important;font-size:11px!important}
.tm-sports-rank{display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:58px;padding:9px 8px;border-radius:13px;background:var(--tm-sports-widget-surface,rgba(255,255,255,.12))}
.tm-sports-rank b{font-size:20px;line-height:1;color:var(--tm-sports-widget-text,var(--tm-section-text,#fff))}
.tm-sports-rank span{margin-top:4px;font-size:9px;font-weight:800;color:var(--tm-sports-widget-muted,var(--tm-section-muted,rgba(255,255,255,.7)))}
.tm-sports-match{margin-top:8px;padding:10px;border-radius:12px;background:var(--tm-sports-widget-surface-strong,rgba(0,0,0,.14))}
.tm-sports-match small{display:block;margin-bottom:7px;font-size:9px;text-transform:uppercase;letter-spacing:.055em;color:var(--tm-sports-widget-muted,var(--tm-section-muted,rgba(255,255,255,.68)))}
.tm-sports-match>div{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);gap:7px;align-items:center}
.tm-sports-match span{font-size:10px;line-height:1.2;overflow:hidden;text-overflow:ellipsis}
.tm-sports-match span:last-child{text-align:right}
.tm-sports-match span.is-team{font-weight:900}
.tm-sports-match b{font-size:11px;white-space:nowrap;padding:4px 6px;border-radius:7px;background:rgba(255,255,255,.10)}
.tm-sports-match.is-empty span{opacity:.7;font-size:11px}
.tm-sports-table{margin-top:10px;border:1px solid var(--tm-sports-widget-line,rgba(255,255,255,.10));border-radius:12px;overflow:hidden}
.tm-sports-table-head,.tm-sports-table-row{display:grid;grid-template-columns:24px minmax(0,1fr) 24px 28px;gap:5px;align-items:center;padding:7px 8px}
.tm-sports-table-head{font-size:8px;text-transform:uppercase;letter-spacing:.055em;color:var(--tm-sports-widget-muted,var(--tm-section-muted,rgba(255,255,255,.65)));background:var(--tm-sports-widget-surface-strong,rgba(0,0,0,.10))}
.tm-sports-table-row{font-size:9px;border-top:1px solid var(--tm-sports-widget-line,rgba(255,255,255,.08))}
.tm-sports-table-row>span:nth-child(2){overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.tm-sports-table-row.is-active{background:#e30613;color:#fff;font-weight:900}
.tm-sports-source{display:block;margin-top:10px;color:var(--tm-sports-widget-text,var(--tm-section-text,#fff))!important;text-decoration:none!important;font-size:9px;font-weight:800;opacity:.8}
.tm-sports-updated{margin-top:11px;padding-top:9px;border-top:1px solid var(--tm-sports-widget-line,rgba(255,255,255,.10));font-size:8px;color:var(--tm-sports-widget-muted,var(--tm-section-muted,rgba(255,255,255,.58)))}
.tm-sports-empty{padding:18px 10px;text-align:center;border:1px dashed var(--tm-sports-widget-dashed,rgba(255,255,255,.18));border-radius:12px;color:var(--tm-sports-widget-muted,var(--tm-section-muted,rgba(255,255,255,.68)));font-size:11px;line-height:1.45}
@media(max-width:1120px){
  .tm-hcs-section[data-hcs-category="spor"] .tm-hcs-sport-shell.is-rail > .tm-sports-widget{position:static;width:100%;margin-top:18px}
  .tm-sports-widget{width:100%}
  .tm-sports-team-stack{min-width:0}
}
@media(max-width:640px){
  .tm-sports-widget{padding:13px;border-radius:15px}
  .tm-sports-team-top h3{font-size:19px!important}
  .tm-sports-table-head,.tm-sports-table-row{grid-template-columns:22px minmax(0,1fr) 22px 26px}
}

/* RC56 - official PGL pre-fixture state */
.tm-sports-pending{margin-top:8px;padding:12px;border:1px dashed var(--tm-sports-widget-dashed,rgba(255,255,255,.22));border-radius:12px;background:var(--tm-sports-widget-surface-strong,rgba(0,0,0,.12));font-size:10px;line-height:1.45;color:var(--tm-sports-widget-muted,var(--tm-section-muted,rgba(255,255,255,.78)))}


/* RC63 — mobile responsive hardening for homepage category stack + sports widget. */
@media(max-width:980px){
  .tm-hcs-content{min-height:0}
  .tm-hcs-loading,.tm-hcs-empty{min-height:140px}
  .tm-hcs-section[data-hcs-category="spor"] .tm-hcs-sport-shell{display:flex;flex-direction:column;gap:0}
  .tm-hcs-section[data-hcs-category="spor"] .tm-hcs-sport-shell>.tm-sports-widget{position:static!important;left:auto!important;top:auto!important;order:2;width:100%!important;margin-top:16px!important}
}
@media(max-width:640px){
  .tm-hcs-section{padding-left:14px!important;padding-right:14px!important}
  .tm-hcs-content{min-height:0!important}
  .tm-hcs-loading,.tm-hcs-empty{min-height:120px!important;padding:18px 14px!important;border-radius:14px!important;font-size:13px!important;text-align:center}
  .tm-hcs-lead-copy,
  .tm-hcs-card-copy,
  .tm-hcs-lead-copy h3,
  .tm-hcs-card-copy h3,
  .tm-hcs-lead-copy p{overflow-wrap:anywhere;word-break:break-word}
  .tm-hcs-lead-copy h3{font-size:26px!important;line-height:1.08!important}
  .tm-hcs-lead-copy p{font-size:14px!important;line-height:1.5!important}
  .tm-sports-widget{width:100%!important;max-width:none!important;margin-top:14px!important;padding:14px!important;border-radius:16px!important}
  .tm-sports-widget-head{gap:10px!important;margin-bottom:12px!important}
  .tm-sports-widget-head strong{font-size:18px!important;line-height:1.12!important}
  .tm-sports-widget-head small{font-size:11px!important}
  .tm-sports-widget-head>a{font-size:11px!important}
  .tm-sports-team-picker{padding:10px 12px!important;gap:10px!important;flex-wrap:wrap!important}
  .tm-sports-team-picker>span{font-size:11px!important}
  .tm-sports-team-picker select{font-size:13px!important;min-height:24px!important}
  .tm-sports-team-top{gap:10px!important;padding:2px 0 10px!important}
  .tm-sports-team-top h3{font-size:23px!important;line-height:1.08!important;overflow-wrap:anywhere;word-break:break-word}
  .tm-sports-team-top p{font-size:12px!important;line-height:1.35!important}
  .tm-sports-rank{min-width:56px!important;padding:10px 8px!important}
  .tm-sports-rank b{font-size:20px!important}
  .tm-sports-rank span{font-size:9px!important}
  .tm-sports-match{padding:12px!important;border-radius:12px!important}
  .tm-sports-match small{font-size:10px!important;margin-bottom:8px!important}
  .tm-sports-match>div{grid-template-columns:minmax(0,1fr) auto minmax(0,1fr)!important;gap:8px!important}
  .tm-sports-match span{font-size:11px!important;line-height:1.25!important;white-space:normal!important;overflow:visible!important;text-overflow:clip!important;word-break:break-word}
  .tm-sports-match b{font-size:12px!important;padding:4px 7px!important}
  .tm-sports-table{margin-top:12px!important}
  .tm-sports-table-head,.tm-sports-table-row{grid-template-columns:24px minmax(0,1fr) 28px 28px!important;padding:8px 9px!important;gap:6px!important}
  .tm-sports-table-head{font-size:9px!important}
  .tm-sports-table-row{font-size:10px!important}
  .tm-sports-table-row>span:nth-child(2){white-space:normal!important;line-height:1.25!important}
  .tm-sports-source{font-size:10px!important}
  .tm-sports-updated{font-size:9px!important}
  .tm-sports-empty,.tm-sports-pending{font-size:11px!important;line-height:1.45!important}
}
@media(max-width:420px){
  .tm-hcs-stack{overflow:hidden}
  .tm-hcs-section{padding-left:12px!important;padding-right:12px!important}
  .tm-hcs-heading h2{font-size:22px!important}
  .tm-hcs-chip{padding:8px 13px!important;font-size:12px!important}
  .tm-hcs-lead-copy{padding:16px 14px 18px!important}
  .tm-hcs-lead-copy h3{font-size:22px!important;line-height:1.08!important}
  .tm-hcs-lead-copy p{font-size:13px!important;line-height:1.45!important}
  .tm-hcs-card{grid-template-columns:108px minmax(0,1fr)!important}
  .tm-hcs-card-media{width:108px!important;min-height:88px!important}
  .tm-sports-widget{padding:12px!important;border-radius:14px!important}
  .tm-sports-widget-head strong{font-size:17px!important}
  .tm-sports-widget-head>a{font-size:10px!important}
  .tm-sports-team-top h3{font-size:20px!important}
  .tm-sports-team-top p{font-size:11px!important}
  .tm-sports-rank{min-width:52px!important}
  .tm-sports-match span{font-size:10px!important}
  .tm-sports-table-head,.tm-sports-table-row{grid-template-columns:22px minmax(0,1fr) 24px 24px!important;padding:7px 8px!important;gap:5px!important}
}

/* RC68 — Nöbetçi Eczaneler: official-first + server-side fallback, movable homepage module. */
.tm-pharmacy-board{
  --tm-pharmacy-bg:#0d1118;
  --tm-pharmacy-surface:#151d29;
  --tm-pharmacy-border:rgba(255,255,255,.10);
  position:relative!important;
  z-index:0;
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:38px 28px!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  color:#fff;
  overflow:visible!important;
}
.tm-pharmacy-board::before{
  content:"";position:absolute;z-index:-1;inset:0 auto 0 50%;width:100vw;transform:translateX(-50%);
  background:linear-gradient(135deg,#0d1118 0%,#141b26 100%);pointer-events:none;
}
.tm-pharmacy-head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:16px}
.tm-pharmacy-title{display:flex;align-items:center;gap:12px;min-width:0}
.tm-pharmacy-cross{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:#ed101b;color:#fff;font-size:28px;font-weight:400;line-height:1}
.tm-pharmacy-title h2{margin:0!important;color:#fff!important;font-size:28px!important;line-height:1.05!important;font-weight:850!important}
.tm-pharmacy-title small{display:block;margin-top:4px;color:rgba(255,255,255,.58);font-size:12px}
.tm-pharmacy-district-select{display:flex;align-items:center;gap:9px;color:rgba(255,255,255,.65);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.06em}
.tm-pharmacy-district-select select{min-width:190px;height:40px;padding:0 34px 0 12px;border:1px solid rgba(255,255,255,.14);border-radius:11px;background:#182231;color:#fff;outline:0}
.tm-pharmacy-city-tabs{display:flex;gap:8px;overflow-x:auto;padding:2px 0 14px;scrollbar-width:none;overscroll-behavior-inline:contain}
.tm-pharmacy-city-tabs::-webkit-scrollbar{display:none}
.tm-pharmacy-city{flex:0 0 auto;border:1px solid rgba(255,255,255,.12);border-radius:999px;background:rgba(255,255,255,.06);color:rgba(255,255,255,.84);padding:9px 15px;font:inherit;font-size:12px;font-weight:700;cursor:pointer;transition:.18s ease}
.tm-pharmacy-city:hover{background:rgba(255,255,255,.11);color:#fff}.tm-pharmacy-city.is-active{background:#ed101b;border-color:#ed101b;color:#fff}
/* RC77: CNN Türk benzeri yatay bilgi mimarisi; Türk Manşet koyu tasarım dili + yan yana kartlar. */
.tm-pharmacy-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.tm-pharmacy-card[hidden],.tm-pharmacy-card.is-pharmacy-hidden{display:none!important}
.tm-pharmacy-card{
  min-width:0;display:grid;grid-template-columns:62px minmax(150px,.9fr) minmax(210px,1.45fr) 106px;
  align-items:center;column-gap:14px;padding:15px 16px;border:1px solid var(--tm-pharmacy-border);border-radius:13px;
  background:rgba(255,255,255,.055);color:#fff;min-height:118px;overflow:hidden
}
.tm-pharmacy-card-icon{display:grid;place-items:center;width:56px;height:56px;flex:0 0 56px}
.tm-pharmacy-card-icon img{display:block;width:56px;height:56px;object-fit:contain}
.tm-pharmacy-identity{min-width:0}
.tm-pharmacy-identity h3{margin:0!important;color:#fff!important;font-size:18px!important;line-height:1.16!important;font-weight:850!important;overflow-wrap:anywhere}
.tm-pharmacy-identity p{margin:5px 0 0!important;color:rgba(255,255,255,.58)!important;font-size:12px!important;line-height:1.3!important}
.tm-pharmacy-info{min-width:0;display:grid;gap:5px}
.tm-pharmacy-detail{display:grid;grid-template-columns:auto minmax(0,1fr);gap:5px;margin:0!important;color:rgba(255,255,255,.72)!important;font-size:11.5px!important;line-height:1.35!important}
.tm-pharmacy-detail strong{color:#fff;font-weight:850;white-space:nowrap}
.tm-pharmacy-detail span{min-width:0;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}
.tm-pharmacy-phone-row{align-items:baseline}
.tm-pharmacy-phone{display:inline!important;width:auto!important;margin:0!important;color:rgba(255,255,255,.82)!important;text-decoration:none!important;font-size:11.5px!important;font-weight:650!important;line-height:1.35!important}
.tm-pharmacy-phone:hover{color:#fff!important;text-decoration:underline!important}
.tm-pharmacy-duty{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden;margin-top:1px;color:#ffd76a;font-size:9px;line-height:1.35}
.tm-pharmacy-map{align-self:center;justify-self:end;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;width:100%;min-width:0;padding:4px 0;color:#fff!important;text-align:center;text-decoration:none!important}
.tm-pharmacy-map-icon{display:block;font-size:27px;line-height:1}
.tm-pharmacy-map strong{font-size:11px;line-height:1.15;font-weight:850}
.tm-pharmacy-map:hover strong{text-decoration:underline}
@media(max-width:1240px){
  .tm-pharmacy-card{grid-template-columns:52px minmax(135px,.85fr) minmax(180px,1.35fr) 92px;column-gap:11px;padding:13px}
  .tm-pharmacy-card-icon,.tm-pharmacy-card-icon img{width:48px;height:48px}
  .tm-pharmacy-identity h3{font-size:16px!important}.tm-pharmacy-detail,.tm-pharmacy-phone{font-size:10.5px!important}.tm-pharmacy-map strong{font-size:10px}
}
@media(max-width:1180px){
  .tm-pharmacy-grid{grid-template-columns:1fr;gap:10px}
  .tm-pharmacy-card{grid-template-columns:58px minmax(145px,.95fr) minmax(220px,1.4fr) 100px;min-height:112px}
  .tm-pharmacy-card-icon,.tm-pharmacy-card-icon img{width:52px;height:52px}
}
@media(max-width:640px){
  .tm-pharmacy-card{grid-template-columns:48px minmax(0,1fr) 72px;grid-template-areas:"icon identity map" "icon info info";align-items:start;gap:8px 10px;padding:12px;min-height:0}
  .tm-pharmacy-card-icon{grid-area:icon}.tm-pharmacy-identity{grid-area:identity}.tm-pharmacy-info{grid-area:info;padding-top:3px}.tm-pharmacy-map{grid-area:map;align-self:start}
  .tm-pharmacy-card-icon,.tm-pharmacy-card-icon img{width:44px;height:44px}
  .tm-pharmacy-identity h3{font-size:15.5px!important}.tm-pharmacy-identity p{font-size:10.5px!important;margin-top:3px!important}
  .tm-pharmacy-detail{grid-template-columns:52px minmax(0,1fr);font-size:10px!important}.tm-pharmacy-phone{font-size:10px!important}.tm-pharmacy-map-icon{font-size:22px}.tm-pharmacy-map strong{font-size:8.5px}
}
.tm-pharmacy-more-row{display:none;align-items:center;gap:14px;margin-top:16px;min-width:0}
.tm-pharmacy-more-row::before{content:"";display:block;flex:1 1 auto;height:1px;background:rgba(255,255,255,.09)}
.tm-pharmacy-more{display:none;align-items:center;justify-content:center;flex:0 0 auto;width:max-content;margin:0;padding:10px 15px;border:1px solid rgba(255,255,255,.14);border-radius:999px;background:rgba(255,255,255,.06);color:#fff;font-size:11px;font-weight:800;cursor:pointer;white-space:nowrap;transition:background .18s ease,border-color .18s ease,transform .18s ease}
.tm-pharmacy-more:hover{background:rgba(255,255,255,.10);border-color:rgba(255,255,255,.22);transform:translateY(-1px)}
.tm-pharmacy-more-row.is-visible + .tm-pharmacy-foot{margin-top:10px}
.tm-pharmacy-status{display:flex;align-items:center;justify-content:center;min-height:120px;padding:22px;border:1px dashed rgba(255,255,255,.16);border-radius:14px;background:rgba(255,255,255,.035);color:rgba(255,255,255,.72);font-size:13px;text-align:center}
.tm-pharmacy-status.is-error{color:#ffd0d3;border-color:rgba(255,102,112,.28);background:rgba(255,102,112,.06)}
.tm-pharmacy-foot{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px 20px;margin-top:16px;padding-top:13px;border-top:1px solid rgba(255,255,255,.09);font-size:10px;color:rgba(255,255,255,.52)}
.tm-pharmacy-foot a{justify-self:end;color:rgba(255,255,255,.82)!important;text-decoration:none!important;font-weight:750}.tm-pharmacy-foot small{grid-column:1/-1;color:rgba(255,255,255,.42);font-size:10px}
.tm-pharmacy-board.is-loading{opacity:.76;transition:opacity .18s ease}
@media(max-width:980px){
  .tm-pharmacy-board{padding:30px 22px!important}
}
@media(max-width:640px){
  .tm-pharmacy-board{padding:24px 14px!important}.tm-pharmacy-head{display:block}.tm-pharmacy-title h2{font-size:24px!important}.tm-pharmacy-cross{width:34px;height:34px;border-radius:10px;font-size:25px}
  .tm-pharmacy-district-select{margin-top:15px;display:grid;grid-template-columns:auto minmax(0,1fr)}.tm-pharmacy-district-select select{width:100%;min-width:0}
  .tm-pharmacy-city-tabs{margin:0 -2px;padding-top:14px}.tm-pharmacy-city{padding:8px 13px}
  .tm-pharmacy-more-row{gap:10px;margin-top:14px}.tm-pharmacy-more{max-width:100%;padding:9px 13px;font-size:10px}
  .tm-pharmacy-foot{grid-template-columns:1fr;gap:7px}.tm-pharmacy-foot a{justify-self:start}.tm-pharmacy-foot small{grid-column:auto}
}

/* RC81 — Ezan Vakitleri: movable full-bleed homepage module. */
.tm-prayer-board{
  --tm-prayer-bg:#0d1118;
  --tm-prayer-surface:#171f2b;
  position:relative!important;
  z-index:0;
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:38px 28px 30px!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  color:#fff;
  overflow:visible!important;
}
.tm-prayer-board::before{
  content:"";position:absolute;z-index:-1;inset:0 auto 0 50%;width:100vw;transform:translateX(-50%);
  background:linear-gradient(135deg,#0d1118 0%,#141b26 100%);pointer-events:none;
}
.tm-prayer-head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:18px}
.tm-prayer-title{display:flex;align-items:center;gap:12px;min-width:0}
.tm-prayer-title>span{width:6px;height:32px;border-radius:999px;background:#ed101b;flex:0 0 auto}
.tm-prayer-title h2{margin:0!important;color:#fff!important;font-size:28px!important;line-height:1.05!important;font-weight:850!important}
.tm-prayer-title small{display:block;margin-top:4px;color:rgba(255,255,255,.58);font-size:12px}
.tm-prayer-city-pill{flex:0 0 auto;padding:8px 12px;border:1px solid rgba(255,255,255,.12);border-radius:999px;background:rgba(255,255,255,.06);color:#fff;font-size:11px;font-weight:800}
.tm-prayer-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px}
.tm-prayer-card{position:relative;min-width:0;min-height:112px;padding:16px;border:1px solid rgba(255,255,255,.10);border-radius:16px;background:rgba(255,255,255,.055);box-shadow:inset 0 1px 0 rgba(255,255,255,.025)}
.tm-prayer-card-top{display:flex;align-items:center;justify-content:space-between;gap:7px;color:rgba(255,255,255,.72);font-size:12px;font-weight:750}
.tm-prayer-card>strong{display:block;margin-top:20px;color:#fff;font-size:27px;line-height:1;font-weight:900;letter-spacing:-.035em;font-variant-numeric:tabular-nums}
.tm-prayer-next{display:inline-flex;align-items:center;justify-content:center;padding:4px 7px;border-radius:999px;background:rgba(255,255,255,.16);color:#fff;font-size:8px;font-weight:900;text-transform:uppercase;letter-spacing:.04em;white-space:nowrap}
.tm-prayer-card.is-next{border-color:rgba(255,120,28,.72);background:linear-gradient(135deg,#ed101b 0%,#ff7a18 100%);box-shadow:0 12px 28px rgba(237,16,27,.18)}
.tm-prayer-card.is-next .tm-prayer-card-top{color:#fff}.tm-prayer-card.is-next .tm-prayer-next{background:rgba(0,0,0,.18)}
.tm-prayer-status{display:flex;align-items:center;justify-content:center;min-height:112px;padding:20px;border:1px dashed rgba(255,255,255,.16);border-radius:14px;background:rgba(255,255,255,.035);color:rgba(255,255,255,.72);font-size:13px;text-align:center}
.tm-prayer-status.is-error{color:#ffd0d3;border-color:rgba(255,102,112,.28);background:rgba(255,102,112,.06)}
.tm-prayer-foot{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:14px;padding-top:13px;border-top:1px solid rgba(255,255,255,.09);font-size:10px;color:rgba(255,255,255,.52)}
.tm-prayer-foot a{color:rgba(255,255,255,.82)!important;text-decoration:none!important;font-weight:800}
@media(max-width:1120px){.tm-prayer-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:760px){
  .tm-prayer-board{padding:30px 22px 26px!important}
  .tm-prayer-head{align-items:flex-start}
  .tm-prayer-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .tm-prayer-card{min-height:100px;padding:14px}
  .tm-prayer-card>strong{font-size:24px;margin-top:17px}
}
@media(max-width:520px){
  .tm-prayer-board{padding:24px 14px 22px!important}
  .tm-prayer-title h2{font-size:24px!important}
  .tm-prayer-title small{font-size:10px}
  .tm-prayer-city-pill{padding:7px 10px;font-size:10px}
  .tm-prayer-card{min-height:94px;padding:12px;border-radius:13px}
  .tm-prayer-card-top{font-size:11px}
  .tm-prayer-card>strong{font-size:23px}
  .tm-prayer-next{font-size:7px;padding:3px 5px}
  .tm-prayer-foot{align-items:flex-start;flex-direction:column;gap:6px}
}


/* RC82 — prayer city follows the active province selection and must sit flush
 * against the managed category stack. The stack owns a legacy 40px desktop
 * top margin; when Prayer Times is ordered directly before it that margin
 * appeared as the white strip reported on desktop. */
.tm-prayer-board + .tm-hcs-stack,
.tm-prayer-board + [data-tm-home-category-stack]{margin-top:0!important;}
.tm-prayer-board.is-loading{opacity:.82;}

/* RC83 — Ezan Vakitleri editorial alignment.
 * Prayer is a movable top-level module, so unlike market/category blocks it may
 * be re-parented outside .tm-hcs-stack. Keep its full-bleed dark background via
 * ::before, but constrain the actual board to the same 1280px editorial grid.
 * This aligns the heading, six cards and footer with Piyasa Durumu / Nöbetçi Eczaneler. */
.tm-prayer-board{
  width:min(100%,1280px)!important;
  max-width:1280px!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
@media(max-width:980px){
  .tm-prayer-board{width:100%!important;max-width:100%!important;}
}

/* RC85 — Nöbetçi Eczaneler editorial-grid alignment.
 * The pharmacy module is movable and may be re-parented outside .tm-hcs-stack.
 * Keep the dark band full-bleed via ::before, but constrain the visible content
 * to the same 1280px editorial grid used by Piyasa Durumu. */
.tm-pharmacy-board{
  width:min(100%,1280px)!important;
  max-width:1280px!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
@media(max-width:980px){
  .tm-pharmacy-board{
    width:100%!important;
    max-width:100%!important;
  }
}

/* =========================================================
 * RC87 — Mobile visual integrity contract
 * Core CSS is enqueued after the theme, so the final cascade must explicitly
 * preserve the phone backgrounds used by the SSR homepage. On <=640px the
 * theme disables the 100vw ::before layers to avoid overflow/clipping; Core
 * therefore paints the real module element instead of leaving it transparent.
 * Desktop/tablet full-bleed pseudo backgrounds are unchanged.
 * ======================================================= */
@media (max-width:640px){
  .tm-hcs-section{
    background:var(--tm-section-bg,#fff)!important;
    color:var(--tm-section-text,#111)!important;
    overflow:hidden!important;
  }
  .tm-hcs-section::before{
    display:none!important;
  }

  .tm-market-board,
  .tm-hcs-stack > .tm-market-board,
  .tm-prayer-board,
  .tm-pharmacy-board{
    background:linear-gradient(135deg,#0d1118 0%,#141b26 100%)!important;
    color:#fff!important;
    overflow:hidden!important;
  }
  .tm-market-board::before,
  .tm-hcs-stack > .tm-market-board::before,
  .tm-prayer-board::before,
  .tm-pharmacy-board::before{
    display:none!important;
  }

  .tm-market-board .tm-market-title h2,
  .tm-market-board .tm-market-card-head strong,
  .tm-market-board .tm-market-values b,
  .tm-prayer-board .tm-prayer-title h2,
  .tm-prayer-board .tm-prayer-card>strong,
  .tm-pharmacy-board .tm-pharmacy-title h2,
  .tm-pharmacy-board .tm-pharmacy-identity h3,
  .tm-pharmacy-board .tm-pharmacy-detail strong{
    color:#fff!important;
  }
}



/* =========================================================
 * RC88 — Authoritative responsive hardening, 320px → 980px
 * This block is intentionally last. It does not rely on the theme's older
 * pseudo-element contract, so even an RC11/RC12 app.css cannot turn dark or
 * coloured modules into white/invisible bands on phones/tablets.
 * ======================================================= */
@media (max-width:980px){
  .tm-hcs-stack,
  .tm-hcs-section,
  .tm-hcs-category-layout,
  .tm-hcs-category-main,
  .tm-hcs-content,
  .tm-hcs-sport-shell,
  .tm-market-board,
  .tm-prayer-board,
  .tm-pharmacy-board{
    width:100%!important;max-width:100%!important;min-width:0!important;
    margin-left:0!important;margin-right:0!important;
    box-sizing:border-box!important;
  }
  .tm-hcs-stack{overflow:visible!important;gap:0!important;padding:0!important}
  .tm-hcs-section{
    position:relative!important;z-index:0!important;height:auto!important;min-height:0!important;
    background:var(--tm-section-bg,#fff)!important;color:var(--tm-section-text,#111827)!important;
    border-radius:0!important;box-shadow:none!important;overflow:hidden!important;
  }
  .tm-hcs-section::before{content:none!important;display:none!important}
  .tm-hcs-section .tm-hcs-heading h2,
  .tm-hcs-section .tm-hcs-lead-copy h3,
  .tm-hcs-section .tm-hcs-lead-copy h3 a,
  .tm-hcs-section .tm-hcs-card-copy h3,
  .tm-hcs-section .tm-hcs-card-copy h3 a,
  .tm-hcs-section .tm-hcs-side-feature-copy h3,
  .tm-hcs-section .tm-hcs-side-feature-copy h3 a{
    color:var(--tm-section-text,#111827)!important;
  }
  .tm-hcs-section .tm-hcs-lead-copy p,
  .tm-hcs-section .tm-hcs-card-copy time,
  .tm-hcs-section .tm-hcs-side-feature-copy time{
    color:var(--tm-section-muted,#667085)!important;
  }
  .tm-hcs-section .tm-hcs-lead,
  .tm-hcs-section .tm-hcs-card,
  .tm-hcs-section .tm-hcs-side-feature,
  .tm-hcs-section .tm-hcs-loading,
  .tm-hcs-section .tm-hcs-empty{
    background:var(--tm-section-surface,rgba(255,255,255,.10))!important;
    border-color:var(--tm-section-border,rgba(255,255,255,.18))!important;
  }
  .tm-hcs-category-layout.has-side-feature,
  .tm-hcs-category-layout.has-side-feature.is-side-left,
  .tm-hcs-category-layout.has-side-feature.is-side-right{
    display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:12px!important;
  }
  .tm-hcs-category-layout.has-side-feature > .tm-hcs-category-main,
  .tm-hcs-category-layout.has-side-feature > .tm-hcs-side-feature{order:initial!important}
  .tm-hcs-section[data-hcs-category="spor"] .tm-hcs-sport-shell{
    display:flex!important;flex-direction:column!important;width:100%!important;height:auto!important;min-height:0!important;
  }
  .tm-hcs-section[data-hcs-category="spor"] .tm-hcs-sport-shell > .tm-sports-widget{
    position:static!important;inset:auto!important;left:auto!important;right:auto!important;top:auto!important;
    width:100%!important;max-width:100%!important;margin:16px 0 0!important;transform:none!important;
  }
  .tm-market-board,
  .tm-hcs-stack > .tm-market-board,
  .tm-prayer-board,
  .tm-pharmacy-board{
    position:relative!important;height:auto!important;min-height:0!important;
    background:linear-gradient(135deg,#0d1118 0%,#141b26 100%)!important;
    color:#fff!important;border:0!important;border-radius:0!important;box-shadow:none!important;
    overflow:hidden!important;
  }
  .tm-market-board::before,.tm-hcs-stack > .tm-market-board::before,
  .tm-prayer-board::before,.tm-pharmacy-board::before{content:none!important;display:none!important}
  .tm-market-board *, .tm-prayer-board *, .tm-pharmacy-board *{box-sizing:border-box}
  .tm-market-title h2,.tm-market-card-head strong,.tm-market-values b,
  .tm-prayer-title h2,.tm-prayer-card>strong,
  .tm-pharmacy-title h2,.tm-pharmacy-identity h3,.tm-pharmacy-detail strong{
    color:#fff!important;
  }
  .tm-market-title small,.tm-market-card-head small,.tm-market-values small,.tm-market-foot,
  .tm-prayer-title small,.tm-prayer-card-top,.tm-prayer-foot,
  .tm-pharmacy-title small,.tm-pharmacy-identity p,.tm-pharmacy-detail,.tm-pharmacy-foot{
    color:rgba(255,255,255,.66)!important;
  }
}

@media (max-width:640px){
  .tm-hcs-section{padding:22px 12px!important}
  .tm-hcs-heading{display:flex!important;visibility:visible!important;opacity:1!important;margin:0 0 12px!important}
  .tm-hcs-heading h2{display:block!important;visibility:visible!important;opacity:1!important;font-size:22px!important;line-height:1.08!important}
  .tm-hcs-chips{display:flex!important;visibility:visible!important;opacity:1!important;width:100%!important;overflow-x:auto!important;overflow-y:hidden!important;flex-wrap:nowrap!important;margin:0 0 13px!important;padding:0 0 3px!important}
  .tm-hcs-lead{display:block!important;height:auto!important;min-height:0!important}
  .tm-hcs-lead-media{display:flex!important;width:100%!important;height:auto!important;min-height:0!important;aspect-ratio:16/9!important}
  .tm-hcs-lead-copy{display:block!important;visibility:visible!important;opacity:1!important;height:auto!important;min-height:0!important;padding:15px 14px 17px!important}
  .tm-hcs-lead-copy>b,.tm-hcs-lead-copy h3,.tm-hcs-lead-copy p,.tm-hcs-cta{visibility:visible!important;opacity:1!important}
  .tm-hcs-card-grid,.tm-hcs-card-grid.tm-hcs-card-count-1,.tm-hcs-card-grid.tm-hcs-card-count-2,.tm-hcs-card-grid.tm-hcs-card-count-3,.tm-hcs-card-grid.tm-hcs-card-count-4{
    display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:12px!important;margin-top:12px!important;height:auto!important;
  }
  .tm-hcs-card,.tm-hcs-side-feature{
    display:block!important;height:auto!important;min-height:0!important;visibility:visible!important;opacity:1!important;
    border-radius:14px!important;overflow:hidden!important;
  }
  .tm-hcs-card-media,.tm-hcs-side-feature-media{
    display:flex!important;width:100%!important;height:auto!important;min-height:0!important;aspect-ratio:16/9!important;
    background:#111!important;align-items:center!important;justify-content:center!important;
  }
  .tm-hcs-card-media img,.tm-hcs-side-feature-media img{
    display:block!important;width:100%!important;height:100%!important;object-fit:contain!important;object-position:center center!important;
    background:#111!important;
  }
  .tm-hcs-card-copy,.tm-hcs-side-feature-copy{
    display:block!important;visibility:visible!important;opacity:1!important;min-width:0!important;padding:12px 13px 14px!important;
  }
  .tm-hcs-card-copy>b,.tm-hcs-side-feature-copy>b{font-size:11px!important;margin-bottom:6px!important}
  .tm-hcs-card-copy h3,.tm-hcs-side-feature-copy h3{
    font-size:15px!important;line-height:1.32!important;margin:0 0 9px!important;-webkit-line-clamp:3!important;
  }
  .tm-hcs-card-copy time,.tm-hcs-side-feature-copy time{font-size:11px!important}

  .tm-market-board,.tm-hcs-stack > .tm-market-board{padding:22px 12px 18px!important}
  .tm-market-grid{display:flex!important;width:100%!important;max-width:100%!important;overflow-x:auto!important;overflow-y:hidden!important;gap:9px!important;padding:0 0 4px!important;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}
  .tm-market-card{display:block!important;visibility:visible!important;opacity:1!important;flex:0 0 min(78vw,245px)!important;min-width:0!important;height:auto!important;scroll-snap-align:start;background:rgba(255,255,255,.055)!important}
  .tm-market-card-head,.tm-market-values,.tm-market-foot{visibility:visible!important;opacity:1!important}

  .tm-prayer-board{padding:24px 12px 22px!important}
  .tm-prayer-head{display:flex!important;visibility:visible!important;opacity:1!important;align-items:flex-start!important;flex-wrap:wrap!important;gap:10px!important;margin-bottom:14px!important}
  .tm-prayer-title,.tm-prayer-title h2,.tm-prayer-city-pill{visibility:visible!important;opacity:1!important}
  .tm-prayer-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px!important;width:100%!important;height:auto!important}
  .tm-prayer-card{display:block!important;visibility:visible!important;opacity:1!important;min-width:0!important;min-height:92px!important;height:auto!important;padding:12px!important;background:rgba(255,255,255,.055)!important}
  .tm-prayer-card.is-next{background:linear-gradient(135deg,#ed101b 0%,#ff7a18 100%)!important}
  .tm-prayer-card-top,.tm-prayer-card>strong,.tm-prayer-foot{visibility:visible!important;opacity:1!important}

  .tm-pharmacy-board{padding:24px 12px!important}
  .tm-pharmacy-head,.tm-pharmacy-title,.tm-pharmacy-district-select,.tm-pharmacy-city-tabs,.tm-pharmacy-grid,.tm-pharmacy-foot{visibility:visible!important;opacity:1!important}
  .tm-pharmacy-head{display:block!important;margin-bottom:14px!important}
  .tm-pharmacy-district-select{display:grid!important;grid-template-columns:auto minmax(0,1fr)!important;margin-top:14px!important}
  .tm-pharmacy-district-select select{width:100%!important;min-width:0!important}
  .tm-pharmacy-grid{display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:10px!important;width:100%!important;height:auto!important}
  .tm-pharmacy-card:not([hidden]){display:grid!important;visibility:visible!important;opacity:1!important;grid-template-columns:48px minmax(0,1fr) 64px!important;grid-template-areas:"icon identity map" "icon info info"!important;height:auto!important;min-height:0!important;background:rgba(255,255,255,.055)!important}
  .tm-pharmacy-card-icon{grid-area:icon!important}.tm-pharmacy-identity{grid-area:identity!important}.tm-pharmacy-info{grid-area:info!important}.tm-pharmacy-map{grid-area:map!important}
  .tm-pharmacy-identity,.tm-pharmacy-info,.tm-pharmacy-map,.tm-pharmacy-detail,.tm-pharmacy-phone{visibility:visible!important;opacity:1!important}

  .tm-sports-widget{position:static!important;width:100%!important;max-width:100%!important;height:auto!important;min-height:0!important;overflow:hidden!important}
  .tm-sports-team,.tm-sports-team.is-active,.tm-sports-team-top,.tm-sports-match,.tm-sports-table,.tm-sports-updated{max-width:100%!important}

  .prototype-slot-section{max-width:100%!important;overflow:hidden!important}
  .prototype-slot-section .container{max-width:100%!important}
  .tm-ad-sponsored.tm-ad-wide,.tm-ad-sponsored.proto-wide,.tm-ad-adsense.tm-ad-wide,.tm-ad-adsense.proto-wide{
    width:min(320px,100%)!important;max-width:100%!important;height:100px!important;min-height:100px!important;margin-left:auto!important;margin-right:auto!important;
  }
  .tm-ad-sponsored img{width:100%!important;height:100%!important;object-fit:contain!important}
}

@media (max-width:380px){
  .tm-hcs-section,.tm-market-board,.tm-prayer-board,.tm-pharmacy-board{padding-left:10px!important;padding-right:10px!important}
  .tm-hcs-card,.tm-hcs-side-feature{border-radius:12px!important}
  .tm-hcs-card-media,.tm-hcs-side-feature-media{aspect-ratio:16/10!important}
  .tm-hcs-card-copy,.tm-hcs-side-feature-copy{padding:11px 12px 13px!important}
  .tm-hcs-card-copy h3,.tm-hcs-side-feature-copy h3{font-size:14px!important;line-height:1.3!important}
  .tm-prayer-grid{gap:7px!important}.tm-prayer-card{padding:10px!important;min-height:88px!important}.tm-prayer-card>strong{font-size:22px!important}
  .tm-market-card{flex-basis:min(82vw,238px)!important}
}

/* =========================================================
 * RC91 — conservative desktop repair
 * No blur-fill, no crop. Frames follow the source artwork ratio so embedded
 * headline text remains fully visible without black letterbox bands.
 * ======================================================= */
.tm-hcs-lead,
.tm-hcs-card,
.tm-hcs-side-feature{align-items:start!important}

.tm-hcs-lead-media,
.tm-hcs-card-media,
.tm-hcs-side-feature-media{
  position:relative!important;
  display:block!important;
  width:100%!important;
  height:auto!important;
  min-height:0!important;
  aspect-ratio:var(--tm-media-ratio,16/9)!important;
  overflow:hidden!important;
  background:transparent!important;
  flex:none!important;
}
.tm-hcs-lead-media::before,.tm-hcs-lead-media::after,
.tm-hcs-card-media::before,.tm-hcs-card-media::after,
.tm-hcs-side-feature-media::before,.tm-hcs-side-feature-media::after{
  content:none!important;display:none!important
}
.tm-hcs-lead-media>img,
.tm-hcs-card-media>img,
.tm-hcs-side-feature-media>img{
  display:block!important;
  position:static!important;
  width:100%!important;
  height:100%!important;
  min-height:0!important;
  max-height:none!important;
  object-fit:contain!important;
  object-position:center center!important;
  background:transparent!important;
}

/* Main category card: avoid a tall text column stretching the artwork frame. */
@media (min-width:981px){
  .tm-hcs-lead{min-height:0!important;align-items:start!important}
  .tm-hcs-lead-copy{align-self:stretch!important;min-height:100%!important}
  .tm-hcs-side-feature{height:auto!important;align-self:start!important;display:block!important}
  .tm-hcs-side-feature-media{min-height:0!important}
  .tm-hcs-category-layout.has-side-feature{align-items:start!important}
}

/* Mobile/tablet teaser rows also use the source ratio instead of forced crop. */
@media (max-width:640px){
  .tm-hcs-lead-media{height:auto!important;min-height:0!important}
  .tm-hcs-card,.tm-hcs-side-feature{align-items:start!important;min-height:0!important}
  .tm-hcs-card-media,.tm-hcs-side-feature-media{
    height:auto!important;min-height:0!important;
    aspect-ratio:var(--tm-media-ratio,16/9)!important
  }
}

/* Desktop Sport: deterministic LEFT rail; no viewport-side-space heuristic. */
@media (min-width:981px){
  .tm-hcs-section[data-hcs-category="spor"] .tm-hcs-sport-shell,
  .tm-hcs-section[data-hcs-category="spor"] .tm-hcs-sport-shell.is-rail{
    display:grid!important;
    grid-template-columns:296px minmax(0,1fr)!important;
    align-items:start!important;
    gap:18px!important;
    width:100%!important;
    min-height:0!important;
  }
  .tm-hcs-section[data-hcs-category="spor"] .tm-hcs-sport-shell>.tm-sports-widget,
  .tm-hcs-section[data-hcs-category="spor"] .tm-hcs-sport-shell.is-rail>.tm-sports-widget{
    grid-column:1!important;
    grid-row:1!important;
    position:static!important;
    inset:auto!important;
    left:auto!important;right:auto!important;top:auto!important;
    width:296px!important;max-width:296px!important;
    margin:0!important;
    align-self:start!important;
  }
  .tm-hcs-section[data-hcs-category="spor"] .tm-hcs-sport-shell>.tm-hcs-content,
  .tm-hcs-section[data-hcs-category="spor"] .tm-hcs-sport-shell.is-rail>.tm-hcs-content{
    grid-column:2!important;
    grid-row:1!important;
    width:100%!important;min-width:0!important;
  }
}
@media (max-width:980px){
  .tm-hcs-section[data-hcs-category="spor"] .tm-hcs-sport-shell,
  .tm-hcs-section[data-hcs-category="spor"] .tm-hcs-sport-shell.is-rail{
    display:flex!important;flex-direction:column!important;gap:0!important
  }
  .tm-hcs-section[data-hcs-category="spor"] .tm-hcs-sport-shell>.tm-hcs-content{order:1!important}
  .tm-hcs-section[data-hcs-category="spor"] .tm-hcs-sport-shell>.tm-sports-widget{
    order:2!important;width:100%!important;max-width:100%!important;margin-top:16px!important
  }
}

/* Desktop market cards expand evenly across whatever data count is returned. */
@media (min-width:981px){
  .tm-market-grid{
    display:grid!important;
    grid-template-columns:repeat(auto-fit,minmax(210px,1fr))!important;
    width:100%!important;gap:12px!important;overflow:visible!important
  }
  .tm-market-card{width:auto!important;min-width:0!important;flex:none!important}
}

/* RC92 — desktop category lead grows fully; sports rail restored to right */
@media (min-width:981px){
  .tm-hcs-lead{
    align-items:stretch!important;
  }
  .tm-hcs-lead-media{
    display:flex!important;
    align-self:stretch!important;
    min-height:100%!important;
    height:100%!important;
    aspect-ratio:auto!important;
    overflow:hidden!important;
  }
  .tm-hcs-lead-media > img{
    width:100%!important;
    height:100%!important;
    max-height:none!important;
    object-fit:cover!important;
    object-position:center top!important;
  }
  .tm-hcs-section[data-hcs-category="spor"] .tm-hcs-sport-shell.is-rail{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) minmax(280px,296px)!important;
    align-items:start!important;
    gap:18px!important;
  }
  .tm-hcs-section[data-hcs-category="spor"] .tm-hcs-sport-shell.is-rail > .tm-hcs-content{
    grid-column:1!important;
    min-width:0!important;
  }
  .tm-hcs-section[data-hcs-category="spor"] .tm-hcs-sport-shell.is-rail > .tm-sports-widget{
    grid-column:2!important;
    position:sticky!important;
    top:20px!important;
    width:100%!important;
    margin:0!important;
    align-self:start!important;
  }
}

/* RC93 — restore no-crop desktop lead media and put sports rail on the RIGHT */
@media (min-width:981px){
  .tm-hcs-lead{
    align-items:start!important;
  }
  .tm-hcs-lead-media{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    align-self:start!important;
    height:auto!important;
    min-height:0!important;
    aspect-ratio:auto!important;
    overflow:hidden!important;
    background:#0b0b0b!important;
  }
  .tm-hcs-lead-media > img{
    width:100%!important;
    height:auto!important;
    max-height:none!important;
    object-fit:contain!important;
    object-position:center center!important;
    background:#0b0b0b!important;
  }
  .tm-hcs-section[data-hcs-category="spor"] .tm-hcs-sport-shell,
  .tm-hcs-section[data-hcs-category="spor"] .tm-hcs-sport-shell.is-rail{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) minmax(280px,296px)!important;
    align-items:start!important;
    gap:18px!important;
  }
  .tm-hcs-section[data-hcs-category="spor"] .tm-hcs-sport-shell > .tm-hcs-content,
  .tm-hcs-section[data-hcs-category="spor"] .tm-hcs-sport-shell.is-rail > .tm-hcs-content{
    grid-column:1!important;
    order:1!important;
    min-width:0!important;
  }
  .tm-hcs-section[data-hcs-category="spor"] .tm-hcs-sport-shell > .tm-sports-widget,
  .tm-hcs-section[data-hcs-category="spor"] .tm-hcs-sport-shell.is-rail > .tm-sports-widget{
    grid-column:2!important;
    order:2!important;
    position:sticky!important;
    top:20px!important;
    left:auto!important;
    right:auto!important;
    width:100%!important;
    max-width:296px!important;
    margin:0 0 0 auto!important;
    align-self:start!important;
  }
}

/* RC94 — desktop category lead fills the block, text-safe crop bias, sports rail stays on the right */
@media (min-width:981px){
  .tm-hcs-lead{
    min-height:0!important;
    grid-template-columns:minmax(0,1.02fr) minmax(420px,.98fr)!important;
    align-items:stretch!important;
  }
  .tm-hcs-lead-media{
    display:flex!important;
    align-self:stretch!important;
    min-height:100%!important;
    height:100%!important;
    overflow:hidden!important;
    background:#0b0b0b!important;
  }
  .tm-hcs-lead-media > img{
    display:block!important;
    width:100%!important;
    height:100%!important;
    max-height:none!important;
    object-fit:cover!important;
    object-position:left center!important;
    background:#0b0b0b!important;
  }
  .tm-hcs-lead-copy{
    padding:30px 34px!important;
  }
  .tm-hcs-lead-copy h3{
    font-size:clamp(32px,2.25vw,52px)!important;
    line-height:1.02!important;
    margin:0 0 16px!important;
  }
  .tm-hcs-lead-copy p{
    font-size:16px!important;
    line-height:1.42!important;
    margin:0 0 20px!important;
    -webkit-line-clamp:3!important;
  }
  .tm-hcs-section[data-hcs-category="spor"] .tm-hcs-sport-shell,
  .tm-hcs-section[data-hcs-category="spor"] .tm-hcs-sport-shell.is-rail{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) minmax(280px,296px)!important;
    align-items:start!important;
    gap:18px!important;
  }
  .tm-hcs-section[data-hcs-category="spor"] .tm-hcs-sport-shell > .tm-hcs-content,
  .tm-hcs-section[data-hcs-category="spor"] .tm-hcs-sport-shell.is-rail > .tm-hcs-content{
    grid-column:1!important;
    order:1!important;
  }
  .tm-hcs-section[data-hcs-category="spor"] .tm-hcs-sport-shell > .tm-sports-widget,
  .tm-hcs-section[data-hcs-category="spor"] .tm-hcs-sport-shell.is-rail > .tm-sports-widget{
    grid-column:2!important;
    order:2!important;
    position:sticky!important;
    top:20px!important;
    width:100%!important;
    max-width:296px!important;
    margin:0 0 0 auto!important;
    align-self:start!important;
  }
}

/* RC95 — sports category desktop balancing: full-height media, safer crop, right rail preserved */
@media (min-width:981px){
  .tm-hcs-section[data-hcs-category="spor"] .tm-hcs-lead{
    grid-template-columns:minmax(0,1.16fr) minmax(360px,.84fr)!important;
    min-height:438px!important;
    align-items:stretch!important;
  }
  .tm-hcs-section[data-hcs-category="spor"] .tm-hcs-lead-media{
    align-self:stretch!important;
    display:flex!important;
    height:100%!important;
    min-height:100%!important;
    overflow:hidden!important;
  }
  .tm-hcs-section[data-hcs-category="spor"] .tm-hcs-lead-media > img{
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    object-position:left top!important;
  }
  .tm-hcs-section[data-hcs-category="spor"] .tm-hcs-lead-copy{
    display:flex!important;
    flex-direction:column!important;
    justify-content:center!important;
    min-height:100%!important;
    padding:28px 30px!important;
  }
  .tm-hcs-section[data-hcs-category="spor"] .tm-hcs-lead-copy h3{
    font-size:clamp(30px,2.1vw,44px)!important;
    line-height:1.04!important;
    margin:0 0 14px!important;
  }
  .tm-hcs-section[data-hcs-category="spor"] .tm-hcs-lead-copy p{
    font-size:15px!important;
    line-height:1.4!important;
    -webkit-line-clamp:3!important;
    margin:0 0 18px!important;
  }
}

/* =========================================================
 * RC97 — Desktop category side-feature rail restore.
 * Management expects "Sağ/Sol ek manşet" to appear as a slim tall rail on
 * desktop, aligned to the full height of the category main area. Responsive
 * stacked behaviour stays unchanged below 981px.
 * ======================================================= */
@media (min-width:981px){
  .tm-hcs-category-layout.has-side-feature,
  .tm-hcs-category-layout.has-side-feature.is-side-left,
  .tm-hcs-category-layout.has-side-feature.is-side-right{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) 220px!important;
    gap:12px!important;
    align-items:stretch!important;
  }
  .tm-hcs-category-layout.has-side-feature.is-side-left{
    grid-template-columns:220px minmax(0,1fr)!important;
  }
  .tm-hcs-category-layout.has-side-feature > .tm-hcs-category-main{
    min-width:0!important;
    align-self:stretch!important;
  }
  .tm-hcs-category-layout.has-side-feature > .tm-hcs-side-feature{
    min-width:0!important;
    align-self:stretch!important;
    height:100%!important;
    min-height:100%!important;
    display:flex!important;
    flex-direction:column!important;
    overflow:hidden!important;
    border:1px solid var(--tm-section-border,#dde1e7)!important;
    border-radius:16px!important;
    background:var(--tm-section-surface,#fff)!important;
    color:var(--tm-section-text,#111)!important;
  }
  .tm-hcs-category-layout.has-side-feature > .tm-hcs-side-feature .tm-hcs-side-feature-media{
    display:block!important;
    flex:0 0 auto!important;
    width:100%!important;
    min-height:124px!important;
    aspect-ratio:auto!important;
    overflow:hidden!important;
    background:#0b0b0b!important;
  }
  .tm-hcs-category-layout.has-side-feature > .tm-hcs-side-feature .tm-hcs-side-feature-media > img{
    display:block!important;
    width:100%!important;
    height:100%!important;
    min-height:100%!important;
    max-height:none!important;
    object-fit:cover!important;
    object-position:center center!important;
    background:transparent!important;
  }
  .tm-hcs-category-layout.has-side-feature > .tm-hcs-side-feature .tm-hcs-side-feature-copy{
    flex:1 1 auto!important;
    display:flex!important;
    flex-direction:column!important;
    justify-content:flex-start!important;
    min-width:0!important;
    padding:14px 14px 16px!important;
  }
  .tm-hcs-category-layout.has-side-feature > .tm-hcs-side-feature .tm-hcs-side-feature-copy h3{
    font-size:17px!important;
    line-height:1.18!important;
    display:-webkit-box!important;
    -webkit-line-clamp:5!important;
    -webkit-box-orient:vertical!important;
    overflow:hidden!important;
  }
  .tm-hcs-category-layout.has-side-feature > .tm-hcs-side-feature .tm-hcs-side-feature-copy time{
    margin-top:auto!important;
  }
}

/* =========================================================
 * RC98 — Desktop Ek Manşet full-image rail.
 * Image covers the entire side column; metadata/title are overlaid at bottom.
 * Responsive <=980px intentionally remains unchanged.
 * ======================================================= */
@media (min-width:981px){
  .tm-hcs-category-layout.has-side-feature > .tm-hcs-side-feature{
    position:relative!important;
    isolation:isolate!important;
    display:block!important;
    align-self:stretch!important;
    height:100%!important;
    min-height:100%!important;
    overflow:hidden!important;
    padding:0!important;
    background:transparent!important;
    border:1px solid rgba(255,255,255,.26)!important;
    border-radius:16px!important;
  }
  .tm-hcs-category-layout.has-side-feature > .tm-hcs-side-feature .tm-hcs-side-feature-media{
    position:absolute!important;
    inset:0!important;
    z-index:0!important;
    display:block!important;
    width:100%!important;
    height:100%!important;
    min-height:100%!important;
    max-height:none!important;
    aspect-ratio:auto!important;
    margin:0!important;
    padding:0!important;
    background:transparent!important;
    overflow:hidden!important;
  }
  .tm-hcs-category-layout.has-side-feature > .tm-hcs-side-feature .tm-hcs-side-feature-media > img{
    display:block!important;
    width:100%!important;
    height:100%!important;
    min-height:100%!important;
    max-height:none!important;
    object-fit:cover!important;
    object-position:center center!important;
  }
  .tm-hcs-category-layout.has-side-feature > .tm-hcs-side-feature::after{
    content:"";
    position:absolute;
    z-index:1;
    inset:28% 0 0;
    pointer-events:none;
    background:linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,.32) 24%,rgba(0,0,0,.82) 72%,rgba(0,0,0,.94) 100%);
  }
  .tm-hcs-category-layout.has-side-feature > .tm-hcs-side-feature .tm-hcs-side-feature-copy{
    position:absolute!important;
    z-index:2!important;
    left:0!important;
    right:0!important;
    bottom:0!important;
    display:flex!important;
    flex-direction:column!important;
    justify-content:flex-end!important;
    min-width:0!important;
    min-height:0!important;
    padding:18px 15px 16px!important;
    background:transparent!important;
    color:#fff!important;
  }
  .tm-hcs-category-layout.has-side-feature > .tm-hcs-side-feature .tm-hcs-side-feature-copy > b{
    margin:0 0 7px!important;
    color:#fff!important;
    font-size:11px!important;
    line-height:1.1!important;
    text-shadow:0 1px 3px rgba(0,0,0,.7)!important;
  }
  .tm-hcs-category-layout.has-side-feature > .tm-hcs-side-feature .tm-hcs-side-feature-copy h3{
    margin:0 0 10px!important;
    color:#fff!important;
    font-size:17px!important;
    line-height:1.18!important;
    font-weight:850!important;
    display:-webkit-box!important;
    -webkit-line-clamp:6!important;
    -webkit-box-orient:vertical!important;
    overflow:hidden!important;
    text-shadow:0 2px 5px rgba(0,0,0,.78)!important;
  }
  .tm-hcs-category-layout.has-side-feature > .tm-hcs-side-feature .tm-hcs-side-feature-copy h3 a,
  .tm-hcs-category-layout.has-side-feature > .tm-hcs-side-feature .tm-hcs-side-feature-copy time{
    color:#fff!important;
    text-shadow:0 1px 3px rgba(0,0,0,.72)!important;
  }
  .tm-hcs-category-layout.has-side-feature > .tm-hcs-side-feature .tm-hcs-side-feature-copy time{
    margin-top:0!important;
    font-size:11px!important;
    opacity:.82!important;
  }
}
