/* v187.2 final visual fixes — scoped small corrections only. No V185 protected block edits. */

/* 1) Navigation logo readability */
.nav .nav-logo img{
  height:44px !important;
  max-height:44px !important;
  width:auto !important;
  min-width:168px;
  object-fit:contain;
  filter:none !important;
  opacity:1 !important;
}

@media (max-width: 900px){
  .nav .nav-logo img{
    height:44px !important;
    max-height:44px !important;
    min-width:160px;
  }
}

@media (max-width: 520px){
  .nav .nav-logo img{
    height:40px !important;
    max-height:40px !important;
    min-width:146px;
  }
}

/* 2) KLAS MAGAZIN logo visibility on light section */
.magazin-section-logo{
  width:min(320px,84vw) !important;
  min-width:min(280px,84vw);
  height:auto !important;
  opacity:1 !important;
  filter:none !important;
  mix-blend-mode:normal !important;
  transform:none !important;
}

/* 3) Social media KLAS TV card logo balance */
.real-logo-grid .klastv-logo{
  width:116px !important;
  min-width:116px;
  height:78px !important;
  padding:8px 10px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.real-logo-grid .klastv-logo .brand-svg,
.real-logo-grid .klastv-logo img.brand-svg{
  width:104px !important;
  max-width:104px !important;
  height:auto !important;
  max-height:58px !important;
  object-fit:contain;
  opacity:1 !important;
  filter:none !important;
}

/* 4) KLAS CLUB logo sizing after membership label removal */
.klas-club-card .klas-club-title{
  margin-top:0 !important;
}

.klas-club-card .klas-club-logo{
  width:min(300px,70vw) !important;
  max-width:100% !important;
  height:auto !important;
  opacity:1 !important;
  filter:drop-shadow(0 20px 70px rgba(224,32,32,.22));
}


/* v187.2a closeout fixes — subbrand v2 logo readability + social CTA */
.social-editorial-head .social-follow-cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:0 22px;
  border-radius:999px;
  border:1px solid rgba(225,6,19,.28);
  background:rgba(225,6,19,.08);
  color:var(--rk-ink,#111827) !important;
  font-size:10px;
  font-weight:900;
  letter-spacing:1.7px;
  text-transform:uppercase;
  text-decoration:none !important;
  box-shadow:0 12px 30px rgba(225,6,19,.10);
  transition:transform .22s ease, border-color .22s ease, background .22s ease;
}
.social-editorial-head .social-follow-cta:hover{
  transform:translateY(-1px);
  border-color:rgba(225,6,19,.48);
  background:rgba(225,6,19,.13);
}
.klas-club-card .klas-club-logo,
.club-logo{
  width:min(300px,70vw) !important;
  max-width:100% !important;
  height:auto !important;
  opacity:1 !important;
  filter:drop-shadow(0 20px 70px rgba(224,32,32,.22));
}
.real-social-card .klas-tv-social-logo{
  width:min(150px,76%) !important;
  max-height:82px !important;
  object-fit:contain !important;
  opacity:1 !important;
  filter:none !important;
}

/* v187.2c remaining fixes — social heading, no new style block */
.social-editorial-head{
  align-items:flex-start;
}
.social-editorial-head .social-title{
  line-height:.94;
}
.social-title-brand{
  color:var(--red,#E10613);
  display:inline-block;
}
.social-title-sub{
  color:var(--rk-ink,#111827);
  display:inline-block;
  font-family:Inter,system-ui,sans-serif;
  font-size:clamp(18px,1.4vw,24px);
  font-weight:700;
  letter-spacing:.2px;
  text-transform:none;
  line-height:1.2;
  margin-top:8px;
}
