/**
 * Bron: reisscanner.nl/public/rvapi/css/vergelijk.css
 * Gekopieerd: 2026-04-13
 * Bron-commit: 40101e0
 * Aanpassingen: geen
 */

/* ============================================================
   Mijn selectie pagina
   ============================================================ */

.vgl_container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 2rem 2rem 4rem;
}

/* ---- Page header ---- */
.vgl_header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}
.vgl_headerLeft {
  flex: 1;
  min-width: 0;
}
.vgl_heading {
  font-size: 1.75rem;
  font-weight: 700;
  color: #1a1a2e;
  margin: 0 0 0.25rem;
}
.vgl_subtitle {
  color: #6b7280;
  font-size: 0.95rem;
  margin: 0;
}
.vgl_backToVergelijkerWrap {
  margin: 0.75rem 0 0;
}
.vgl_backToVergelijker {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.45rem 0.85rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: #0f766e;
  background: #f0fdfa;
  border: 1px solid #99f6e4;
  border-radius: 8px;
  cursor: pointer;
  transition: background .15s, border-color .15s, color .15s;
}
.vgl_backToVergelijkerIcon {
  display: inline-flex;
  flex-shrink: 0;
}
.vgl_backToVergelijkerIcon svg {
  width: 1.1em;
  height: 1.1em;
}
.vgl_backToVergelijker:hover {
  background: #ccfbf1;
  border-color: #0f766e;
  color: #0d6357;
}
.vgl_intro {
  display: none;
  font-size: 0.95rem;
  line-height: 1.5;
  color: #64748b;
  margin: 1rem 0 0;
  max-width: 42em;
}
@media (min-width: 1024px) {
  .vgl_intro { display: block; }
}

