/* Casino UK Blog — editorial newsroom redesign */
:root {
  --news-ink: #101820;
  --news-muted: #5f666d;
  --news-teal: #0c6668;
  --news-aqua: #37aaa5;
  --news-rule: #d9dde0;
  --news-soft: #f2f3f3;
}

body.editorial-v4 {
  color: var(--news-ink);
  background: #fff;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.55;
}

.editorial-v4 .wrap { width: min(1240px, calc(100% - 48px)); }
.editorial-v4 .topline { background: #084f53; border: 0; }
.editorial-v4 .topline .wrap { min-height: 34px; }
.editorial-v4 .topline strong { color: #fff; }
.editorial-v4 .topline a { color: #fff; font-weight: 800; }

.editorial-v4 .header {
  position: sticky;
  top: 0;
  z-index: 80;
  background: rgba(255,255,255,.98);
  border-bottom: 1px solid var(--news-rule);
  box-shadow: 0 2px 7px rgba(0,0,0,.06);
}

.editorial-v4 .head-inner { height: 74px; }
.editorial-v4 .brand { font-size: 25px; letter-spacing: -.045em; }
.editorial-v4 .brand b { color: var(--news-teal); }
.editorial-v4 .brand small { margin-top: 5px; color: #747b80; letter-spacing: .12em; }
.editorial-v4 .brand-mark {
  width: 43px;
  height: 43px;
  border-radius: 3px;
  background: var(--news-aqua);
  box-shadow: none;
  transform: skew(-7deg);
  font: 900 27px/1 Arial, Helvetica, sans-serif;
}

.editorial-v4 .header nav { gap: 27px; }
.editorial-v4 .header nav a {
  color: var(--news-ink);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .01em;
}
.editorial-v4 .header nav a:hover { color: var(--news-teal); }
.editorial-v4 .menu { border-radius: 0; border: 2px solid var(--news-ink); }

.editorial-v4 .subnav {
  color: var(--news-ink);
  background: #fff;
  border-bottom: 1px solid var(--news-rule);
}
.editorial-v4 .subnav .wrap { height: 43px; }
.editorial-v4 .subnav a {
  opacity: 1;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.editorial-v4 .subnav a:hover { color: var(--news-teal); }

.editorial-intro {
  padding: 34px 0 30px;
  background: #fff;
  border-bottom: 4px solid var(--news-ink);
}
.editorial-intro .intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 50px;
  align-items: end;
}
.editorial-intro h1 {
  max-width: 900px;
  margin: 0;
  color: var(--news-ink);
  font: 900 clamp(38px, 5vw, 68px)/.94 Arial, Helvetica, sans-serif;
  letter-spacing: -.06em;
  text-transform: uppercase;
}
.editorial-intro h1 em { color: var(--news-teal); font-style: normal; }
.editorial-intro p { margin: 15px 0 0; max-width: 760px; color: var(--news-muted); font-size: 17px; }
.editorial-intro .edition {
  padding-left: 22px;
  border-left: 1px solid var(--news-rule);
  color: var(--news-muted);
  font-size: 13px;
}
.editorial-intro .edition strong { display: block; color: var(--news-ink); font-size: 14px; text-transform: uppercase; }

.story-strip { overflow: hidden; background: var(--news-soft); border-bottom: 1px solid var(--news-rule); }
.story-strip .wrap {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 0;
}
.story-strip a {
  min-width: 0;
  min-height: 122px;
  display: grid;
  grid-template-columns: 145px minmax(0,1fr);
  gap: 17px;
  align-items: center;
  padding: 17px 22px;
  color: var(--news-ink);
  text-decoration: none;
  border-right: 1px solid #fff;
}
.story-strip a:first-child { padding-left: 0; }
.story-strip a:last-child { border-right: 0; }
.story-strip img { width: 145px; height: 88px; object-fit: cover; }
.story-strip b { display: block; color: var(--news-teal); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.story-strip strong { display: block; margin-top: 6px; font-size: 17px; line-height: 1.18; }
.story-strip a:hover strong { color: var(--news-teal); }

.editorial-v4 .quick { padding: 34px 0 15px; }
.editorial-v4 .section-title {
  margin: 0 0 14px;
  font: 900 16px/1 Arial, Helvetica, sans-serif;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.editorial-v4 .quick-grid { border-radius: 0; box-shadow: none; border-width: 1px 0; }
.editorial-v4 .quick-grid a { padding: 19px 22px; }
.editorial-v4 .quick-grid span { border-radius: 2px; background: var(--news-teal); color: #fff; }
.editorial-v4 .quick-grid strong { font-size: 15px; text-transform: uppercase; }

.editorial-v4 .content-section { padding: 46px 0 58px; }
.editorial-v4 .content-section.pale { background: #fff; }
.editorial-v4 .section-head {
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 4px solid var(--news-ink);
}
.editorial-v4 .section-head .eyebrow { margin-bottom: 5px; }
.editorial-v4 .section-head h2 {
  font: 900 24px/1 Arial, Helvetica, sans-serif;
  letter-spacing: -.02em;
  text-transform: uppercase;
}
.editorial-v4 .section-head a { color: var(--news-teal); text-transform: uppercase; }
.editorial-v4 .eyebrow { color: var(--news-teal); }

.editorial-v4 .cards { gap: 18px; }
.editorial-v4 .article-card > a {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: #fff;
  transition: none;
}
.editorial-v4 .article-card > a:hover { transform: none; box-shadow: none; }
.editorial-v4 .article-card > a:hover h3 { color: var(--news-teal); }
.editorial-v4 .card-art { height: 205px !important; }
.editorial-v4 .card-art > span {
  left: 0 !important;
  top: auto !important;
  bottom: 0 !important;
  border-radius: 0 !important;
  padding: 7px 10px !important;
  background: var(--news-teal) !important;
  font-size: 10px !important;
}
.editorial-v4 .card-copy { padding: 14px 0 18px; border-bottom: 1px solid var(--news-rule); }
.editorial-v4 .meta { font-size: 10px; text-transform: uppercase; }
.editorial-v4 .meta b { color: var(--news-teal); }
.editorial-v4 .card-copy h3 {
  margin: 8px 0;
  font: 900 22px/1.08 Arial, Helvetica, sans-serif;
  letter-spacing: -.025em;
}
.editorial-v4 .card-copy p { color: var(--news-muted); font-size: 13px; line-height: 1.45; }
.editorial-v4 .read { color: var(--news-teal); font-size: 11px; text-transform: uppercase; }

/* Editorial lead-story mosaic */
.editorial-v4 .cards.featured {
  grid-template-columns: minmax(0, 1.65fr) minmax(300px, .85fr);
  grid-template-rows: repeat(2, 226px);
  gap: 16px;
}
.editorial-v4 .cards.featured .article-card:first-child { grid-row: 1 / span 2; }
.editorial-v4 .cards.featured .article-card > a { position: relative; min-height: 226px; overflow: hidden; background: #15191d; }
.editorial-v4 .cards.featured .article-card:first-child > a { min-height: 468px; }
.editorial-v4 .cards.featured .card-art { position: absolute; inset: 0; height: 100% !important; }
.editorial-v4 .cards.featured .card-art::after {
  content: "" !important;
  display: block !important;
  position: absolute;
  inset: 25% 0 0;
  border-radius: 0;
  background: linear-gradient(transparent, rgba(0,0,0,.9));
}
.editorial-v4 .cards.featured .card-art > span { z-index: 3; bottom: auto !important; top: 14px !important; left: 14px !important; }
.editorial-v4 .cards.featured .card-copy {
  position: absolute;
  z-index: 4;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 22px;
  border: 0;
  color: #fff;
}
.editorial-v4 .cards.featured .card-copy h3 { margin: 8px 0 2px; color: #fff; font-size: 24px; text-shadow: 0 2px 7px rgba(0,0,0,.7); }
.editorial-v4 .cards.featured .article-card:first-child h3 { max-width: 720px; font-size: clamp(30px,3.2vw,44px); }
.editorial-v4 .cards.featured .meta, .editorial-v4 .cards.featured .meta b { color: #fff; }
.editorial-v4 .cards.featured .card-copy p, .editorial-v4 .cards.featured .read { display: none; }

.editorial-v4 .mission { padding: 54px 0; background: var(--news-ink); }
.editorial-v4 .mission h2 { font: 900 38px/1.02 Arial,Helvetica,sans-serif; text-transform: uppercase; }
.editorial-v4 .mission a { color: #65d8d2; }
.editorial-v4 .help-strip { background: #e3f5f3; border-color: #a9d9d5; }
.editorial-v4 .help-strip a { background: var(--news-teal); border-radius: 2px; }

/* Archive and article pages */
.editorial-v4 .page-hero {
  padding: 46px 0 38px;
  background: #fff;
  border-top: 4px solid var(--news-ink);
  border-bottom: 1px solid var(--news-rule);
}
.editorial-v4 .page-hero h1 { font: 900 clamp(40px,5vw,64px)/.98 Arial,Helvetica,sans-serif; text-transform: uppercase; }
.editorial-v4 .article-hero,
.editorial-v4 .article-hero.reg,
.editorial-v4 .article-hero.games,
.editorial-v4 .article-hero.terms,
.editorial-v4 .article-hero.money,
.editorial-v4 .article-hero.safer {
  padding: 54px 0 45px;
  color: var(--news-ink);
  background: #fff;
  border-top: 4px solid var(--news-ink);
  border-bottom: 1px solid var(--news-rule);
}
.editorial-v4 .article-hero::after { display: none; }
.editorial-v4 .article-hero .eyebrow { color: var(--news-teal); }
.editorial-v4 .article-hero h1 { max-width: 1000px; color: var(--news-ink); font: 900 clamp(38px,5.3vw,67px)/.97 Arial,Helvetica,sans-serif; letter-spacing: -.045em; }
.editorial-v4 .article-deck { max-width: 850px; color: var(--news-muted); font-size: 18px; }
.editorial-v4 .byline, .editorial-v4 .crumbs { color: #6a7176; }
.editorial-v4 .article-cover { width: min(1100px,calc(100% - 48px)); margin: 28px auto 0; border: 0; border-radius: 0; box-shadow: none; }
.editorial-v4 .article-layout { grid-template-columns: 220px minmax(0,760px); }
.editorial-v4 .toc { border-left-color: var(--news-teal); }
.editorial-v4 .article-body { color: #25282a; font-size: 18px; }
.editorial-v4 .article-body h2, .editorial-v4 .prose-page h2 { color: var(--news-ink); font-family: Arial,Helvetica,sans-serif; font-weight: 900; letter-spacing: -.025em; }
.editorial-v4 .article-body h3 { font-family: Arial,Helvetica,sans-serif; line-height: 1.2; }
.editorial-v4 .article-body a, .editorial-v4 .prose-page a { color: var(--news-teal); }
.editorial-v4 .info-note, .editorial-v4 .checklist { border-radius: 0; }
.editorial-v4 .info-note { border-left-color: var(--news-teal); background: var(--news-soft); }
.editorial-v4 .related { background: var(--news-soft); }

.editorial-v4 footer { background: #11191d; }
.editorial-v4 .foot-brand .brand-mark { background: var(--news-aqua); border-radius: 2px; }
.editorial-v4 .compliance-notice { border-radius: 0; border-color: #45aaa6; background: #17262b; }

@media (max-width: 980px) {
  .editorial-v4 .header nav { top: 74px; }
  .editorial-v4 .story-strip .wrap { width: 100%; overflow-x: auto; grid-template-columns: repeat(3, minmax(340px,1fr)); }
  .editorial-v4 .story-strip a:first-child { padding-left: 22px; }
  .editorial-v4 .cards.featured { grid-template-columns: 1.25fr .9fr; }
}

@media (max-width: 700px) {
  .editorial-v4 .wrap { width: min(100% - 28px,1240px); }
  .editorial-v4 .head-inner { height: 66px; }
  .editorial-v4 .header nav { top: 66px; left: 14px; right: 14px; }
  .editorial-v4 .subnav .wrap { width: max-content; }
  .editorial-intro { padding: 28px 0 24px; }
  .editorial-intro .intro-grid { grid-template-columns: 1fr; gap: 18px; }
  .editorial-intro h1 { font-size: 42px; }
  .editorial-intro .edition { padding: 12px 0 0; border-left: 0; border-top: 1px solid var(--news-rule); }
  .editorial-v4 .cards.featured { display: grid; grid-template-columns: 1fr; grid-template-rows: none; gap: 12px; }
  .editorial-v4 .cards.featured .article-card:first-child { grid-row: auto; }
  .editorial-v4 .cards.featured .article-card > a,
  .editorial-v4 .cards.featured .article-card:first-child > a { min-height: 310px; }
  .editorial-v4 .cards.featured .article-card:first-child h3 { font-size: 30px; }
  .editorial-v4 .cards.featured .card-copy h3 { font-size: 25px; }
  .editorial-v4 .card-art { height: 215px !important; }
  .editorial-v4 .article-cover { width: calc(100% - 28px); margin-top: 18px; }
  .editorial-v4 .article-hero h1 { font-size: 42px; }
}

