.daily-ad-slot {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  margin: 14px 0;
  padding: 12px 16px;
  border: 1px dashed rgba(255, 255, 255, .35);
  border-radius: 12px;
  background: rgba(0, 0, 0, .18);
  color: inherit;
}

.daily-ad-slot > span {
  padding: 4px 7px;
  border-radius: 5px;
  background: rgba(255, 255, 255, .16);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.daily-ad-slot > small { opacity: .72; }

.daily-ad-interstitial {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(3, 12, 8, .88);
}

.daily-ad-interstitial > div {
  width: min(420px, 100%);
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 18px;
  background: #123d2a;
  color: #fff;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .45);
  text-align: center;
}

.daily-ad-interstitial span,
.daily-ad-interstitial strong,
.daily-ad-interstitial p { display: block; margin-bottom: 12px; }
.daily-ad-interstitial span { font-size: 11px; text-transform: uppercase; letter-spacing: .1em; opacity: .7; }
.daily-ad-interstitial strong { font-size: 24px; }
.daily-ad-interstitial button { min-height: 46px; padding: 0 18px; border: 0; border-radius: 10px; font-weight: 800; cursor: pointer; }

#onlineContent .premium-feature-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 12px !important;
  margin-top: 14px !important;
}

#onlineContent .premium-plan-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 260px)) !important;
  justify-content: center !important;
  gap: 14px !important;
  margin: clamp(30px, 5vh, 52px) auto 0 !important;
}

#onlineContent .premium-plan-grid .premium-plan-button {
  position: relative !important;
  display: grid !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 260px !important;
  height: 68px !important;
  min-height: 68px !important;
  max-height: 68px !important;
  margin: 0 !important;
  padding: 10px 16px !important;
  place-content: center !important;
  gap: 3px !important;
  overflow: visible !important;
  border: 1px solid #c28b2f !important;
  border-radius: 12px !important;
  background: linear-gradient(145deg, #195b31, #0d3d22) !important;
  box-shadow: 0 8px 18px rgba(12, 49, 28, .18) !important;
  color: #fff9e7 !important;
  font-family: Inter, Arial, sans-serif !important;
  line-height: 1.1 !important;
  letter-spacing: 0 !important;
  text-align: center !important;
  text-shadow: none !important;
  transform: none !important;
}

#onlineContent .premium-plan-grid .premium-plan-button:hover,
#onlineContent .premium-plan-grid .premium-plan-button:focus-visible {
  border-color: #e5b94f !important;
  background: linear-gradient(145deg, #1f6b3a, #104729) !important;
  box-shadow: 0 10px 24px rgba(12, 49, 28, .24) !important;
  transform: translateY(-1px) !important;
}

#onlineContent .premium-plan-grid button strong {
  display: block !important;
  margin: 0 !important;
  color: #ffe4a0 !important;
  font: 800 21px/1 Inter, Arial, sans-serif !important;
  letter-spacing: -.02em !important;
  text-shadow: none !important;
  white-space: nowrap !important;
}

#onlineContent .premium-plan-grid button span {
  display: block !important;
  margin: 0 !important;
  color: rgba(255, 255, 255, .82) !important;
  font: 600 11px/1.2 Inter, Arial, sans-serif !important;
  letter-spacing: .01em !important;
  text-transform: none !important;
  text-shadow: none !important;
  white-space: nowrap !important;
}

#onlineContent .premium-plan-grid [data-mollie-plan="yearly"]::after {
  content: "VOORDELIGSTE KEUZE";
  position: absolute;
  top: -9px;
  right: 12px;
  padding: 4px 8px;
  border-radius: 999px;
  background: #efc55c;
  color: #2f2106;
  font: 800 8px/1 Inter, Arial, sans-serif;
  letter-spacing: .08em;
}

#onlineContent .mollie-checkout-shell {
  width: min(620px, 100%);
  margin: 0 auto;
  padding: 8px 0 18px;
}

#onlineContent .mollie-back-button {
  margin: 0 0 18px;
  padding: 6px 0;
  border: 0;
  background: transparent;
  color: #315943;
  font: 700 13px/1.2 Inter, Arial, sans-serif;
  cursor: pointer;
}

#onlineContent .mollie-checkout-heading { margin-bottom: 18px; }
#onlineContent .mollie-checkout-heading > span { color: #9a6c18; font: 800 11px/1 Inter, Arial, sans-serif; letter-spacing: .08em; text-transform: uppercase; }
#onlineContent .mollie-checkout-heading h2 { margin: 6px 0; color: #153c28; font-size: clamp(24px, 3vw, 34px); }
#onlineContent .mollie-checkout-heading p { margin: 0; color: #6b5b48; }