/* ---- Share box ---- */
.vgl_headerRight {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.vgl_shareBox {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  box-shadow: 0 1px 4px rgba(0,0,0,.06);
  padding: 1.25rem 1.5rem;
  min-width: 280px;
  max-width: 360px;
}
.vgl_shareTitle {
  font-size: 1.1rem;
  font-weight: 700;
  color: #1a1a2e;
  margin: 0 0 0.5rem;
}
.vgl_shareText {
  display: none;
  font-size: 0.9rem;
  line-height: 1.5;
  color: #64748b;
  margin: 0 0 1rem;
}
@media (min-width: 1024px) {
  .vgl_shareText { display: block; }
}
.vgl_shareActions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}
.vgl_shareBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.6rem 1rem;
  font-size: 0.9rem;
  font-weight: 600;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  transition: background .15s, color .15s, transform .15s;
  text-decoration: none;
  flex: 1;
  min-width: 120px;
  box-sizing: border-box;
}
.vgl_shareBtn--whatsapp {
  background: #25d366;
  color: #fff;
}
.vgl_shareBtn--whatsapp:hover {
  background: #20bd5a;
  color: #fff;
  transform: translateY(-1px);
}
.vgl_shareBtn--email {
  background: #f1f5f9;
  color: #334155;
  border: 1px solid #e2e8f0;
}
.vgl_shareBtn--email:hover {
  background: #e2e8f0;
  color: #0f766e;
  border-color: #cbd5e1;
}
.vgl_shareBtnIcon {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
}
.vgl_shareBtnIcon svg {
  width: 100%;
  height: 100%;
  display: block;
}
.vgl_emailWrap {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #e2e8f0;
}
.vgl_emailForm {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.vgl_emailInput {
  padding: 0.5rem 0.75rem;
  border: 1.5px solid #e2e8f0;
  border-radius: 6px;
  font-size: 0.9rem;
  width: 100%;
  max-width: 220px;
  outline: none;
  transition: border-color .15s;
  box-sizing: border-box;
}
.vgl_emailInput:focus {
  border-color: #0f766e;
}
.vgl_emailSubmit {
  padding: 0.5rem 1rem;
  background: #0f766e;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  transition: background .15s;
  white-space: nowrap;
}
.vgl_emailSubmit:hover {
  background: #0d6b63;
}
.vgl_emailSubmit:disabled {
  opacity: .6;
  cursor: not-allowed;
}
.vgl_emailMsg {
  font-size: 0.85rem;
  margin: 0.5rem 0 0;
  width: 100%;
}
.vgl_emailMsg--ok { color: #059669; }
.vgl_emailMsg--err { color: #dc2626; }
.vgl_recaptchaNotice {
  font-size: 0.75rem;
  color: #94a3b8;
  margin: 0.25rem 0 0;
}
.vgl_recaptchaNotice a { color: #94a3b8; }

/* ---- Scroll container ---- */
.vgl_scrollWrap {
  position: relative;
}
.vgl_grid {
  display: flex;
  gap: 1.25rem;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 0.75rem;
}
.vgl_grid::-webkit-scrollbar {
  height: 8px;
}
.vgl_grid::-webkit-scrollbar-track {
  background: #f3f4f6;
  border-radius: 4px;
}
.vgl_grid::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 4px;
}
.vgl_grid::-webkit-scrollbar-thumb:hover {
  background: #94a3b8;
}

/* Scroll arrows */
.vgl_scrollBtn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background: rgba(255,255,255,.92);
  box-shadow: 0 2px 8px rgba(0,0,0,.15);
  color: #374151;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity .2s, background .15s;
}
.vgl_scrollBtn:hover {
  background: #fff;
  box-shadow: 0 3px 12px rgba(0,0,0,.2);
}
.vgl_scrollBtn--hidden {
  opacity: 0;
  pointer-events: none;
}
.vgl_scrollBtn--left {
  left: -12px;
}
.vgl_scrollBtn--right {
  right: -12px;
}
.vgl_scrollBtn svg {
  width: 20px;
  height: 20px;
}

/* Edge fade hints */
.vgl_scrollWrap::before,
.vgl_scrollWrap::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0.75rem;
  width: 40px;
  z-index: 3;
  pointer-events: none;
  transition: opacity .25s;
}
.vgl_scrollWrap::before {
  left: 0;
  background: linear-gradient(90deg, rgba(248,249,250,.9) 0%, transparent 100%);
  opacity: 0;
}
.vgl_scrollWrap::after {
  right: 0;
  background: linear-gradient(270deg, rgba(248,249,250,.9) 0%, transparent 100%);
}
.vgl_scrollWrap--scrolledLeft::before {
  opacity: 1;
}
.vgl_scrollWrap--scrolledEnd::after {
  opacity: 0;
}

/* Scroll hint text */
.vgl_scrollHint {
  text-align: center;
  padding: 0.5rem 0 0;
  font-size: 0.82rem;
  color: #94a3b8;
  letter-spacing: 0.01em;
  transition: opacity .3s;
}
.vgl_scrollHintIcon {
  display: inline-block;
  font-size: 1rem;
  margin-right: 0.35rem;
  animation: vgl_hintPulse 2s ease-in-out infinite;
  vertical-align: middle;
}
@keyframes vgl_hintPulse {
  0%, 100% { transform: translateX(0); opacity: .6; }
  50% { transform: translateX(4px); opacity: 1; }
}

/* ---- Column / Card ---- */
.vgl_column {
  position: relative;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 1px 3px rgba(0,0,0,.08), 0 4px 12px rgba(0,0,0,.04);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: box-shadow .25s, transform .25s, opacity .3s;
  flex: 0 0 300px;
  min-width: 280px;
  scroll-snap-align: start;
}
.vgl_column:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,.12), 0 12px 32px rgba(0,0,0,.1);
  transform: translateY(-4px);
}

