.bike-compare{
  font-family: 'Merriweather Sans', Montserrat, sans-serif;
  color: #000000;
  margin: 24px 0;

  --bc-primary: #1e5faa;
  --bc-secondary: #FAFCFF;
  --bc-text: #000000;
  --bc-accent: #F27E3F;
  --bc-accent-hover: #E17337;
  --bc-link: #000000;
  --bc-muted: #3d4f6a;
  --bc-soft: #F2F5F9;
  --bc-highlight: #40B4E3;

  --bc-body-bg: var(--bc-secondary);
  --bc-surface: rgba(255,255,255,0.45);
  --bc-surface-hover: rgba(255,255,255,0.65);
  --bc-head-bg: rgba(0,144,227,0.06);

  --bc-grid: rgba(255,255,255,0.6);
  --bc-grid-w: 1px;

  --bc-btn: var(--bc-accent);
  --bc-btn-hover: var(--bc-accent-hover);

  --bc-hover: rgba(255,255,255,0.65);

  --bc-radius: 20px;
  --bc-radius-sm: 16px;

  --bc-fs-14: 0.875rem;
  --bc-fs-15: 0.9375rem;
  --bc-fs-16: 1rem;

  --bc-shadow: inset 0 1px 0 rgba(255,255,255,0.7), 0 4px 16px rgba(0,0,0,0.04);
  --bc-shadow-hover: inset 0 1px 0 rgba(255,255,255,0.8), 0 12px 32px rgba(0,0,0,0.08);
}

.bike-compare table{ margin-bottom:0 !important; }

.bike-compare .bc-frame,
.bike-compare .bc-m-wrap,
.bike-compare table,
.bike-compare thead,
.bike-compare tbody,
.bike-compare tr,
.bike-compare th,
.bike-compare td{
  box-shadow: none !important;
  outline: 0 !important;
  background-image: none !important;
  outline-color: transparent !important;
}


/* ===== CTA button — Glass pill ===== */
.bike-compare .bc-cta{
  display:inline-flex; align-items:center; justify-content:center;
  text-decoration:none;
  background: var(--bc-btn) !important; color:#fff !important;
  border: 1px solid rgba(255,102,0,0.4) !important;
  border-top-color: rgba(255,140,50,0.6) !important;
  outline:0 !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), 0 2px 8px rgba(255,102,0,0.2) !important;
  padding: 10px 14px; border-radius: 20px !important;
  font-weight: 700; font-size: var(--bc-fs-15); line-height:1; white-space: nowrap;
  position: relative; overflow: hidden;
  transition: all 0.25s ease;
}
.bike-compare .bc-cta::before{
  content:''; position:absolute; top:0; left:0; right:0; height:50%;
  background: linear-gradient(180deg, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0.05) 100%);
  border-radius: 20px 20px 0 0; pointer-events:none;
}
.bike-compare .bc-cta:hover{
  background: var(--bc-btn-hover) !important; color:#fff !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.35), 0 4px 16px rgba(255,102,0,0.3) !important;
  transform: translateY(-1px);
}
.bike-compare .bc-cta:focus-visible{
  box-shadow: 0 0 0 3px rgba(64,180,227,.35) !important;
}
.bike-compare .bc-cta--full{ width:100%; }


/* ===== Desktop tabel — Glass matching overview blocks ===== */
.bike-compare .bc-frame{
  background: rgba(255,255,255,0.45) !important;
  border: 1px solid rgba(255,255,255,0.6) !important;
  border-radius: var(--bc-radius);
  overflow: hidden;
  box-shadow: var(--bc-shadow) !important;
  transition: all 0.3s ease;
}
.bike-compare .bc-scroll{
  overflow-x: hidden; overflow-y: visible; max-width: 100%; background: transparent !important;
}
.bike-compare table.bc-table{
  width: 100% !important; table-layout: fixed !important;
  border-collapse: separate !important; border-spacing: 8px !important;
  background: transparent !important; border: 0 !important;
  padding: 4px !important;
}
.bike-compare table.bc-table th,
.bike-compare table.bc-table td{ text-align:center !important; }