#onlineContent .mollie-purchase-types { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px; margin:0 0 14px; padding:0; border:0; }
#onlineContent .mollie-purchase-types legend { grid-column:1/-1; margin-bottom:4px; color:#153c28; font-weight:800; }
#onlineContent .mollie-purchase-types label { display:flex; gap:10px; align-items:flex-start; min-height:82px; padding:13px; border:1px solid rgba(181,132,42,.45); border-radius:12px; background:#fffaf0; cursor:pointer; }
#onlineContent .mollie-purchase-types label:has(input:checked) { border:2px solid #168848; padding:12px; background:#eef8ef; box-shadow:0 4px 12px rgba(22,136,72,.12); }
#onlineContent .mollie-purchase-types input { flex:0 0 19px; width:19px !important; height:19px !important; margin-top:1px; accent-color:#168848; }
#onlineContent .mollie-purchase-types span { display:grid; gap:5px; }
#onlineContent .mollie-purchase-types strong { color:#153c28; font-size:15px; }
#onlineContent .mollie-purchase-types small { color:#6d604f; font-size:12px; line-height:1.35; }

#onlineContent .mollie-order-card,
#onlineContent .mollie-payment-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 12px;
  padding: 16px 18px;
  border: 1px solid rgba(181, 132, 42, .45);
  border-radius: 12px;
  background: rgba(255, 252, 243, .92);
  box-shadow: 0 5px 14px rgba(52, 39, 16, .06);
}

#onlineContent .mollie-order-card div { display: grid; gap: 3px; }
#onlineContent .mollie-order-card strong { color: #143e28; font: 800 25px/1.1 Inter, Arial, sans-serif; }
#onlineContent .mollie-order-card small { color: #746653; }
#onlineContent .mollie-order-card > b { padding: 6px 9px; border-radius: 999px; background: #f5df9a; color: #5d420d; font-size: 11px; white-space: nowrap; }

#onlineContent .mollie-payment-card { display: grid; justify-content: stretch; }
#onlineContent .mollie-payment-card > span { color: #8a765d; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
#onlineContent .mollie-payment-card > strong { color: #163d29; font-size: 18px; }
#onlineContent .mollie-payment-card > p { margin: 0; color: #6d604f; font-size: 13px; }

#onlineContent .mollie-checkout-button {
  display: flex;
  width: min(320px, 100%);
  min-height: 52px;
  margin: 22px auto 0;
  padding: 9px 22px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border: 0;
  border-radius: 11px;
  background: #008196;
  box-shadow: 0 8px 18px rgba(0, 129, 150, .22);
  color: #fff;
  cursor: pointer;
}

#onlineContent .mollie-checkout-button:hover { background: #006f81; transform: translateY(-1px); }
#onlineContent .mollie-checkout-button span { font: 600 13px/1 Inter, Arial, sans-serif; }
#onlineContent .mollie-checkout-button strong { font: 800 19px/1 Inter, Arial, sans-serif; }
#onlineContent .mollie-checkout-note { margin: 10px auto 0; max-width: 480px; color: #746653; font-size: 11px; text-align: center; }
#onlineContent .premium-success-hero h2 { color:#fff !important; opacity:1 !important; text-shadow:0 1px 2px rgba(0,0,0,.32) !important; }
#onlineContent .premium-success-hero p { color:#f7f3e8 !important; opacity:1 !important; }
#onlineContent .premium-success-hero > span { color:#f4c95d !important; opacity:1 !important; }
#onlineContent .mollie-legal-confirmations { display:grid; gap:10px; margin:14px 0; padding:14px 16px; border:1px solid rgba(181,132,42,.45); border-radius:12px; background:#fffaf0; color:#544735; }
#onlineContent .mollie-legal-confirmations label { display:flex; gap:10px; align-items:flex-start; cursor:pointer; font-size:12px; line-height:1.45; }
#onlineContent .mollie-legal-confirmations input { flex:0 0 20px; width:20px !important; height:20px !important; margin-top:1px; }
#onlineContent .mollie-legal-confirmations p { margin:0 0 0 30px; font-size:12px; }
#onlineContent .mollie-legal-confirmations a { color:#14643d; font-weight:800; }

@media (max-width: 700px) {
  #onlineContent .premium-feature-grid { grid-template-columns: 1fr !important; }
  #onlineContent .premium-plan-grid { grid-template-columns: 1fr !important; margin-top: 24px !important; }
  #onlineContent .premium-plan-grid .premium-plan-button { max-width: none !important; }
  #onlineContent .mollie-order-card { align-items: flex-start; flex-direction: column; }
  #onlineContent .mollie-purchase-types { grid-template-columns:1fr; }
  .daily-ad-slot { grid-template-columns: auto 1fr; padding: 10px; }
  .daily-ad-slot > small { grid-column: 1 / -1; }
}
