/* VoteMotta2028 Publications / Daily Brief v12.4 */
:root{
  --vmpub-blue:#0759c7;
  --vmpub-navy:#071d3c;
  --vmpub-red:#e3182d;
  --vmpub-line:#d8e2ef;
  --vmpub-soft:#f5f8fc;
  --vmpub-page:1280px;
}
.vmpub-strip{
  width:100%;
  background:#071d3c;
  color:#fff;
  border-bottom:1px solid #24415f;
}
.vmpub-strip-inner{
  width:min(var(--vmpub-page),calc(100% - 32px));
  margin:auto;
  min-height:42px;
  display:flex;
  align-items:center;
  gap:8px;
  overflow:auto;
  scrollbar-width:thin;
}
.vmpub-strip a{
  flex:0 0 auto;
  color:#fff!important;
  text-decoration:none!important;
  font-size:.82rem;
  font-weight:850;
  padding:8px 11px;
  border-radius:999px;
}
.vmpub-strip a:hover,.vmpub-strip a:focus-visible{background:#143b66}
.vmpub-strip strong{color:#9ec5ff}

.vmpub-home{
  width:min(var(--vmpub-page),calc(100% - 40px));
  margin:0 auto;
  padding:52px 0;
}
.vmpub-home-head{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:22px;
  margin-bottom:18px;
}
.vmpub-home-head h2{
  margin:.1em 0;
  font-size:clamp(2rem,4vw,3.3rem);
  line-height:1;
}
.vmpub-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
}
.vmpub-card{
  border:1px solid var(--vmpub-line);
  border-radius:18px;
  background:#fff;
  overflow:hidden;
  box-shadow:0 12px 36px rgba(7,29,60,.08);
}
.vmpub-card-body{padding:18px}
.vmpub-card img{
  display:block;
  width:100%;
  aspect-ratio:16/9;
  object-fit:cover;
  background:#eef4fb;
}
.vmpub-card.mag img{
  aspect-ratio:16/9;
  object-fit:contain;
  padding:12px;
}
.vmpub-kicker{
  color:var(--vmpub-blue);
  font-size:.76rem;
  font-weight:950;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.vmpub-card h3{font-size:1.45rem;margin:.3em 0}
.vmpub-card p{color:#5f6a78}
.vmpub-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}
.vmpub-btn{
  display:inline-flex;
  min-height:44px;
  align-items:center;
  justify-content:center;
  padding:10px 14px;
  border-radius:9px;
  font-weight:850;
  text-decoration:none!important;
  background:var(--vmpub-blue);
  color:#fff!important;
}
.vmpub-btn.secondary{
  background:#fff;
  color:#111820!important;
  border:1px solid var(--vmpub-line);
}

@media(max-width:640px){
  .vmpub-strip-inner{width:calc(100% - 20px)}
  .vmpub-home{width:calc(100% - 28px);padding:36px 0}
  .vmpub-home-head{display:block}
  .vmpub-grid{grid-template-columns:1fr}
  .vmpub-actions{display:grid;grid-template-columns:1fr}
  .vmpub-btn{width:100%}
}
