html.is-club :root {}
html.is-club body { --accent:#0891b2; }
html.is-club a { text-decoration:none; }
html.is-club .site-header { border:1px solid rgba(8,145,178,.2); }
html.is-club .badge-club { background:#ecfeff; color:#155e75; border:1px solid #cffafe; padding:2px 8px; border-radius:999px; font-size:12px; }

.img-thumb{
  max-width:450px;
  width:100%;
  height:auto;
  aspect-ratio:16/9;
  object-fit:cover;
  border-radius:6px;
  display:block;
}