.bike-compare table.bc-table th,
.bike-compare table.bc-table td{
  border: 1px solid rgba(255,255,255,0.6) !important;
  padding: 14px 12px !important; vertical-align: top !important;
  background: rgba(255,255,255,0.45) !important;
  font-size: var(--bc-fs-15); font-weight: 400;
  overflow-wrap:anywhere; word-break:break-word; hyphens:auto;
  color: #000000 !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.7) !important;
  transition: all 0.3s ease !important;
  position: relative;
  border-radius: 12px !important;
}

/* Glass sheen op cellen */
.bike-compare table.bc-table tbody td::before{
  content:''; position:absolute; top:0; left:0; right:0; height:50%;
  background: linear-gradient(180deg, rgba(255,255,255,0.15) 0%, transparent 100%);
  pointer-events:none; border-radius: 12px 12px 0 0;
}

/* Header kolommen — same glass as overview items */
.bike-compare table.bc-table thead th{
  position: sticky !important; top: 0 !important; z-index: 3 !important;
  background: rgba(0,144,227,0.06) !important;
  color: #000000 !important; font-weight: 700 !important;
  border: 1px solid rgba(0,144,227,0.1) !important;
  border-radius: var(--bc-radius-sm) var(--bc-radius-sm) 0 0 !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.7), 0 4px 16px rgba(0,0,0,0.04) !important;
  overflow: hidden;
}

.bike-compare table.bc-table thead th.bc-corner{
  vertical-align: bottom !important;
  border-radius: var(--bc-radius-sm) var(--bc-radius-sm) 0 0 !important;
}

/* Sticky first column */
.bike-compare .bc-sticky-col{
  position: sticky !important; left: 0 !important; z-index: 2 !important;
  background: rgba(255,255,255,0.5) !important; color: #000000 !important;
}
.bike-compare .bc-corner{ z-index: 4 !important; }

.bike-compare table.bc-table tbody th.bc-rowlabel{
  background: rgba(255,255,255,0.5) !important; color: #000000 !important;
  font-weight: 600 !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.7) !important;
}
.bike-compare .bc-rowlabel__inner{ display:flex; align-items:center; justify-content:center; }
.bike-compare .bc-rowtext{ font-weight: 700; font-size: var(--bc-fs-15); color: #000000 !important; }

/* Column header content */
.bike-compare .bc-colhead{ display:flex; flex-direction:column; gap:10px; }
.bike-compare .bc-colimglink{ display:block; text-decoration:none; position: relative; }
.bike-compare .bc-colimg{
  width: 50%; object-fit: contain; border-radius: 12px;
  border: none !important;
  background: rgba(255,255,255,0.5); padding: 8px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
}
.bike-compare .bc-colimg:hover{
  transform: scale(1.03);
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}

/* Nummerbadge op tabel-foto's — bovenaan midden, zelfde stijl als overview badges */
.bike-compare .bc-colnum{
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  padding: 0 10px;
  height: 32px;
  border-radius: 16px;
  background: #0090e3 !important;
  color: #ffffff;
  font-weight: 700;
  font-size: 13px;
  line-height: 1;
  white-space: nowrap;
  border: 1px solid rgba(0,144,227,0.4);
  border-top-color: rgba(50,160,235,0.6);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.3),
    0 2px 8px rgba(0,144,227,0.2);
  z-index: 2;
}
.bike-compare .bc-colhead__top{
  display:flex; flex-direction:column; align-items:center; justify-content:center; gap:6px;
}
.bike-compare .bc-title{
  text-decoration:none; font-weight: 700; font-size: var(--bc-fs-16);
  line-height:1.2; color: #000000 !important;
}
.bike-compare .bc-title:hover{
  text-decoration: underline; text-underline-offset: 3px; color: var(--bc-primary) !important;
}
.bike-compare .bc-badge{
  font-size: var(--bc-fs-14); border: 1px solid rgba(39,110,189,.18) !important;
  padding:4px 10px; border-radius:999px; white-space:nowrap;
  background: rgba(39,110,189,.06) !important; font-weight:700; color: var(--bc-muted) !important;
}