/* ---- Uitgelicht modifier ---- */
.vgl_column--uitgelicht {
  border: 2px solid #f59e0b;
  box-shadow: 0 1px 3px rgba(245,158,11,.12), 0 6px 16px rgba(245,158,11,.08);
}
.vgl_column--uitgelicht:hover {
  box-shadow: 0 4px 12px rgba(245,158,11,.18), 0 12px 32px rgba(245,158,11,.12);
  transform: translateY(-4px);
}
.vgl_column--uitgelicht .vgl_cta {
  background: #f59e0b;
}
.vgl_column--uitgelicht .vgl_cta:hover {
  background: #d97706;
  box-shadow: 0 4px 12px rgba(245,158,11,.35);
}
.vgl_column--uitgelicht .vgl_detailLink {
  background: linear-gradient(135deg, #fffbeb 0%, #fef3c7 100%);
  border-color: #fde68a;
}
.vgl_column--uitgelicht .vgl_detailLink:hover {
  border-color: #f59e0b;
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
  box-shadow: 0 2px 8px rgba(245,158,11,.15);
}
.vgl_column--uitgelicht .vgl_detailLinkTitle {
  color: #b45309;
}
.vgl_column--uitgelicht .vgl_detailLinkArrow {
  background: #f59e0b;
  color: #fff;
}
.vgl_column--uitgelicht .vgl_detailLink:hover .vgl_detailLinkArrow {
  background: #d97706;
}
.vgl_column--uitgelicht .vgl_priceAmount {
  color: #b45309;
}

/* ---- Remove button ---- */
.vgl_removeBtn {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  z-index: 3;
  width: 32px;
  height: 32px;
  border: none;
  border-radius: 50%;
  background: rgba(0,0,0,.55);
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: background .15s;
}
.vgl_removeBtn:hover {
  background: rgba(220,38,38,.85);
}
.vgl_removeBtn svg {
  width: 16px;
  height: 16px;
}

/* ---- Image wrapper + badges overlay ---- */
.vgl_imageWrap {
  position: relative;
  overflow: hidden;
}
.vgl_imageLink {
  display: block;
}
.vgl_image {
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  transition: transform .25s;
}
.vgl_providerLogo {
  display: inline-block;
  height: 24px;
  width: 80px;
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  flex-shrink: 0;
}
.vgl_column:hover .vgl_image {
  transform: scale(1.03);
}

/* Badges positioned over the image */
.vgl_badges {
  position: absolute;
  bottom: 0.5rem;
  left: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
  z-index: 2;
  pointer-events: none;
}
.vgl_badge {
  font-size: 0.68rem;
  font-weight: 700;
  padding: 0.2rem 0.5rem;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
.vgl_badge--uitgelicht {
  background: rgba(245,158,11,.9);
  color: #fff;
}
.vgl_badge--specialist {
  background: rgba(30,64,175,.85);
  color: #fff;
}
.vgl_badge--prijsVerlaagd {
  background: rgba(245,158,11,.9);
  color: #fff;
}
.vgl_badge--prijsbewust {
  background: rgba(52,211,153,.9);
  color: #fff;
}
.vgl_badge--premium {
  background: rgba(244,114,182,.9);
  color: #fff;
}

/* ---- Top CTA (below image) ---- */
.vgl_ctaTop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.6rem 0.875rem;
  background: #f0fdfa;
  border-bottom: 1px solid #e5e7eb;
}
.vgl_ctaTopPrice {
  display: flex;
  align-items: baseline;
  gap: 0.25rem;
  flex-wrap: wrap;
}
.vgl_ctaTopVanaf {
  font-size: 0.7rem;
  color: #9ca3af;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.vgl_ctaTopAmount {
  font-size: 1.15rem;
  font-weight: 700;
  color: #0f766e;
}
.vgl_ctaTopIncl {
  font-size: 0.68rem;
  color: #6b7280;
}
.vgl_ctaTopBtn {
  display: inline-block;
  background: #0f766e;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 600;
  padding: 0.4rem 0.85rem;
  border-radius: 6px;
  text-decoration: none;
  white-space: nowrap;
  transition: background .15s, transform .15s, box-shadow .15s;
  flex-shrink: 0;
}
.vgl_ctaTopBtn:hover {
  background: #0d6357;
  transform: translateY(-1px);
  box-shadow: 0 3px 8px rgba(15,118,110,.3);
}
.vgl_column--uitgelicht .vgl_ctaTop {
  background: #fffbeb;
}
.vgl_column--uitgelicht .vgl_ctaTopAmount {
  color: #b45309;
}
.vgl_column--uitgelicht .vgl_ctaTopBtn {
  background: #f59e0b;
}
.vgl_column--uitgelicht .vgl_ctaTopBtn:hover {
  background: #d97706;
  box-shadow: 0 3px 8px rgba(245,158,11,.3);
}

/* ---- Body ---- */
.vgl_body {
  padding: 0.875rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.vgl_title {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.35;
  margin: 0;
  color: #1a1a2e;
}
.vgl_title a {
  color: inherit;
  text-decoration: none;
}
.vgl_title a:hover {
  color: #0f766e;
}

/* ---- Meta rows ---- */
.vgl_meta {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}
.vgl_metaRow {
  display: flex;
  gap: 0.5rem;
  font-size: 0.82rem;
  line-height: 1.4;
}
.vgl_metaLabel {
  color: #9ca3af;
  min-width: 5.5rem;
  flex-shrink: 0;
  font-weight: 500;
}
.vgl_metaValue {
  color: #374151;
}
.vgl_landLink {
  color: #0f766e;
  text-decoration: none;
}
.vgl_landLink:hover {
  text-decoration: underline;
}

/* ---- Title+meta wrapper (height equalized by JS) ---- */
.vgl_titleMeta {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

/* ---- Description ---- */
.vgl_description {
  font-size: 0.9rem;
  line-height: 1.6;
  color: #4b5563;
  position: relative;
}
.vgl_description p {
  margin: 0;
}
.vgl_descriptionInner {
  overflow: hidden;
  position: relative;
  transition: max-height .3s ease;
}
.vgl_description--clamped .vgl_descriptionInner {
  max-height: 6.4em; /* ~4 lines at 1.6 line-height */
}
.vgl_description--expanded .vgl_descriptionInner {
  max-height: none;
}
.vgl_description--clamped .vgl_descriptionInner::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1.6em;
  background: linear-gradient(transparent, #fff);
  pointer-events: none;
}
.vgl_description--expanded .vgl_descriptionInner::after {
  display: none;
}
.vgl_readMore {
  position: relative;
  z-index: 1;
  background: none;
  border: none;
  padding: 0;
  margin-top: 0.25rem;
  font-size: 0.78rem;
  font-weight: 600;
  color: #0f766e;
  cursor: pointer;
  text-decoration: none;
}
.vgl_readMore:hover {
  text-decoration: underline;
}
.vgl_description--empty {
  display: none;
}

/* ---- Features ---- */
.vgl_features {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}
.vgl_feature {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.9rem;
  font-weight: 600;
}
.vgl_feature svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.vgl_feature--yes {
  color: #059669;
}

/* ---- Provider ---- */
.vgl_provider {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: auto;
  padding-top: 0.5rem;
  border-top: 1px solid #f3f4f6;
}
.vgl_providerLogoImg {
  height: 24px;
  max-width: 80px;
  object-fit: contain;
}
.vgl_providerName {
  font-size: 0.78rem;
  color: #6b7280;
  font-weight: 500;
}

/* ---- Z-score / Prijsklasse ---- */
.vgl_zscore {
  padding-bottom: 0.625rem;
  border-bottom: 1px solid #f3f4f6;
  margin-bottom: 0.5rem;
}
.vgl_zscoreHead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.4rem;
}
.vgl_zscoreTitle {
  font-size: 0.72rem;
  font-weight: 600;
  color: #9ca3af;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.vgl_zscoreLabel {
  font-size: 0.72rem;
  font-weight: 700;
  padding: 0.1rem 0.4rem;
  border-radius: 3px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.vgl_zscoreLabel--prijsbewust {
  background: #d1fae5;
  color: #065f46;
}
.vgl_zscoreLabel--middenklasse {
  background: #e0e7ff;
  color: #3730a3;
}
.vgl_zscoreLabel--premium {
  background: #fce7f3;
  color: #9d174d;
}
.vgl_zscoreBar {
  margin-bottom: 0.35rem;
}
.vgl_zscoreBarTrack {
  position: relative;
  height: 6px;
  border-radius: 3px;
  background: linear-gradient(90deg, #34d399 0%, #a5b4fc 50%, #f472b6 100%);
}
.vgl_zscoreBarMarker {
  position: absolute;
  top: -3px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #1a1a2e;
  border: 2px solid #fff;
  box-shadow: 0 1px 3px rgba(0,0,0,.25);
  transform: translateX(-50%);
}
.vgl_zscoreBarLabels {
  display: flex;
  justify-content: space-between;
  font-size: 0.62rem;
  color: #9ca3af;
  margin-top: 0.2rem;
}
.vgl_zscoreDetails {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.72rem;
  color: #6b7280;
  flex-wrap: wrap;
}
.vgl_zscoreSep {
  color: #d1d5db;
  font-style: italic;
}
.vgl_zscoreCount {
  color: #9ca3af;
}

/* ---- Price chart ---- */
.vgl_chartWrap {
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #f3f4f6;
  margin-bottom: 0.5rem;
}
.vgl_chartLabel {
  font-size: 0.72rem;
  font-weight: 600;
  color: #9ca3af;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin: 0 0 0.25rem;
}
.vgl_chart {
  min-height: 120px;
}

/* ---- Footer (price + CTA) ---- */
.vgl_footer {
  padding: 0.875rem;
  border-top: 1px solid #f3f4f6;
  background: #fafafa;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
/* ---- Detail link ---- */
.vgl_detailLink {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.7rem 0.875rem;
  margin: 0 0.875rem;
  background: linear-gradient(135deg, #f0fdfa 0%, #e6fffa 100%);
  border: 1px solid #99f6e4;
  border-radius: 10px;
  text-decoration: none;
  color: inherit;
  transition: border-color .2s, background .2s, box-shadow .2s;
}
.vgl_detailLink:hover {
  border-color: #0f766e;
  background: linear-gradient(135deg, #ccfbf1 0%, #d5f5f0 100%);
  box-shadow: 0 2px 8px rgba(15,118,110,.12);
}
.vgl_detailLinkContent {
  flex: 1;
  min-width: 0;
  text-align: left;
}
.vgl_detailLinkTitle {
  display: block;
  font-weight: 700;
  font-size: 0.9rem;
  color: #0f766e;
  margin-bottom: 0.15rem;
}
.vgl_detailLinkText {
  display: block;
  font-size: 0.76rem;
  line-height: 1.4;
  color: #64748b;
}
.vgl_detailLinkArrow {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #94a3b8;
  color: #fff;
  transition: transform .2s, background .15s;
}
.vgl_detailLinkArrow svg {
  width: 18px;
  height: 18px;
}
.vgl_detailLink:hover .vgl_detailLinkArrow {
  background: #64748b;
  transform: translateX(3px);
}

.vgl_price {
  display: flex;
  align-items: baseline;
  gap: 0.35rem;
  flex-wrap: wrap;
}
.vgl_priceLabel {
  font-size: 0.75rem;
  color: #9ca3af;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.vgl_priceAmount {
  font-size: 1.35rem;
  font-weight: 700;
  color: #0f766e;
}
.vgl_priceIncl {
  font-size: 0.72rem;
  color: #6b7280;
}
.vgl_cta {
  display: block;
  text-align: center;
  background: #0f766e;
  color: #fff;
  font-size: 0.88rem;
  font-weight: 600;
  padding: 0.6rem 1rem;
  border-radius: 8px;
  transition: background .15s, transform .15s, box-shadow .15s;
  text-decoration: none;
  transition: background .15s;
}
.vgl_cta:hover {
  background: #0d6357;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(15,118,110,.35);
}

/* ---- Back to top ---- */
.vgl_backToTopWrap {
  margin-top: 2rem;
  padding: 1rem;
  text-align: center;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  background: #f9fafb;
}
.vgl_backToTopBtn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: #374151;
  background: #fff;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  cursor: pointer;
  transition: background .15s, border-color .15s, color .15s;
}
.vgl_backToTopBtn:hover {
  background: #f3f4f6;
  border-color: #9ca3af;
  color: #0f766e;
}
.vgl_backToTopIcon {
  font-size: 1.1rem;
  line-height: 1;
}

/* ---- Empty state ---- */
.vgl_empty {
  text-align: center;
  padding: 4rem 1rem;
}
.vgl_emptyIcon {
  width: 64px;
  height: 64px;
  color: #9ca3af;
  margin-bottom: 1rem;
}
.vgl_emptyText {
  font-size: 1.15rem;
  font-weight: 600;
  color: #374151;
  margin: 0 0 0.5rem;
}
.vgl_emptyHint {
  font-size: 0.9rem;
  color: #6b7280;
  margin: 0 0 1.5rem;
}
.vgl_emptyBtn {
  display: inline-block;
  background: #0f766e;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 600;
  padding: 0.6rem 1.5rem;
  border-radius: 8px;
  text-decoration: none;
  transition: background .15s;
}
.vgl_emptyBtn:hover {
  background: #0d6b63;
}

/* ---- Removing animation ---- */
.vgl_column--removing,
.vgl_card--removing {
  opacity: 0;
  transform: scale(0.95);
  transition: opacity .25s, transform .25s;
}

/* ============================================================
   Responsive
   ============================================================ */

@media (min-width: 1400px) {
  .vgl_column {
    flex: 0 0 320px;
  }
}

@media (max-width: 900px) {
  .vgl_column {
    flex: 0 0 260px;
    min-width: 240px;
  }
  .vgl_image {
    height: 180px;
  }
  .vgl_header {
    flex-wrap: nowrap;
    align-items: center;
  }
  .vgl_shareBox {
    min-width: 0;
    padding: 0.75rem 1rem;
    max-width: 220px;
  }
  .vgl_shareTitle {
    font-size: 0.95rem;
    margin: 0 0 0.35rem;
  }
  .vgl_shareActions {
    gap: 0.4rem;
  }
  .vgl_shareBtn {
    padding: 0.4rem 0.6rem;
    font-size: 0.8rem;
    min-width: 0;
    gap: 0.35rem;
  }
  .vgl_shareBtnIcon {
    width: 18px;
    height: 18px;
  }
}

@media (max-width: 560px) {
  .vgl_container {
    padding: 1.25rem 0.75rem 3rem;
  }
  .vgl_heading {
    font-size: 1.35rem;
  }
  .vgl_header {
    gap: 0.5rem;
  }
  .vgl_backToVergelijker {
    padding: 0.35rem 0.6rem;
    font-size: 0.8rem;
    gap: 0.3rem;
  }
  .vgl_backToVergelijkerIcon svg {
    width: 1em;
    height: 1em;
  }
  .vgl_shareBox {
    padding: 0.5rem 0.65rem;
    max-width: 180px;
  }
  .vgl_shareBtn .vgl_shareBtnLabel {
    display: none;
  }
  .vgl_shareTitle {
    font-size: 0.85rem;
    margin: 0 0 0.25rem;
  }
  .vgl_shareActions {
    gap: 0.3rem;
  }
  .vgl_shareBtn {
    padding: 0.35rem 0.5rem;
    font-size: 0.75rem;
    min-width: 0;
    gap: 0.25rem;
  }
  .vgl_shareBtnIcon {
    width: 16px;
    height: 16px;
  }
  .vgl_column {
    flex: 0 0 85vw;
    min-width: 0;
  }
  .vgl_image {
    height: 200px;
  }
  .vgl_emailInput {
    max-width: 100%;
  }
  .vgl_scrollBtn {
    width: 34px;
    height: 34px;
  }
}

/* ---- Charts (Highcharts) - max 2 naast elkaar ---- */
.vgl_charts {
  margin-top: 3rem;
  margin-bottom: 2rem;
}
.vgl_chartsTitle {
  font-size: 1.35rem;
  font-weight: 700;
  color: #1a1a2e;
  margin: 0 0 1.25rem;
}
.vgl_chartsGrid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .vgl_chartsGrid {
    grid-template-columns: 1fr 1fr;
  }
}
.vgl_chartWrap {
  height: 320px;
  min-height: 320px;
  margin: 0;
  background: #fafafa;
  border-radius: 10px;
  border: 1px solid #e5e7eb;
}
.vgl_chartWrap .highcharts-container {
  border-radius: 10px;
}
