/* ——— BAS Voetbal: minimal clean-up ——— */
:root{ --bas:#ad1311; --radius:10px; --shadow:0 6px 18px rgba(0,0,0,.08); }

/* kaarten: nieuws + rechterkolom */
#left .newslist>li,
#right .blokrechts,
#right .sponsor,
#right .boxshadow{
  background:#fff;
  border:1px solid rgba(0,0,0,.08);
  border-radius:var(--radius);
  box-shadow:var(--shadow);
  overflow:hidden;
  transition:transform .15s, box-shadow .15s;
}
#left .newslist>li:hover,
#right .blokrechts:hover,
#right .sponsor:hover{
  transform:translateY(-2px);
  box-shadow:0 10px 26px rgba(0,0,0,.12);
}

/* koppen, datum, tekstblokmarges */
#left .newslist h1,
#left .newslist h2{ line-height:1.2; margin:12px 12px 6px; text-wrap:balance; }
#left .newslist .datum{ color:#6b7280; margin:0 12px 8px; }
#left .newslist p.berichtinleiding{  }

/* afbeeldingen zachter */
.figure{  }
.figure-img{ border-radius:8px; transition:transform .3s; }
.figure a:hover .figure-img{ transform:scale(1.02); }

/* “lees verder” visueel sterker */
a.leesverder{
  color:var(--bas); font-weight:700; text-decoration:none;
  border-bottom:2px solid rgba(173,19,17,.25); padding-bottom:1px;
}
a.leesverder:hover{ border-bottom-color:var(--bas); }

/* wedstrijdkop rand boven item */
.wedstrijdkop{ border-bottom:1px solid rgba(255,255,255,.35); }

/* rechterkolom lijsten en titel */
#right .titel{ font-weight:800; padding:10px 12px; border-bottom:2px solid rgba(0,0,0,.06); }
#right ul li a{ display:flex; align-items:center; gap:10px; padding:8px 12px; border-radius:8px; }
#right ul li a:hover{ background:rgba(173,19,17,.06); }
.blok-datum{
  display:inline-block; min-width:56px; text-align:center; font-weight:800;
  background:rgba(173,19,17,.10); color:var(--bas); padding:4px 8px; border-radius:8px;
}

/* paginering naar pill-stijl */
.navrecords b{
  background:var(--bas); color:#fff; padding:2px 10px; border-radius:999px;
}
.navrecords a{
  display:inline-block; padding:2px 10px; border:1px solid #ddd; border-radius:999px; text-decoration:none;
}
.navrecords a:hover{ border-color:var(--bas); color:var(--bas); }

/* standentabel neutraler */
.basstand{ border-collapse:separate; border-spacing:0; font-variant-numeric:tabular-nums; }
.basstand th,.basstand td{ padding:8px 10px; }
.basstand tr{ border-bottom:1px solid rgba(0,0,0,.08); }
.basstand .isBAS{
  background:linear-gradient(90deg,rgba(173,19,17,.10),rgba(173,19,17,.03));
  font-weight:700;
}

/* footer iets lichter */
#bottom{ border-top:1px solid rgba(0,0,0,.08); }

/* randkleur voor bestaande .border */
img{ border-color:rgba(0,0,0,.12)!important; }




/* 1) Nieuwskaart: h1+datum boven, tekst links, foto rechts, "Lees verder" onder alles */
@media (min-width:768px){
  .newslist .nieuwsbericht{
    display:grid;
    grid-template-columns: 1fr minmax(220px,32%);
    grid-template-rows:auto auto 1fr auto;
    column-gap:16px; row-gap:6px; align-items:start;
  }
  .newslist .nieuwsbericht h1,
  .newslist .nieuwsbericht h2{ grid-column:1 / -1; margin:12px 12px 0; }
  .newslist .nieuwsbericht .datum{ grid-column:1 / -1; margin:0 12px 0; color:#6b7280; }
  .newslist .nieuwsbericht .figure{ grid-column:2; grid-row:3; margin:0 12px 12px 0; align-self:start; }
  .newslist .nieuwsbericht p.berichtinleiding{ grid-column:1; grid-row:3; margin:0 12px 12px; }
  /* maak de <a.leesverder> een grid-item en span over beide kolommen */
  @supports (display:contents){
    .newslist .nieuwsbericht p.berichtinleiding{ display:contents; }
  }
  .newslist .nieuwsbericht .leesverder{
    grid-column:1 / -1; grid-row:4;
    display:inline-block; margin:0 12px 12px;
    border-bottom:2px solid rgba(173,19,17,.25);
  }
}

/* 2) Rechterkolom “Nieuws”: datum links, titel ernaast en compacter */
#right .blokrechts ul{ margin:0; padding:0; list-style:none; }
#right .blokrechts ul li a{
  display:grid; grid-template-columns:56px 1fr; column-gap:10px; align-items:center;
  padding:6px 10px; border-radius:8px; text-decoration:none;
}
#right .blokrechts ul li a:hover{ background:rgba(173,19,17,.07); }
#right .blokrechts .blok-datum{
  grid-column:1; min-width:56px; text-align:center; font-weight:800;
  background:rgba(173,19,17,.10); color:#ad1311; padding:2px 6px; border-radius:6px; font-size:.9rem;
}
#right .blokrechts .blok-titel{ grid-column:2; font-size:.95rem; line-height:1.25; font-weight:600; }

.wedstrijdkop {
    margin: 0;
    border: 0;
}