/* ===== HOVER — glass lift, matching overview hover ===== */
.bike-compare table.bc-table tbody tr.bc-row:hover > td,
.bike-compare table.bc-table tbody tr:hover > td,
div.bike-compare table.bc-table tbody tr:hover > td{
  background: rgba(255,255,255,0.65) !important;
  border-color: rgba(255,255,255,0.8) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), 0 4px 16px rgba(0,0,0,0.06) !important;
  color: #000000 !important;
}
.bike-compare table.bc-table tbody tr.bc-row:hover > th.bc-rowlabel,
.bike-compare table.bc-table tbody tr:hover > th.bc-rowlabel,
div.bike-compare table.bc-table tbody tr:hover > th.bc-rowlabel{
  background: rgba(255,255,255,0.6) !important; color: #000000 !important;
}

/* Winner uitgeschakeld */
.bike-compare .bc-cell[data-winner="1"] .bc-val{ font-weight: 700; color: #078a56 !important; }

/* Eerste data-rij dikgedrukt (hoofdvariabele) */
.bike-compare table.bc-table tbody tr:first-child td {
  font-weight: 700 !important;
}

/* Actions row */
.bike-compare table.bc-table tr.bc-actions th,
.bike-compare table.bc-table tr.bc-actions td{
  background: transparent !important;
  border: none !important;
  padding-top: 16px !important; padding-bottom: 16px !important;
  box-shadow: none !important;
}

/* Focus/highlight — blue glass tint */
.bike-compare table.bc-table tbody tr.bc-row--focus > td{
  background: rgba(0,144,227,0.08) !important;
  border-color: rgba(0,144,227,0.15) !important;
}
.bike-compare table.bc-table tbody tr.bc-row--focus > th.bc-rowlabel{
  background: rgba(255,255,255,0.5) !important;
}

/* ===== Eerste kolom (dit product) — duidelijke blauwe wash ===== */
/* !important nodig om de hover- en focus-states te overrulen op deze kolom. */
.bike-compare table.bc-table th.bc-firstcol,
.bike-compare table.bc-table td.bc-firstcol{
  background: rgba(0,144,227,0.12) !important;
}
.bike-compare table.bc-table tbody tr:hover > td.bc-firstcol,
div.bike-compare table.bc-table tbody tr:hover > td.bc-firstcol{
  background: rgba(0,144,227,0.16) !important;
}
.bike-compare table.bc-table tbody tr.bc-row--focus > td.bc-firstcol{
  background: rgba(0,144,227,0.18) !important;
  border-color: rgba(0,144,227,0.22) !important;
}


/* ===== Mobile — Glass matching overview ===== */
.bike-compare .bc-mobile{ display:none; }
.bike-compare .bc-m-wrap{
  position: relative;
  border: 1px solid rgba(255,255,255,0.6) !important;
  border-radius: var(--bc-radius);
  background: rgba(255,255,255,0.45) !important;
  overflow: hidden;
  box-shadow: var(--bc-shadow) !important;
}
.bike-compare .bc-m-scroll{
  overflow-x: auto; overflow-y: hidden; -webkit-overflow-scrolling: touch;
  max-width: 100%; padding-bottom: 6px;
}
.bike-compare .bc-m-wrap::after{
  content:""; position:absolute; top:0; right:0; height:100%; width:78px; pointer-events:none;
  background: linear-gradient(to left, rgba(255,255,255,0.45) 0%, transparent 100%);
  opacity: 1; transition: opacity .2s ease;
}
.bike-compare .bc-scrollhint{
  position:absolute; right: 12px; top: 50%; transform: translateY(-50%);
  width: 48px; height: 48px; border-radius: 999px;
  background: rgba(255,255,255,0.9); border: 1px solid rgba(255,255,255,0.8);
  box-shadow: 0 10px 22px rgba(0,0,0,.14), inset 0 1px 0 rgba(255,255,255,1);
  display:flex; align-items:center; justify-content:center;
  pointer-events:none; opacity: 1; transition: opacity .2s ease;
}
.bike-compare .bc-scrollhint__arrow{ font-size: 22px; line-height: 1; color: rgba(0,0,0,.6); }
.bike-compare .bc-m-wrap.bc-m-scrolled::after{ opacity: 0; }
.bike-compare .bc-m-wrap.bc-m-scrolled .bc-scrollhint{ opacity: 0; }

.bike-compare table.bc-m-table{
  border-collapse: separate !important; border-spacing: 0 !important;
  table-layout: auto !important; width: max-content !important; min-width: 100% !important;
}
.bike-compare table.bc-m-table thead{ display: table-header-group !important; }
.bike-compare table.bc-m-table tbody{ display: table-row-group !important; }
.bike-compare table.bc-m-table th,
.bike-compare table.bc-m-table td{
  box-sizing: border-box !important; border: 1px solid rgba(255,255,255,0.5) !important;
  padding: 10px 10px !important; text-align: center !important; vertical-align: middle !important;
  background: rgba(255,255,255,0.35) !important; font-size: var(--bc-fs-15) !important;
  font-weight: 400 !important; white-space: nowrap !important; color: #000000 !important;
}
.bike-compare table.bc-m-table thead th{
  background: rgba(255,255,255,0.5) !important; color: #000000 !important; font-weight: 700 !important;
}
.bike-compare .bc-m-headlink{
  display:block !important; width:100% !important; white-space: nowrap !important;
  color: #000000 !important; text-decoration:none !important; font-weight: 700 !important;
}
.bike-compare .bc-m-headlink:hover{
  text-decoration: underline !important; text-underline-offset: 3px; color: var(--bc-primary) !important;
}
.bike-compare .bc-m-sticky{
  position: sticky !important; left: 0 !important; z-index: 3 !important;
  background: rgba(255,255,255,0.5) !important; color: #000000 !important;
}
.bike-compare table.bc-m-table tbody th.bc-m-sticky{
  z-index: 2 !important; background: rgba(255,255,255,0.5) !important; font-weight: 700 !important;
}
.bike-compare table.bc-m-table td.bc-m-win{ font-weight: 700 !important; color: #078a56 !important; }

/* Eerste data-rij dikgedrukt (hoofdvariabele) — mobile */
.bike-compare table.bc-m-table tbody tr:first-child td {
  font-weight: 700 !important;
}
.bike-compare table.bc-m-table tr.bc-m-actions th,
.bike-compare table.bc-m-table tr.bc-m-actions td{
  background: transparent !important; border: none !important;
  padding-top: 14px !important; padding-bottom: 14px !important; box-shadow: none !important;
}

/* Mobile hover */
.bike-compare table.bc-m-table tbody tr:hover > td,
div.bike-compare table.bc-m-table tbody tr:hover > td{
  background: rgba(255,255,255,0.55) !important; color: #000000 !important;
}

/* Mobile focus */
.bike-compare table.bc-m-table tbody tr.bc-m-row--focus > td{
  background: rgba(0,144,227,0.08) !important;
}

@media (max-width: 768px){
  .bike-compare .bc-desktop{ display:none; }
  .bike-compare .bc-mobile{ display:block; }
}


/* ===================================================================
   Mobiele card-stack — gebruikt door [review_comparison]
   =================================================================== */
.bike-compare .bc-m-stack{
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.bike-compare .bc-m-card{
  background: rgba(255,255,255,0.55) !important;
  border: 1px solid rgba(255,255,255,0.7) !important;
  border-radius: var(--bc-radius);
  padding: 16px;
  box-shadow: var(--bc-shadow) !important;
  transition: all 0.3s ease;
}
.bike-compare .bc-m-card:hover{
  background: rgba(255,255,255,0.65) !important;
  box-shadow: var(--bc-shadow-hover) !important;
}

/* Eerste card (dit product) — duidelijke blauwe wash */
.bike-compare .bc-m-card--first{
  background: rgba(0,144,227,0.12) !important;
  border-color: rgba(0,144,227,0.28) !important;
}
.bike-compare .bc-m-card--first:hover{
  background: rgba(0,144,227,0.16) !important;
}

/* Card header: foto + meta */
.bike-compare .bc-m-card__top{
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.bike-compare .bc-m-thumb{
  position: relative;
  flex: 0 0 84px;
  width: 84px;
  height: 84px;
  border-radius: 14px;
  background: rgba(255,255,255,0.6);
  border: 1px solid rgba(255,255,255,0.7);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.7);
  display: flex;
  align-items: center;
  justify-content: center;
}
.bike-compare .bc-m-card--first .bc-m-thumb{
  background: rgba(255,255,255,0.55);
}
.bike-compare .bc-m-thumblink{
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.bike-compare .bc-m-thumbimg{
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
  border-radius: 12px;
  padding: 6px;
  box-sizing: border-box;
  background: transparent !important;
  border: 0 !important;
  display: block;
}

/* Score-badge op de thumb — zelfde stijl als desktop .bc-colnum */
.bike-compare .bc-m-num{
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  min-width: 32px;
  height: 24px;
  padding: 0 9px;
  border-radius: 14px;
  background: #0090e3 !important;
  color: #ffffff;
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0,144,227,0.4);
  border-top-color: rgba(50,160,235,0.6);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.3),
    0 2px 8px rgba(0,144,227,0.2);
  z-index: 2;
}
.bike-compare .bc-m-num__suffix{
  font-size: 10px;
  font-weight: 400;
  opacity: 0.8;
  margin-left: 1px;
}

.bike-compare .bc-m-meta{
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-top: 4px;
}
.bike-compare .bc-m-title{
  font-size: var(--bc-fs-16) !important;
  font-weight: 700;
  line-height: 1.3;
  color: #000000 !important;
  text-decoration: none;
}
.bike-compare .bc-m-title:hover{
  text-decoration: underline;
  text-underline-offset: 3px;
  color: var(--bc-primary) !important;
}

/* Divider tussen header en specs */
.bike-compare .bc-m-divider{
  height: 1px;
  background: rgba(0,0,0,0.06);
  margin: 14px 0;
}

/* Specs als label/waarde-rijen */
.bike-compare .bc-m-specs{
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
}
.bike-compare .bc-m-spec{
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  font-size: var(--bc-fs-14);
}
.bike-compare .bc-m-spec-label{
  color: var(--bc-muted) !important;
  font-weight: 400;
  margin: 0;
  flex: 0 0 auto;
}
.bike-compare .bc-m-val{
  margin: 0;
  font-weight: 700;
  color: #000000 !important;
  text-align: right;
}
.bike-compare .bc-m-val.bc-m-win{
  color: #078a56 !important;
}

/* CTA-wrap onderaan card */
.bike-compare .bc-m-cta-wrap{
  margin-top: 16px;
}
.bike-compare .bc-m-self{
  display: block;
  text-align: center;
  font-size: 12px;
  color: #8b8e94;
  margin-top: 6px;
}


/* ===================================================================
   Overview blok — Liquid Glass
   =================================================================== */

.bc-overview {
  display: grid;
  gap: 28px;
  counter-reset: bc-ov-counter;
}

.bc-ov-item {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 24px;
  align-items: start;
  counter-increment: bc-ov-counter;
  padding: 20px;
  background: rgba(255,255,255,0.45);
  border: 1px solid rgba(255,255,255,0.6);
  border-radius: 16px;
  box-shadow: var(--bc-shadow);
  transition: all 0.3s ease;
  overflow: hidden;
}
.bc-ov-item:hover {
  background: rgba(255,255,255,0.65);
  box-shadow: var(--bc-shadow-hover);
  transform: translateY(-2px);
}

/* Productfoto — glass container */
.bc-ov-media {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  padding: 14px 8px 8px 8px;
  background: rgba(255,255,255,0.5);
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.7);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.7);
}
.bc-ov-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  border: none;
  object-fit: contain;
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
}
.bc-ov-img:hover{
  transform: scale(1.03);
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}

