/* ═══════════════════════════════════════════════════
   தினத்துளிர் — MASTHEAD CSS (complete, no duplicates)
   Desktop: nav sticky + [300×250] logo [300×250] + ticker + 728×100
   Mobile:  mob-topbar sticky + 25vh ad + ticker + 100px ad
═══════════════════════════════════════════════════ */

/* ─── DESKTOP NAV (sticky) ─────────────────────────── */
.nav {
  position: sticky; top: 0; z-index: 200;
  background: #1A1A1A;
  border-bottom: 2px solid #C0001A;
}
.nav-inner {
    padding: 0 16px;
  display: flex; align-items: center; height: 44px;
  overflow-x: auto; scrollbar-width: none;
}
.nav-inner::-webkit-scrollbar { display: none; }
.nav-link {
  color: rgba(255,255,255,.7); text-decoration: none;
  font-size: 13px; font-weight: 500; padding: 0 13px;
  height: 44px; display: inline-flex; align-items: center;
  white-space: nowrap; border-bottom: 3px solid transparent;
  flex-shrink: 0; transition: color .15s, border-color .15s;
}
.nav-link:hover { color: #fff; }
.nav-link.active { color: #fff; border-bottom-color: #C0001A; font-weight: 700; }
.nav-actions {
  display: flex; align-items: center; gap: 8px;
  margin-left: auto; flex-shrink: 0; padding-left: 12px;
}
.nav-search {
  display: flex; align-items: center;
  background: rgba(255,255,255,.1); border-radius: 4px; height: 30px; overflow: hidden;
}
.nav-search input {
  background: transparent; border: none; outline: none;
  padding: 0 10px; color: #fff; font-size: 12px; width: 130px;
}
.nav-search input::placeholder { color: rgba(255,255,255,.4); }
.nav-search button { background:none;border:none;padding:0 8px;cursor:pointer;color:rgba(255,255,255,.6);font-size:13px;height:30px; }
.nav-search button:hover { color: #fff; }
.nav-login-btn {
  display: inline-flex; align-items: center; gap: 5px;
  padding: 0 12px; height: 30px; border-radius: 4px;
  border: 1px solid rgba(255,255,255,.25); background: transparent;
  color: rgba(255,255,255,.8); font-size: 12px; font-weight: 600;
  cursor: pointer; font-family: 'Noto Sans Tamil', sans-serif; transition: all .15s;
}
.nav-login-btn:hover { background: rgba(255,255,255,.1); color: #fff; }
.nav-user-wrap { position: relative; }
.nav-user-avatar {
  width: 30px; height: 30px; border-radius: 50%; cursor: pointer;
  border: 2px solid rgba(255,255,255,.3); object-fit: cover;
}
.nav-user-init {
  background: #C0001A; color: #fff; font-weight: 700; font-size: 13px;
  display: flex; align-items: center; justify-content: center;
}

/* ─── MOBILE TOPBAR (hidden on desktop) ────────────── */
.mob-topbar { display: none; }

/* ─── HEADER CONTAINER ─────────────────────────────── */
.header {
  background: #fff;
  position: relative;
}
#headerCanvas {
  position: absolute; top: 0; left: 0;
  width: 100%; height: 100%;
  pointer-events: none; opacity: .06;
}

/* ─── MASTHEAD GRID [AD] [LOGO] [AD] ────────────────── */
.masthead {
  display: grid;
  grid-template-columns: 300px 1fr 300px;
  align-items: stretch;
  gap: 16px;
  padding: 8px 20px 6px;
  background: #fff;
}
.masthead-ad {
  width: 300px;
  height: 150px;
  overflow: hidden !important;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  align-self: center;
}
.masthead-ad img,
.masthead-ad a img {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
  border-radius: 6px;
}
.masthead-center {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
}
.vel-logo-link { text-decoration: none; display: inline-block; }
.vel-brand-wrap { display: inline-flex; align-items: center; gap: 12px; justify-content: center; }
.vel-logo {
  display: inline-flex; align-items: center;
  font-family: 'Noto Sans Tamil', sans-serif;
  font-size: 32px; font-weight: 900; line-height: 1;
}
.vel-word1 { color: #0F2557; padding-right: 4px; }
.vel-word2 { color: #fff; background: #0F2557; padding: 2px 10px 4px; border-radius: 4px; }
/* Placeholder logo mark — swap this <div> for the real logo <img> at launch */
.logo-icon-ph {
  width: 40px; height: 40px; border-radius: 10px; flex-shrink: 0;
  background: linear-gradient(135deg, #0F2557, #1B3A7A);
  color: #fff; display: inline-flex; align-items: center; justify-content: center;
  font-family: 'Noto Sans Tamil', sans-serif; font-weight: 900; font-size: 20px;
}
.vel-tagline {
  font-family: 'Noto Sans Tamil', sans-serif;
  font-size: 11px; font-weight: 600; color: #9A9890;
  letter-spacing: .5px; margin-top: 4px;
}
.masthead-sub-line {
  font-size: 10px; color: #C0001A; font-weight: 600;
  font-family: 'Source Sans 3', sans-serif;
  margin-top: 5px; letter-spacing: .2px;
}

/* ─── MOBILE SQUARE AD (hidden on desktop) ──────────── */
.mobile-square-ad {
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 4px 0;
}
.mob-ad-ph {
  width: 100%; height: 100%;
  display: flex; align-items: center; justify-content: center;
  font-size: 11px; color: #9A9890;
}

/* ─── DOUBLE RULE ───────────────────────────────────── */
.masthead-rule      { height: 5px; background: #C0001A; }
.masthead-rule-thin { height: 2px; background: #E8E6E0; }

/* ─── DESKTOP HORIZONTAL BANNER 728×100 ─────────────── */
.header-banner-ad-inner {
  width: 100%;
  max-width: 728px;
  margin: 0 auto;
  aspect-ratio: 900 / 150;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
}
.header-banner-ad-placeholder {
  width: 728px; max-width: 100%; height: 100px;
  background: #F0EFE9; border: 1px dashed #C8C6BE; border-radius: 4px;
  display: flex; align-items: center; justify-content: center;
  font-size: 11px; color: #9A9890;
}

/* ─── MOBILE HORIZONTAL BANNER (hidden on desktop) ──── */
.mobile-square-ad img {
  max-width: 200px;
  max-height: 100px;
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}
.mobile-banner-ad { display: none !important; }
.mob-banner-ph {
  width: 100%; height: 80px;
  display: flex; align-items: center; justify-content: center;
  font-size: 11px; color: rgba(255,255,255,.4);
}

/* ─── FOOTER ─────────────────────────────────────────── */
.site-footer {
  background: #1A1A1A;
  margin-top: 40px;
}
.site-footer-inner {
   
  padding: 14px 20px;
  text-align: center;
  font-size: 12px;
  color: rgba(255,255,255,.45);
  display: flex; align-items: center; justify-content: center;
  gap: 8px; flex-wrap: wrap;
}
.site-footer-inner a { color: rgba(255,255,255,.45); text-decoration: none; }
.site-footer-inner a:hover { color: #fff; }
.ftr-sep { color: rgba(255,255,255,.2); }

/* ─── DRAWER ────────────────────────────────────────── */
.mob-drawer-overlay {
  display: none; position: fixed; inset: 0;
  background: rgba(0,0,0,.5); z-index: 998;
}
.mob-drawer-overlay.open { display: block; }
.mob-drawer {
  position: fixed; top: 0; right: 0; bottom: 0;
  width: 75%; max-width: 320px;
  background: #fff; z-index: 999;
  transform: translateX(100%);
  transition: transform .3s ease;
  display: flex; flex-direction: column; overflow: hidden;
}
.mob-drawer.open { transform: translateX(0); }
.mob-drawer-header {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 16px; border-bottom: 2px solid #C0001A; flex-shrink: 0;
}
.mob-logo-w1 { font-family:'Noto Sans Tamil',sans-serif; font-weight:900; color:#0F2557; }
.mob-logo-w2 { font-family:'Noto Sans Tamil',sans-serif; font-weight:900; color:#fff; background:#0F2557; padding:1px 6px; border-radius:3px; margin-left:2px; }
.mob-drawer-close {
  width: 32px; height: 32px; border-radius: 50%;
  background: #F0EFE9; border: none; font-size: 16px;
  cursor: pointer; color: #6B6A64;
}
.mob-drawer-body { flex: 1; overflow-y: auto; padding: 6px 0; }
.mob-drawer-link {
  display: block; padding: 13px 20px;
  font-size: 14px; font-family: 'Noto Sans Tamil', sans-serif;
  font-weight: 500; color: #1A1A1A; text-decoration: none;
  border-bottom: 1px solid #F0EFE9; transition: background .12s;
}
.mob-drawer-link:hover { background: #FEF0F0; color: #C0001A; }
.mob-drawer-divider { height: 6px; background: #F5F5F0; border-top: 1px solid #E8E6E0; border-bottom: 1px solid #E8E6E0; margin: 4px 0; }
.mob-drawer-user { padding: 10px 20px; font-size: 13px; color: #6B6A64; background: #F5F5F0; }

/* ═══════════════════════════════════════════════════
   MOBILE ≤ 768px
═══════════════════════════════════════════════════ */

/* ── < 600px: mobile layout ── */


/* ── MOBILE FLOATING AD ─────────────────────────────── */
.mob-float-ad {
  position: fixed;
  bottom: 62px;
  left: 0; right: 0;
  z-index: 990;
  height: 66px;
  display: none;           /* shown via media query below */
  align-items: center;
}
.mob-float-ad-inner {
  flex: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.mob-float-ad-inner img {
  width: 100%;
  height: 66px;
  object-fit: contain;
  display: block;
}
.mob-float-ad-close {
  width: 28px;
  height: 66px;
  flex-shrink: 0;
  background: rgba(255,255,255,.1);
  border: none;
  color: rgba(255,255,255,.7);
  font-size: 14px;
  cursor: pointer;
}

/* ═══════════════════════════════════════════════════
   RESPONSIVE — 2 breakpoints only
   < 1024px  = mobile layout (phone + tablet)
   ≥ 1024px  = desktop layout
═══════════════════════════════════════════════════ */

/* ── MOBILE + TABLET (< 1024px) ── */
@media (max-width: 1023px) {
  /* Desktop nav hidden — use mobile bottom nav + drawer */
  .nav              { display: none !important; }

  /* Sticky mobile top bar */
  .mob-topbar {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 300;
    background: #fff;
    border-top: 3px solid #C0001A;
    border-bottom: 3px solid #C0001A;
    padding: 8px 12px 6px;
    box-shadow: 0 2px 6px rgba(0,0,0,.1);
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
  }
  /* Line 1: Logo centered */
  .mob-topbar-logo-row { width: 100%; text-align: center; margin-bottom: 2px; }
  .mob-topbar-logo { text-decoration: none; display: inline-flex; align-items: center; gap: 6px; justify-content: center; }

  /* Mobile weather badge — single line, same height as the language switcher */
  .mob-weather-badge {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px;
    background: linear-gradient(135deg, #EFF6FF, #DBEAFE);
    border: 1px solid rgba(3,105,161,.2);
    border-radius: 16px;
    padding: 5px 10px;
    animation: mob-weather-pulse 3s ease-in-out infinite;
  }
  .mob-weather-badge.loaded { animation: mob-weather-fadein .4s ease both; }
  .mob-weather-icon { font-size: 12px; line-height: 1; }
  .mob-weather-temp { font-size: 11px; font-weight: 800; color: #0369A1; line-height: 1; white-space: nowrap; }
  .mob-weather-city {
    font-size: 10px;
    font-weight: 600;
    color: #0369A1;
    line-height: 1;
    max-width: 72px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 4px;
    border-left: 1px solid rgba(3,105,161,.25);
  }
  @keyframes mob-weather-pulse {
    0%, 100% { opacity: 1; }
    50%       { opacity: .6; }
  }
  @keyframes mob-weather-fadein {
    from { opacity: 0; transform: scale(.9); }
    to   { opacity: 1; transform: scale(1); }
  }
  .mob-logo-w1 { font-family:'Noto Sans Tamil',sans-serif; font-weight:900; color:#0F2557; font-size:20px; }
  .mob-logo-w2 { font-family:'Noto Sans Tamil',sans-serif; font-weight:900; color:#fff; background:#0F2557; padding:1px 6px; border-radius:3px; margin-left:2px; font-size:20px; }
  .mob-topbar-logo-icon { width: 28px; height: 28px; border-radius: 8px; font-size: 16px; }
  .mob-topbar-reg  { font-size:9px; color:#9A9890; white-space:nowrap; }
  /* Line 3: date */
  .mob-topbar-date-row { width:100%; text-align:center; }
  .mob-topbar-date { font-size:9px; color:#C0001A; font-weight:600; white-space:nowrap; }
  /* Line 2: language switcher + weather pill */
  .mob-topbar-lang-row { width:100%; display:flex; align-items:center; justify-content:space-between; margin-bottom:4px; gap:8px; }
  .lang-switcher-mob { justify-content:flex-start; flex-shrink:0; }
  /* Row 4: Ad */
  .mob-topbar-ad-row { width:100%; }
  .mob-topbar-ad-row .mob-top-ad { width:100%; }

  /* Hide desktop masthead and canvas */
  .masthead         { display: none !important; }
  #headerCanvas     { display: none; }
  .header           { background: #fff; }

  /* Mobile top ad: 200×100 centered */
  .mobile-square-ad {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 6px 0;
    border-bottom: 1px solid #E8E6E0;
  }
  .mobile-square-ad img {
    max-width: 200px;
    max-height: 100px;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
  }

  /* Rules */
  .masthead-rule      { display: block; height: 4px; }
  .masthead-rule-thin { display: block; height: 2px; }

  /* Hide desktop horizontal banner */
  .header-banner-ad { display: none !important; }

  /* Mobile bottom nav */
  .mobile-bottom-nav { display: flex; }

  /* Floating horizontal ad above bottom nav */
  .mob-float-ad     { display: flex !important; }
  body              { padding-bottom: 130px; }
  .site-footer-inner { font-size: 11px; padding: 12px; }
}

/* ── DESKTOP (≥ 1024px) ── */
@media (min-width: 1024px) {
  .mob-topbar        { display: none !important; }
  .mobile-square-ad  { display: none !important; }
  .mob-float-ad      { display: none !important; }
  .nav               { display: block !important; }
  .masthead          { display: grid !important; grid-template-columns: 300px 1fr 300px !important; }
  .masthead-ad       { width: 300px !important; height: 150px !important; align-self: center !important; }
  .header            { position: relative !important; border-bottom: none !important; box-shadow: none !important; }
  .header-banner-ad  { display: block !important; }
}

/* ── MOBILE FLOATING RATE ICONS ── */
.mob-rate-icons {
  display: none;
  position: fixed;
  left: 10px;
  bottom: 72px;
  z-index: 985;
  flex-direction: column;
  gap: 6px;
}
.mob-rate-btn {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: #C0001A;
  color: #fff;
  font-size: 20px;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0,0,0,.3);
  transition: transform .15s;
  -webkit-tap-highlight-color: transparent;
}
.mob-rate-btn:hover { transform: scale(1.1); }

.mob-rate-popup {
  position: fixed;
  bottom: 130px; left: 10px;
  z-index: 986;
}
.mob-rate-popup-inner {
  background: #fff;
  border-radius: 12px;
  padding: 16px 20px;
  min-width: 160px;
  box-shadow: 0 4px 20px rgba(0,0,0,.2);
  text-align: center;
  position: relative;
}
.mob-rate-popup-close {
  position: absolute; top: 6px; right: 8px;
  background: none; border: none; font-size: 14px; cursor: pointer; color: #9A9890;
}
.mob-rate-popup-icon  { font-size: 32px; margin-bottom: 4px; }
.mob-rate-popup-label { font-size: 12px; color: #6B6A64; font-weight: 600; }
.mob-rate-popup-value { font-size: 22px; font-weight: 800; color: #1A1A1A; margin: 4px 0; }
.mob-rate-popup-change{ font-size: 11px; font-weight: 600; }
.mob-rate-popup-city  { font-size: 10px; color: #9A9890; margin-top: 2px; }

@media (max-width: 1023px) {
  .mob-rate-icons { display: flex; }
}
@media (min-width: 1024px) {
  .mob-rate-icons { display: none !important; }
  .mob-rate-popup { display: none !important; }
}

/* ── MOB FLOAT AD: force show on mobile (highest specificity) ── */
@media (max-width: 1023px) {
  div#mobFloatAd,
  .mob-float-ad#mobFloatAd { display: flex !important; }
}

/* ════════════════════════════════════════════
   AD CONTAINERS — strict image containment
   Images NEVER overflow their slot boundary
════════════════════════════════════════════ */

/* ── Square ad (desktop masthead 300×150) ── */
.masthead-ad {
  width: 300px;
  height: 150px;
  overflow: hidden !important;
  flex-shrink: 0;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.masthead-ad .ad-rotator {
  width: 100% !important;
  height: 100% !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.masthead-ad img {
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  display: block;
  border-radius: 6px !important;
}

/* ── Mobile top square ad (200×100) ── */
.mobile-square-ad {
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100px;
  overflow: hidden !important;
  padding: 0;
}
.mobile-square-ad .ad-rotator {
  width: 200px !important;
  height: 100px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.mobile-square-ad img {
  width: auto !important;
  height: auto !important;
  max-width: 200px !important;
  max-height: 100px !important;
  object-fit: contain !important;
  display: block;
}

/* ── Horizontal banner ad (728×100 desktop, scales responsively) ── */
.header-banner-ad {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-banner-ad .ad-rotator,
.header-banner-ad-inner .ad-rotator {
  width: 100% !important;
  height: 100% !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.header-banner-ad img,
.header-banner-ad-inner img {
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  display: block;
}

/* ── Mobile floating horizontal ad (320×66) ── */
.mob-float-ad-inner {
  flex: 1;
  height: 66px;
  overflow: hidden !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mob-float-ad-inner .ad-rotator {
  width: 100% !important;
  height: 66px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.mob-float-ad-inner img {
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 66px !important;
  object-fit: contain !important;
  display: block;
}

/* ── Sidebar square ad widget ── */
.sb-widget .ad-rotator,
.sb-widget > img {
  width: 100% !important;
  height: auto !important;
  max-height: 150px !important;
  object-fit: contain !important;
  display: block;
}

/* ── Global: ALL ad-rotator containers clip overflow ── */
.ad-rotator {
  overflow: hidden !important;
  display: block;
  width: 100%;
  border-radius: 6px;
}
/* Full-bleed strips stay flush — no rounding */
.mob-top-ad .ad-rotator,
.mob-footer-ad .ad-rotator,
.header-banner-ad .ad-rotator,
.header-banner-ad-inner .ad-rotator,
.mob-float-ad-inner .ad-rotator {
  border-radius: 0;
}
.ad-rotator img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  display: block;
  transition: transform 24s linear, opacity 0.4s ease;
}

/* ── Rate bottom sheet ── */
.mob-rate-overlay {
  display: none;
  position: fixed; inset: 0;
  background: rgba(0,0,0,.5);
  z-index: 1050;
}
.mob-rate-overlay.open { display: block; }

.mob-rate-sheet {
  position: fixed;
  bottom: 56px; left: 0; right: 0;
  background: #fff;
  border-radius: 16px 16px 0 0;
  z-index: 1051;
  padding: 0 0 16px;
  transform: translateY(110%);
  transition: transform .3s cubic-bezier(.4,0,.2,1);
  visibility: hidden;
}
.mob-rate-sheet.open {
  transform: translateY(0);
  visibility: visible;
}
.mob-rate-sheet-handle {
  width: 36px; height: 4px;
  background: #D8D6CE; border-radius: 2px;
  margin: 10px auto 6px;
}
.mob-rate-sheet-title {
  font-size: 14px; font-weight: 700;
  color: #1A1A1A; text-align: center;
  padding: 6px 0 12px;
}
.mob-rate-sheet-grid {
  display: flex;
  justify-content: space-around;
  padding: 0 8px;
  gap: 8px;
}
.mob-rate-sheet-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
  padding: 0 12px 12px;
}
.mob-rate-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 12px 6px;
  background: #F5F5F2;
  border-radius: 10px;
  text-align: center;
}
.mob-rate-card-icon  { font-size: 26px; line-height: 1; }
.mob-rate-card-label { font-size: 10px; font-weight: 700; color: #C0001A; text-transform: uppercase; letter-spacing: .3px; }
.mob-rate-card-val   { font-size: 13px; font-weight: 900; color: #1A1A1A; }

/* ── Mobile vertical ad ── */
.mob-vertical-ad {
  display: none;
  position: fixed;
  bottom: 70px; right: 10px;
  z-index: 999;
}
.mob-vertical-ad-inner {
  width: 150px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0,0,0,.2);
  position: relative;
}
.mob-vertical-ad-close {
  position: absolute; top: 4px; right: 4px;
  width: 22px; height: 22px;
  background: rgba(0,0,0,.5); color: #fff;
  border: none; border-radius: 50%;
  font-size: 11px; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  z-index: 1;
}
.mob-vertical-ad [data-slot="vertical"] {
  height: 200px;
}
.mob-vertical-ad [data-slot="vertical"] img {
  height: 200px !important;
}

@media (min-width: 1024px) {
  .mob-rate-overlay,
  .mob-rate-sheet,
  .mob-vertical-ad { display: none !important; }
}

/* ── Rates inside masthead-center — desktop only ── */
.masthead-rates {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 6px;
  margin-top: 10px;
  padding: 6px 0 4px;
  border-top: 1px solid #EDE9E0;
  width: 100%;
}
.mrate-item {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  padding: 7px 16px;
  background: linear-gradient(135deg, #FFF8F8 0%, #FFF3F3 100%);
  border: 1px solid rgba(192,0,26,.12);
  border-radius: 12px;
  white-space: nowrap;
  box-shadow: 0 1px 3px rgba(192,0,26,.07);
  transition: box-shadow .15s, transform .15s;
  min-width: 70px;
}
.mrate-item:hover {
  box-shadow: 0 3px 10px rgba(192,0,26,.14);
  transform: translateY(-1px);
}
.mrate-item-top {
  display: flex;
  align-items: center;
  gap: 4px;
}
.mrate-icon  { font-size: 14px; line-height: 1; }
.mrate-label {
  color: #C0001A;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .5px;
  line-height: 1;
}
.mrate-val {
  font-weight: 900;
  color: #1A1A1A;
  font-size: 14px;
  line-height: 1;
}
/* Weather pill — blue theme, city top / icon+temp bottom */
.mrate-weather { min-width: 80px; }
.mrate-weather .mrate-city {
  font-size: 10px;
  font-weight: 800;
  color: #0369A1;
  text-transform: uppercase;
  letter-spacing: .4px;
  line-height: 1;
  text-align: center;
  max-width: 90px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mrate-weather .mrate-item-top {
  justify-content: center;
  gap: 4px;
}
.mrate-weather .mrate-icon { font-size: 14px; }
.mrate-weather .mrate-val  { color: #0369A1; font-size: 14px; }