/* Nummering — blauwe ronde badges */
.bc-ov-title {
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1.2;
  display: flex;
  align-items: center;
  gap: 10px;
}
.bc-ov-title::before {
  content: counter(bc-ov-counter);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  border-radius: 50%;
  background: #0090e3 !important;
  color: #ffffff;
  font-weight: 700;
  font-size: 15px;
  line-height: 1;
  border: 1px solid rgba(0,144,227,0.4);
  border-top-color: rgba(50,160,235,0.6);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.3),
    0 2px 8px rgba(0,144,227,0.2);
}
.bc-ov-title a {
  text-decoration: none;
  color: #000000 !important;
  font-weight: 600;
}
.bc-ov-title a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
  color: #276EBD !important;
}

/* Tekst */
.bc-ov-body { color: #000000; }
.bc-ov-desc {
  color: #000000;
  font-size: 15px;
  line-height: 1.65;
}
.bc-ov-desc p {
  margin: 0 0 16px;
  color: #000000 !important;
}
.bc-ov-desc p:last-child { margin-bottom: 0; }
.bc-ov-desc strong { color: #000000 !important; font-weight: 700; }

@media (max-width: 520px) {
  .bc-ov-item {
    grid-template-columns: 1fr;
    padding: 16px;
  }
  .bc-ov-media { max-width: 240px; padding: 6px; }
}

/* Voordelen pills — lichtgroen */
.bc-ov-pros {
  list-style: none;
  margin: 14px 0 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.bc-ov-pro {
  display: inline-flex;
  align-items: center;
  padding: 5px 14px;
  background: rgba(10,135,90,0.08);
  border: 1px solid rgba(10,135,90,0.18);
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  color: #0a875a;
  line-height: 1.3;
  white-space: nowrap;
}

@media (max-width: 520px) {
  .bc-ov-pros { gap: 6px; }
  .bc-ov-pro { font-size: 12px; padding: 4px 10px; white-space: normal; }
}

/* "Lees volledige review" — dunne tekst, meer afstand */
.bc-review-link {
  display: block;
  text-align: center;
  margin-top: 14px;
  font-size: 14px;
  font-weight: 400;
  color: #555555 !important;
  text-decoration: none;
  letter-spacing: 0.01em;
}
.bc-review-link:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
  color: #333333 !important;
}

/* "Bekijk prijs" button — breder onder foto, zelfde hoogte als Bekijken */
.bc-ov-price-btn {
  margin-top: 16px !important;
  margin-bottom: 4px !important;
  font-size: var(--bc-fs-15) !important;
  padding: 4px 10px !important;
  width: 100% !important;
  text-align: center !important;
  justify-content: center !important;
}

@media (max-width: 520px) {
  .bc-ov-price-btn { padding: 8px 16px !important; }
}
/* Header rij — lichtblauw (mobiel) */
.bike-compare table.bc-m-table thead th {
  background: rgba(0,144,227,0.06) !important;
}

/* ============================================================
   Placeholder-kolommen — wanneer er minder producten zijn dan
   MIN_LAYOUT_COLUMNS (3), worden de resterende kolommen leeg
   gerenderd zodat de tabel niet uitrekt over de volle breedte.
   ============================================================ */

/* Desktop: lege header-kolom, geen rand, transparante achtergrond */
.bike-compare .bc-col--empty {
  background: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.bike-compare .bc-col--empty .bc-colhead {
  min-height: 1px;
}

/* Desktop: lege data-cel — neutrale achtergrond, geen winner-styling, geen hover */
.bike-compare .bc-cell--empty {
  background: rgba(255,255,255,0.15) !important;
  border-color: rgba(255,255,255,0.3) !important;
  color: transparent !important;
}
.bike-compare .bc-cell--empty:hover {
  background: rgba(255,255,255,0.15) !important;
}

/* Desktop: lege actie-cel — geen border, geen achtergrond (rij is al transparant) */
.bike-compare .bc-actions__cell--empty {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

/* Mobiel: lege cellen krijgen een redelijke min-breedte zodat ze
   herkenbaar zijn als kolom, maar niet onnodig veel scroll-ruimte innemen */
.bike-compare table.bc-m-table .bc-m-headcell--empty,
.bike-compare table.bc-m-table .bc-m-td--empty {
  min-width: 80px !important;
  background: rgba(255,255,255,0.15) !important;
  border-color: rgba(255,255,255,0.3) !important;
  color: transparent !important;
}
.bike-compare table.bc-m-table .bc-m-actions__cell--empty {
  min-width: 80px !important;
  background: transparent !important;
  border: none !important;
}
