:root{--page-title-display:none;}body.elementor-page-13963:not(.elementor-motion-effects-element-type-background), body.elementor-page-13963 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}/* Start custom CSS for html, class: .elementor-element-0ad4ad2 *//* =========================================================
   SCOM UNIONPAY EURO PAGINA
   Opgeschoonde en overzichtelijk geformatteerde stylesheet
========================================================= */
@font-face {
  font-family: "Overpass";
  src: url("https://scombank.sr/wp-content/uploads/2026/06/Overpass-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

/* =========================================
   SCOM UNIONPAY EURO PAGINA
========================================= */
#scb-euro-page {
  --red: #e02228;
  --red-dark: #bd1b21;
  --red-soft: rgba(224, 34, 40, 0.07);
  --black: #050505;
  --text: #525861;
  --muted: #747a82;
  --white: #ffffff;
  --soft: #f6f6f6;
  --soft-2: #fafafa;
  --line: rgba(0, 0, 0, 0.10);
  --line-soft: rgba(0, 0, 0, 0.07);
  --radius: 24px;
  --radius-small: 17px;
  width: 100%;
  background: var(--white);
  color: var(--black);
  font-family: "Overpass", Arial, sans-serif;
}

#scb-euro-page, #scb-euro-page * {
  box-sizing: border-box;
}

#scb-euro-page button, #scb-euro-page a {
  font-family: inherit;
}

#scb-euro-page [hidden] {
  display: none !important;
}

#scb-euro-page .euro-container {
  width: min(1180px, 96%);
  margin: 0 auto;
  padding: clamp(34px, 5vw, 70px) 0;
}

/* =========================================
   ALGEMEEN
========================================= */
#scb-euro-page .euro-section {
  margin-top: clamp(58px, 8vw, 90px);
}

#scb-euro-page .euro-eyebrow, #scb-euro-page .euro-section-label {
  display: inline-block;
  color: var(--red);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

#scb-euro-page .euro-section-heading {
  max-width: 780px;
  margin: 0 0 28px;
}

#scb-euro-page .euro-section-heading h2 {
  margin: 7px 0 9px;
  color: var(--black);
  font-size: clamp(1.55rem, 1.25rem + 1vw, 2.08rem);
  line-height: 1.18;
}

#scb-euro-page .euro-section-heading p {
  margin: 0;
  color: var(--text);
  font-size: 0.98rem;
  line-height: 1.65;
}

/* =========================================
   INTRODUCTIE
========================================= */
#scb-euro-page .euro-intro {
  width: 100%;
}

#scb-euro-page .euro-main-title {
  margin: 8px 0 20px;
  color: var(--black);
  font-size: clamp(2rem, 1.45rem + 1.8vw, 2.75rem);
  line-height: 1.12;
  letter-spacing: -0.025em;
}

#scb-euro-page .euro-intro-copy {
  max-width: 100%;
}

#scb-euro-page .euro-intro-copy p {
  margin: 0 0 13px;
  color: var(--text);
  font-size: 1rem;
  line-height: 1.72;
}

#scb-euro-page .euro-intro-copy p:last-child {
  margin-bottom: 0;
}

#scb-euro-page .euro-intro-copy strong {
  color: var(--black);
}

#scb-euro-page .euro-topup-link {
  color: var(--red);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

#scb-euro-page .euro-topup-link:hover, #scb-euro-page .euro-topup-link:focus, #scb-euro-page .euro-topup-link:active {
  color: var(--red);
  text-decoration: underline;
}

/* =========================================
   KAARTEN
========================================= */
#scb-euro-page .euro-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

#scb-euro-page .euro-column-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 20px;
}

#scb-euro-page .euro-column-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 155px;
  padding: 24px 14px 8px;
}

#scb-euro-page .euro-column-currency {
  position: absolute;
  top: 16px;
  right: 15px;
  color: var(--text);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

#scb-euro-page .euro-column-visual img {
  display: block;
  width: min(100%, 180px);
  height: auto;
}

#scb-euro-page .euro-column-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 14px 15px 15px;
}

#scb-euro-page .euro-column-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

#scb-euro-page .euro-column-meta img {
  display: block;
  width: 30px;
  height: auto;
  object-fit: contain;
}

#scb-euro-page .euro-column-meta span {
  color: var(--muted);
  font-size: 0.54rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-align: right;
}

#scb-euro-page .euro-column-content h3 {
  margin: 10px 0 0;
  color: var(--black);
  font-size: 1.02rem;
  line-height: 1.25;
}

#scb-euro-page .euro-column-features {
  min-height: 128px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

#scb-euro-page .euro-column-features li {
  position: relative;
  margin: 0 0 8px;
  padding-left: 13px;
  color: var(--text);
  font-size: 0.72rem;
  line-height: 1.45;
}

#scb-euro-page .euro-column-features li::before {
  content: "";
  position: absolute;
  top: 0.52em;
  left: 0;
  width: 3px;
  height: 3px;
  background: #a9adb3;
  border-radius: 50%;
}

#scb-euro-page .euro-column-best {
  min-height: 72px;
  padding: 12px;
  background: var(--soft);
  border-radius: 12px;
}

#scb-euro-page .euro-column-best span, #scb-euro-page .euro-column-best strong {
  display: block;
}

#scb-euro-page .euro-column-best span {
  margin-bottom: 4px;
  color: var(--muted);
  font-size: 0.48rem;
  font-weight: 800;
  letter-spacing: 0.10em;
}

#scb-euro-page .euro-column-best strong {
  color: var(--black);
  font-size: 0.68rem;
  line-height: 1.42;
}

#scb-euro-page .euro-column-validity {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 12px;
  padding: 12px 0;
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
  color: var(--text);
  font-size: 0.7rem;
}

#scb-euro-page .euro-column-validity strong {
  color: var(--black);
  font-size: 0.72rem;
}

/* =========================================
   KAART ACCORDIONS
========================================= */
#scb-euro-page .euro-column-accordions {
  display: grid;
  gap: 7px;
  margin-top: 11px;
}

#scb-euro-page .euro-column-accordion {
  overflow: hidden;
  background: var(--soft);
  border-radius: 11px;
}

#scb-euro-page .euro-column-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  min-height: 42px;
  padding: 11px 12px;
  background: var(--soft) !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: var(--black) !important;
  font-size: 0.69rem;
  font-weight: 800;
  text-align: left;
  cursor: pointer;
}

#scb-euro-page .euro-column-toggle:hover, #scb-euro-page .euro-column-toggle:focus, #scb-euro-page .euro-column-toggle:active {
  background: var(--soft) !important;
  color: var(--black) !important;
}

#scb-euro-page .euro-column-toggle:focus-visible {
  outline: 2px solid var(--red);
  outline-offset: -2px;
}

#scb-euro-page .euro-column-chevron {
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  border-right: 2px solid #7f8388;
  border-bottom: 2px solid #7f8388;
  transform: rotate(45deg) translateY(-2px);
  transition: transform 0.2s ease;
}

#scb-euro-page .euro-column-toggle[aria-expanded="true"] .euro-column-chevron {
  transform: rotate(225deg) translate(-1px, -1px);
}

#scb-euro-page .euro-column-panel {
  padding: 0 12px 10px;
}

#scb-euro-page .euro-column-panel dl {
  margin: 0;
}

#scb-euro-page .euro-column-panel dl > div {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  padding: 8px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

#scb-euro-page .euro-column-panel dt {
  color: var(--text);
  font-size: 0.62rem;
  line-height: 1.4;
}

#scb-euro-page .euro-column-panel dd {
  margin: 0;
  color: var(--black);
  font-size: 0.64rem;
  font-weight: 800;
  line-height: 1.35;
  text-align: right;
}

#scb-euro-page .euro-column-panel dd small {
  color: var(--red);
  font-size: 0.57rem;
  font-weight: 700;
}

/* =========================================
   KAART BUTTON
========================================= */
#scb-euro-page .euro-column-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 44px;
  margin-top: 12px;
  padding: 11px 13px;
  background: var(--red) !important;
  border: 1px solid var(--red) !important;
  border-radius: 10px;
  color: #fff !important;
  font-size: 0.7rem;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none !important;
  box-shadow: none !important;
}

#scb-euro-page .euro-column-button:hover, #scb-euro-page .euro-column-button:focus, #scb-euro-page .euro-column-button:active {
  background: var(--red) !important;
  border-color: var(--red) !important;
  color: #fff !important;
  text-decoration: none !important;
}

/* =========================================
   AANVRAAGPROCES
========================================= */
#scb-euro-page .euro-application-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

#scb-euro-page .euro-application-step {
  min-width: 0;
  padding: 18px 14px;
}

#scb-euro-page .euro-application-step + .euro-application-step {
  border-left: 1px solid var(--line);
}

#scb-euro-page .euro-application-step > span {
  display: block;
  margin-bottom: 10px;
  color: var(--red);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

#scb-euro-page .euro-application-step strong {
  display: block;
  margin-bottom: 6px;
  color: var(--black);
  font-size: 0.78rem;
  line-height: 1.3;
}

#scb-euro-page .euro-application-step p {
  margin: 0;
  color: var(--text);
  font-size: 0.68rem;
  line-height: 1.48;
}

/* =========================================
   VOORDELEN
========================================= */
#scb-euro-page .euro-benefits-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: clamp(28px, 5vw, 65px);
  margin: 0;
  padding: 0;
  list-style: none;
}

#scb-euro-page .euro-benefits-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 15px 0;
  border-bottom: 1px solid var(--line-soft);
  color: var(--black);
  font-size: 0.92rem;
  line-height: 1.5;
}

#scb-euro-page .euro-check {
  position: relative;
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  background: var(--red-soft);
  border-radius: 50%;
}

#scb-euro-page .euro-check::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  width: 9px;
  height: 5px;
  border: 2px solid var(--red);
  border-top: 0;
  border-right: 0;
  transform: rotate(-45deg);
}

/* =========================================
   CONTANTE STORTINGEN
========================================= */
#scb-euro-page .euro-deposit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

#scb-euro-page .euro-deposit-item {
  position: relative;
  min-width: 0;
  padding: 24px 24px 26px;
}

#scb-euro-page .euro-deposit-item + .euro-deposit-item {
  border-left: 1px solid var(--line);
}

#scb-euro-page .euro-deposit-step {
  display: inline-block;
  margin-bottom: 18px;
  color: var(--red);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

#scb-euro-page .euro-deposit-item h3 {
  margin: 0 0 9px;
  color: var(--black);
  font-size: 1.08rem;
  line-height: 1.3;
}

#scb-euro-page .euro-deposit-item p {
  margin: 0;
  color: var(--text);
  font-size: 0.9rem;
  line-height: 1.6;
}

/* =========================================
   PAYSEND
========================================= */
#scb-euro-page .euro-paysend-section {
  padding-top: 6px;
  border-top: 1px solid var(--line);
}

#scb-euro-page .euro-paysend-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(430px, 1.1fr);
  align-items: center;
  gap: clamp(35px, 6vw, 70px);
}

#scb-euro-page .euro-paysend-brand {
  margin-bottom: 14px;
}

#scb-euro-page .euro-paysend-brand img {
  display: block;
  width: 120px;
  height: auto;
  object-fit: contain;
}

#scb-euro-page .euro-paysend-copy h2 {
  margin: 7px 0 10px;
  color: var(--black);
  font-size: clamp(1.45rem, 1.2rem + 0.8vw, 1.9rem);
  line-height: 1.2;
}

#scb-euro-page .euro-paysend-copy p {
  margin: 0;
  color: var(--text);
  font-size: 0.94rem;
  line-height: 1.65;
}

#scb-euro-page .euro-paysend-flow {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: 12px;
}

#scb-euro-page .euro-paysend-flow > div {
  min-width: 0;
}

#scb-euro-page .euro-paysend-flow > div > span, #scb-euro-page .euro-paysend-flow > div > strong, #scb-euro-page .euro-paysend-flow > div > small {
  display: block;
}

#scb-euro-page .euro-paysend-flow > div > span {
  margin-bottom: 8px;
  color: #6f2cff;
  font-size: 0.68rem;
  font-weight: 800;
}

#scb-euro-page .euro-paysend-flow > div > strong {
  margin-bottom: 4px;
  color: var(--black);
  font-size: 1.45rem;
  line-height: 1;
}

#scb-euro-page .euro-paysend-flow > div > small {
  color: var(--muted);
  font-size: 0.73rem;
  line-height: 1.35;
}

#scb-euro-page .euro-flow-arrow {
  color: #b7b7b7;
  font-size: 1.25rem;
}

#scb-euro-page .euro-paysend-note {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  max-width: 850px;
  margin-top: 27px;
  padding-top: 17px;
  border-top: 1px solid var(--line-soft);
}

#scb-euro-page .euro-note-icon {
  display: grid;
  place-items: center;
  flex: 0 0 23px;
  width: 23px;
  height: 23px;
  background: var(--red-soft);
  border-radius: 50%;
  color: var(--red);
  font-size: 0.74rem;
  font-weight: 900;
}

#scb-euro-page .euro-paysend-note p {
  margin: 0;
  color: var(--text);
  font-size: 0.84rem;
  line-height: 1.55;
}

/* =========================================
   TABLET
========================================= */
@media (max-width: 1020px) {
  #scb-euro-page .euro-application-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  #scb-euro-page .euro-application-step:nth-child(5) {
    border-left: 0;
  }

  #scb-euro-page .euro-application-step:nth-child(n + 5) {
    border-top: 1px solid var(--line);
  }

  #scb-euro-page .euro-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #scb-euro-page .euro-column-features {
    min-height: 0;
  }

  #scb-euro-page .euro-paysend-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  #scb-euro-page .euro-paysend-flow {
    max-width: 620px;
  }

}

/* =========================================
   MOBIEL
========================================= */
@media (max-width: 760px) {
  #scb-euro-page .euro-application-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #scb-euro-page .euro-application-step {
    padding: 16px 12px;
  }

  #scb-euro-page .euro-application-step:nth-child(odd) {
    border-left: 0;
  }

  #scb-euro-page .euro-application-step:nth-child(n + 3) {
    border-top: 1px solid var(--line);
  }

  #scb-euro-page .euro-container {
    width: min(92%, 620px);
  }

  #scb-euro-page .euro-card-grid {
    grid-template-columns: 1fr;
  }

  #scb-euro-page .euro-column-card {
    max-width: 440px;
    width: 100%;
    margin: 0 auto;
  }

  #scb-euro-page .euro-column-visual {
    min-height: 200px;
  }

  #scb-euro-page .euro-column-visual img {
    width: min(100%, 230px);
  }

  #scb-euro-page .euro-benefits-list {
    grid-template-columns: 1fr;
  }

  #scb-euro-page .euro-deposit-grid {
    grid-template-columns: 1fr;
  }

  #scb-euro-page .euro-deposit-item + .euro-deposit-item {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

}

/* =========================================
   KLEINE SCHERMEN
========================================= */
@media (max-width: 520px) {
  #scb-euro-page .euro-main-title {
    font-size: 1.85rem;
  }

  #scb-euro-page .euro-column-content {
    padding: 14px;
  }

  #scb-euro-page .euro-paysend-brand img {
    width: 105px;
  }

  #scb-euro-page .euro-paysend-flow {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  #scb-euro-page .euro-flow-arrow {
    transform: rotate(90deg);
    width: fit-content;
  }

  #scb-euro-page .euro-paysend-flow > div {
    padding: 5px 0;
  }

}

/* =========================================
   EXTRA LABELS + GROTERE ACCORDIONTEKST
   Alleen op naam, naamloos, EUR en Kosten/Limieten aangepast
========================================= */
/* EUR-tag */
#scb-euro-page .euro-column-currency--tag {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 44px !important;
  min-height: 28px !important;
  padding: 6px 10px !important;
  border: 1px solid var(--red) !important;
  border-radius: 999px !important;
  color: #ffffff !important;
  background: var(--red) !important;
  font-size: 0.66rem !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  letter-spacing: 0.06em !important;
  text-align: center !important;
  text-transform: uppercase !important;
  box-shadow: none !important;
}

/* OP NAAM / NAAMLOZE KAART-tag */
#scb-euro-page .euro-column-type-tag {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 28px !important;
  padding: 6px 10px !important;
  border: 1px solid var(--red) !important;
  border-radius: 999px !important;
  color: #ffffff !important;
  background: var(--red) !important;
  font-size: 0.62rem !important;
  line-height: 1.15 !important;
  font-weight: 800 !important;
  letter-spacing: 0.04em !important;
  text-align: center !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
  box-shadow: none !important;
}

/* Iets meer ruimte in de meta-rij door grotere tags */
#scb-euro-page .euro-column-meta {
  min-height: 32px !important;
}

/* Kosten en Limieten groter */
#scb-euro-page .euro-column-toggle {
  min-height: 46px !important;
  padding: 12px 13px !important;
  color: var(--black) !important;
  background: var(--soft) !important;
  font-size: 0.8rem !important;
  line-height: 1.3 !important;
  font-weight: 800 !important;
}

/* Hover/focus/open blijft zwart */
#scb-euro-page .euro-column-toggle:hover, #scb-euro-page .euro-column-toggle:focus, #scb-euro-page .euro-column-toggle:active, #scb-euro-page .euro-column-toggle[aria-expanded="true"] {
  color: var(--black) !important;
  background: var(--soft) !important;
}

#scb-euro-page .euro-column-toggle span, #scb-euro-page .euro-column-toggle:hover span, #scb-euro-page .euro-column-toggle:focus span, #scb-euro-page .euro-column-toggle:active span, #scb-euro-page .euro-column-toggle[aria-expanded="true"] span {
  color: var(--black) !important;
}

@media (max-width: 520px) {
  #scb-euro-page .euro-column-type-tag {
    font-size: 0.58rem !important;
    white-space: normal !important;
  }

}

/* =========================================
   AANVRAAGPROCES — INTERACTIEVE BESLISBOOM
========================================= */
#scb-euro-page .euro-process-tree {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  gap: 30px;
  align-items: stretch;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--white);
}

#scb-euro-page .euro-process-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(7, minmax(78px, 1fr));
  gap: 0;
  align-items: start;
  overflow-x: auto;
  padding: 10px 0 16px;
  scrollbar-width: thin;
}

#scb-euro-page .euro-process-progress {
  position: absolute;
  top: 30px;
  left: 7.14%;
  right: 7.14%;
  height: 3px;
  background: #ececee;
  border-radius: 999px;
  overflow: hidden;
}

#scb-euro-page .euro-process-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: var(--red);
  border-radius: inherit;
  transition: width 0.45s ease;
}

#scb-euro-page .euro-process-node {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 9px;
  min-width: 78px;
  padding: 0 6px;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--muted) !important;
  font: inherit;
  text-align: center;
  cursor: pointer;
}

#scb-euro-page .euro-process-node:hover, #scb-euro-page .euro-process-node:focus, #scb-euro-page .euro-process-node:active {
  color: var(--black) !important;
  background: transparent !important;
}

#scb-euro-page .euro-process-node__number {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 2px solid #d9dade;
  border-radius: 50%;
  color: #72767d;
  background: #ffffff;
  font-size: 0.72rem;
  font-weight: 800;
  transition:     color 0.25s ease,     border-color 0.25s ease,     background 0.25s ease,     transform 0.25s ease;
}

#scb-euro-page .euro-process-node__title {
  max-width: 105px;
  color: inherit;
  font-size: 0.68rem;
  font-weight: 750;
  line-height: 1.35;
}

#scb-euro-page .euro-process-node.is-active {
  color: var(--black) !important;
}

#scb-euro-page .euro-process-node.is-active .euro-process-node__number {
  border-color: var(--red);
  color: #ffffff;
  background: var(--red);
  transform: scale(1.08);
}

#scb-euro-page .euro-process-node.is-complete .euro-process-node__number {
  border-color: var(--red);
  color: var(--red);
  background: #ffffff;
}

#scb-euro-page .euro-process-stage {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 230px;
  padding: 24px;
  border-radius: 16px;
  background: var(--soft);
}

#scb-euro-page .euro-process-panel {
  opacity: 0;
  transform: translateY(10px);
}

#scb-euro-page .euro-process-panel.is-active {
  animation: euroProcessPanelIn 0.38s ease forwards;
}

@keyframes euroProcessPanelIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }

}

#scb-euro-page .euro-process-panel__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  min-height: 26px;
  margin-bottom: 13px;
  padding: 5px 9px;
  border-radius: 999px;
  color: #ffffff;
  background: var(--red);
  font-size: 0.66rem;
  font-weight: 800;
}

#scb-euro-page .euro-process-panel h3 {
  margin: 0 0 9px;
  color: var(--black);
  font-size: 1.22rem;
  line-height: 1.25;
}

#scb-euro-page .euro-process-panel p {
  margin: 0;
  color: var(--text);
  font-size: 0.88rem;
  line-height: 1.65;
}

#scb-euro-page .euro-process-controls {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: 24px;
}

#scb-euro-page .euro-process-control {
  min-height: 40px;
  padding: 9px 13px;
  border: 1px solid var(--line) !important;
  border-radius: 9px;
  color: var(--black) !important;
  background: #ffffff !important;
  font: inherit;
  font-size: 0.73rem;
  font-weight: 800;
  cursor: pointer;
}

#scb-euro-page .euro-process-control--next {
  border-color: var(--red) !important;
  color: #ffffff !important;
  background: var(--red) !important;
}

#scb-euro-page .euro-process-control:hover, #scb-euro-page .euro-process-control:focus, #scb-euro-page .euro-process-control:active {
  color: var(--black) !important;
  background: #ffffff !important;
}

#scb-euro-page .euro-process-control--next:hover, #scb-euro-page .euro-process-control--next:focus, #scb-euro-page .euro-process-control--next:active {
  color: #ffffff !important;
  background: var(--red-dark) !important;
}

#scb-euro-page .euro-process-control:disabled {
  opacity: 0.42;
  cursor: not-allowed;
}

@media (max-width: 900px) {
  #scb-euro-page .euro-process-tree {
    grid-template-columns: 1fr;
  }

  #scb-euro-page .euro-process-track {
    grid-template-columns: repeat(7, minmax(92px, 1fr));
  }

}

@media (max-width: 520px) {
  #scb-euro-page .euro-process-tree {
    padding: 14px;
    border-radius: 16px;
  }

  #scb-euro-page .euro-process-stage {
    min-height: 215px;
    padding: 20px;
  }

  #scb-euro-page .euro-process-node__title {
    font-size: 0.64rem;
  }

  #scb-euro-page .euro-process-controls {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  #scb-euro-page .euro-process-control {
    width: 100%;
  }

}

@media (prefers-reduced-motion: reduce) {
  #scb-euro-page .euro-process-progress span,   #scb-euro-page .euro-process-node__number,   #scb-euro-page .euro-process-panel.is-active {
    transition: none !important;
    animation: none !important;
  }

  #scb-euro-page .euro-process-panel.is-active {
    opacity: 1;
    transform: none;
  }

}

/* =========================================
   AANVRAAGPROCES — DETAILTEKST ONDER DE STAPPEN
========================================= */
#scb-euro-page .euro-process-tree {
  display: block !important;
  padding: 22px !important;
}

#scb-euro-page .euro-process-track {
  width: 100% !important;
  margin-bottom: 22px !important;
  padding-bottom: 18px !important;
}

#scb-euro-page .euro-process-stage {
  width: 100% !important;
  min-height: 0 !important;
  padding: 22px 24px !important;
  border: 1px solid var(--line-soft) !important;
  border-radius: 15px !important;
  background: var(--soft) !important;
}

#scb-euro-page .euro-process-panel {
  width: 100% !important;
}

#scb-euro-page .euro-process-panel.is-active {
  animation: euroProcessPanelSmooth 0.42s cubic-bezier(.2, .75, .2, 1) forwards !important;
}

@keyframes euroProcessPanelSmooth {
  from {
    opacity: 0;
    transform: translateY(12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }

}

#scb-euro-page .euro-process-panel h3 {
  margin-bottom: 7px !important;
}

#scb-euro-page .euro-process-controls {
  justify-content: flex-end !important;
  margin-top: 18px !important;
}

@media (max-width: 900px) {
  #scb-euro-page .euro-process-tree {
    display: block !important;
  }

}

@media (max-width: 520px) {
  #scb-euro-page .euro-process-tree {
    padding: 14px !important;
  }

  #scb-euro-page .euro-process-stage {
    padding: 18px !important;
  }

  #scb-euro-page .euro-process-controls {
    justify-content: stretch !important;
  }

}

/* =========================================
   AANVRAAGPROCES — STAP VOOR STAP ONTHULLEN
   Zelfde 7-koloms layout en volledige teksten
========================================= */
#scb-euro-page .euro-process-sequence {
  width: 100%;
}

#scb-euro-page .euro-process-sequence__steps {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  min-height: 198px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  overflow-x: auto;
  scrollbar-width: thin;
}

#scb-euro-page .euro-process-sequence__step {
  position: relative;
  min-width: 145px;
  min-height: 198px;
  padding: 18px 14px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-16px);
  transition:     opacity 0.42s ease,     transform 0.42s cubic-bezier(.2, .75, .2, 1),     background-color 0.3s ease,     visibility 0s linear 0.42s;
}

#scb-euro-page .euro-process-sequence__step + .euro-process-sequence__step {
  border-left: 1px solid var(--line);
}

#scb-euro-page .euro-process-sequence__step.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition-delay: 0s;
}

#scb-euro-page .euro-process-sequence__step.is-active {
  background: rgba(224, 34, 40, 0.035);
}

#scb-euro-page .euro-process-sequence__number {
  display: block;
  margin-bottom: 10px;
  color: var(--red);
  font-size: 0.62rem;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.08em;
}

#scb-euro-page .euro-process-sequence__step h3 {
  margin: 0 0 7px;
  color: var(--black);
  font-size: 0.78rem;
  line-height: 1.28;
  font-weight: 800;
}

#scb-euro-page .euro-process-sequence__step p {
  margin: 0;
  color: var(--text);
  font-size: 0.68rem;
  line-height: 1.48;
}

#scb-euro-page .euro-process-sequence__controls {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 18px;
}

#scb-euro-page .euro-process-sequence__button {
  min-height: 42px;
  padding: 10px 14px;
  border: 1px solid var(--line) !important;
  border-radius: 9px;
  color: var(--black) !important;
  background: #ffffff !important;
  font: inherit;
  font-size: 0.73rem;
  font-weight: 800;
  cursor: pointer;
  box-shadow: none !important;
}

#scb-euro-page .euro-process-sequence__button--next {
  border-color: var(--red) !important;
  color: #ffffff !important;
  background: var(--red) !important;
}

#scb-euro-page .euro-process-sequence__button:hover, #scb-euro-page .euro-process-sequence__button:focus, #scb-euro-page .euro-process-sequence__button:active {
  color: var(--black) !important;
  background: #ffffff !important;
}

#scb-euro-page .euro-process-sequence__button--next:hover, #scb-euro-page .euro-process-sequence__button--next:focus, #scb-euro-page .euro-process-sequence__button--next:active {
  color: #ffffff !important;
  background: var(--red-dark) !important;
}

#scb-euro-page .euro-process-sequence__button:disabled {
  opacity: 0.42;
  cursor: not-allowed;
}

@media (max-width: 760px) {
  #scb-euro-page .euro-process-sequence__steps {
    grid-template-columns: repeat(7, 155px);
  }

  #scb-euro-page .euro-process-sequence__controls {
    justify-content: stretch;
  }

  #scb-euro-page .euro-process-sequence__button {
    flex: 1;
  }

}

@media (max-width: 520px) {
  #scb-euro-page .euro-process-sequence__steps {
    grid-template-columns: repeat(7, 145px);
  }

  #scb-euro-page .euro-process-sequence__controls {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  #scb-euro-page .euro-process-sequence__button {
    width: 100%;
  }

}

@media (prefers-reduced-motion: reduce) {
  #scb-euro-page .euro-process-sequence__step {
    transition: none !important;
  }

}

/* =========================================
   PRODUCTINTRO — VOLLEDIGE BREEDTE
========================================= */
#scb-euro-page .euro-products-section .euro-section-heading {
  width: 100% !important;
  max-width: none !important;
}

#scb-euro-page .euro-products-section .euro-section-heading p {
  width: 100% !important;
  max-width: none !important;
  white-space: normal !important;
}

/* EUR boven de kaarten als normale grijze tekst */
#scb-euro-page .euro-column-currency, #scb-euro-page .euro-column-currency--tag {
  display: block !important;
  min-width: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: #8a8d92 !important;
  background: transparent !important;
  font-size: 0.62rem !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  letter-spacing: 0.10em !important;
  box-shadow: none !important;
}

/* Euro-integraties */
#scb-euro-page .euro-integration-grid {
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:16px;
  align-items:stretch;
}

#scb-euro-page .euro-integration-card {
  display:grid;
  grid-template-rows:1fr auto;
  min-width:0;
  min-height:255px;
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:18px;
  background:var(--white);
}

#scb-euro-page .euro-integration-card-top {
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
  padding: 16px 14px 10px;
}

#scb-euro-page .euro-integration-logo {
  display:flex;
  align-items:center;
  justify-content:flex-start;
  min-height:32px;
  margin-bottom:10px;
}

#scb-euro-page .euro-integration-logo img {
  display:block;
  max-width:100%;
  height:auto;
  object-fit:contain;
}

#scb-euro-page .euro-integration-logo--alipay img {
  width:32px;
}

#scb-euro-page .euro-integration-logo--wechat img {
  width:34px;
}

#scb-euro-page .euro-integration-logo--paysend img {
  width:102px;
}

#scb-euro-page .euro-netflix-wordmark {
  color:#e50914;
  font-size:1.12rem;
  font-weight:900;
  letter-spacing:.04em;
  line-height:1;
}

#scb-euro-page .euro-netherlands-flag {
  display:inline-block;
  width:32px;
  height:22px;
  border:1px solid #d9d9dc;
  border-radius:6px;
  background:linear-gradient(to bottom,#ae1c28 0 33.333%,#fff 33.333% 66.666%,#21468b 66.666% 100%);
}

#scb-euro-page .euro-integration-card-top h3 {
  margin:0 0 10px;
  color:var(--black);
  font-size:.88rem;
  line-height:1.3;
}

#scb-euro-page .euro-integration-card-top p {
  margin:0;
  color:var(--text);
  font-size:.76rem;
  line-height:1.6;
}

#scb-euro-page .euro-integration-card-accordion {
  margin-top:auto;
  border-top:1px solid var(--line-soft);
}

#scb-euro-page .euro-integration-toggle, #scb-euro-page .euro-integration-link {
  display:flex;
  align-items:center;
  justify-content:space-between;
  width:100%;
  min-height:50px;
  padding:12px 14px;
  border:0 !important;
  background:var(--soft) !important;
  color:var(--black) !important;
  font:inherit;
  font-size:.76rem;
  font-weight:800;
  line-height:1.25;
  text-align:left;
  text-decoration:none;
  cursor:pointer;
}

#scb-euro-page .euro-integration-toggle:hover, #scb-euro-page .euro-integration-toggle:focus, #scb-euro-page .euro-integration-toggle:active, #scb-euro-page .euro-integration-link:hover, #scb-euro-page .euro-integration-link:focus, #scb-euro-page .euro-integration-link:active {
  color:var(--black) !important;
  background:#ececee !important;
}

#scb-euro-page .euro-integration-plus {
  position:relative;
  flex:0 0 24px;
  width:24px;
  height:24px;
  border:1px solid var(--line);
  border-radius:50%;
  background:var(--white);
}

#scb-euro-page .euro-integration-plus::before, #scb-euro-page .euro-integration-plus::after {
  content:"";
  position:absolute;
  top:50%;
  left:50%;
  width:9px;
  height:1.5px;
  background:var(--black);
  transform:translate(-50%,-50%);
}

#scb-euro-page .euro-integration-plus::after {
  transform:translate(-50%,-50%) rotate(90deg);
}

#scb-euro-page .euro-integration-toggle[aria-expanded="true"] .euro-integration-plus::after {
  transform:translate(-50%,-50%);
}

#scb-euro-page .euro-integration-detail-host {
  width:100%;
  margin-top:18px;
}

#scb-euro-page .euro-integration-panel {
  width:100%;
  padding:24px;
  border:1px solid var(--line);
  border-radius:16px;
  background:var(--white);
}

#scb-euro-page .euro-integration-info {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  margin-bottom:22px;
  border-top:1px solid var(--line-soft);
  border-bottom:1px solid var(--line-soft);
}

#scb-euro-page .euro-integration-info > div {
  padding:14px 18px;
}

#scb-euro-page .euro-integration-info > div + div {
  border-left:1px solid var(--line-soft);
}

#scb-euro-page .euro-integration-info span {
  display:block;
  margin-bottom:5px;
  color:var(--red);
  font-size:.7rem;
  font-weight:800;
  letter-spacing:.06em;
  text-transform:uppercase;
}

#scb-euro-page .euro-integration-info p {
  margin:0;
  color:var(--text);
  font-size:.86rem;
  line-height:1.65;
}

#scb-euro-page .euro-integration-info--single {
  grid-template-columns:1fr;
}

#scb-euro-page .euro-flow--horizontal {
  display:grid;
  grid-template-columns:minmax(0,1fr) auto minmax(0,1fr) auto minmax(0,1fr) auto minmax(0,1fr);
  align-items:stretch;
  gap:12px;
}

#scb-euro-page .euro-flow--horizontal.euro-flow--paysend {
  grid-template-columns:minmax(0,1fr) auto minmax(0,1fr) auto minmax(0,1fr) auto minmax(0,1fr) auto minmax(0,1fr);
}

#scb-euro-page .euro-flow-step {
  min-width:0;
  padding:16px;
  border:1px solid var(--line-soft);
  border-radius:12px;
  background:var(--soft-2);
}

#scb-euro-page .euro-flow-step > span, #scb-euro-page .euro-flow-step > strong, #scb-euro-page .euro-flow-step > small {
  display:block;
}

#scb-euro-page .euro-flow-step > span {
  margin-bottom:10px;
  color:var(--red);
  font-size:.7rem;
  font-weight:800;
}

#scb-euro-page .euro-flow--paysend .euro-flow-step > span {
  color:#6f2cff;
}

#scb-euro-page .euro-flow-step > strong {
  color:var(--black);
  font-size:.92rem;
  line-height:1.4;
}

#scb-euro-page .euro-flow-step > small {
  margin-top:5px;
  color:var(--muted);
  font-size:.78rem;
  line-height:1.6;
}

#scb-euro-page .euro-flow-arrow {
  align-self:center;
  color:#b7b7b7;
  font-size:1rem;
}

#scb-euro-page .euro-integration-notes {
  margin:20px 0 0;
  padding-left:17px;
  color:var(--text);
  font-size:.84rem;
  line-height:1.68;
}

#scb-euro-page .euro-netflix-steps {
  columns:2;
  column-gap:42px;
  margin:0;
  padding-left:20px;
  color:var(--text);
  font-size:.82rem;
  line-height:1.72;
}

#scb-euro-page .euro-visually-hidden {
  position:absolute !important;
  width:1px !important;
  height:1px !important;
  padding:0 !important;
  margin:-1px !important;
  overflow:hidden !important;
  clip:rect(0,0,0,0) !important;
  white-space:nowrap !important;
  border:0 !important;
}

@media (max-width:1020px) {
  #scb-euro-page .euro-integration-grid {
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  #scb-euro-page .euro-flow--horizontal,   #scb-euro-page .euro-flow--horizontal.euro-flow--paysend {
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  #scb-euro-page .euro-flow-arrow {
    display:none;
  }

  #scb-euro-page .euro-netflix-steps {
    columns:1;
  }

}

@media (max-width:680px) {
  #scb-euro-page .euro-integration-grid {
    grid-template-columns:1fr;
  }

  #scb-euro-page .euro-integration-info {
    grid-template-columns:1fr;
  }

  #scb-euro-page .euro-integration-info > div {
    padding:13px 0;
  }

  #scb-euro-page .euro-integration-info > div + div {
    border-left:0;
    border-top:1px solid var(--line-soft);
  }

  #scb-euro-page .euro-flow--horizontal,   #scb-euro-page .euro-flow--horizontal.euro-flow--paysend {
    grid-template-columns:1fr;
  }

}


/* =========================================
   MINDER RUIMTE TUSSEN SUBTEKST EN BUTTON
========================================= */

#scb-euro-page .euro-integration-card {
  min-height: 25px !important;
}

#scb-euro-page .euro-integration-card-top {
  padding-bottom: 1px !important;
}

@media (max-width: 1180px) {
  #scb-euro-page .euro-integration-card {
    min-height: 27px !important;
  }
}

#scb-euro-page .euro-integrations-section .euro-section-heading {
  max-width: none !important;
}

#scb-euro-page .euro-integrations-section .euro-section-heading h2 {
  white-space: nowrap !important;
}

@media (max-width: 760px) {
  #scb-euro-page .euro-integrations-section .euro-section-heading h2 {
    white-space: normal !important;
  }
}

/* =========================================================
   ONLINE BETALINGEN — TEKST LINKS / WEBSITES RECHTS
   OPEN SCOM TEMPLATE VIEW — GEEN CARD
========================================================= */
#scb-euro-page .euro-online-section {
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

#scb-euro-page .euro-online-layout {
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr);
  gap: clamp(50px, 7vw, 100px);
  align-items: start;
  width: 100%;
}

#scb-euro-page .euro-online-copy {
  max-width: 470px;
}

#scb-euro-page .euro-online-copy h2 {
  margin: 7px 0 12px;
  color: var(--black);
  font-size: clamp(1.55rem, 1.25rem + 1vw, 2.08rem);
  line-height: 1.18;
}

#scb-euro-page .euro-online-copy p {
  margin: 0;
  color: var(--text);
  font-size: .98rem;
  line-height: 1.7;
}

#scb-euro-page .euro-online-websites {
  min-width: 0;
  padding-top: 3px;
}

#scb-euro-page .euro-online-group + .euro-online-group {
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid var(--line-soft);
}

#scb-euro-page .euro-online-group-heading {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 14px;
}

#scb-euro-page .euro-online-group-heading strong {
  color: var(--muted);
  font-size: .69rem;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1.2;
  text-transform: uppercase;
}

#scb-euro-page .euro-online-group-heading .euro-netherlands-flag {
  flex: 0 0 auto;
  width: 24px;
  height: 16px;
  border-radius: 3px;
}

#scb-euro-page .euro-shop-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px 18px;
  min-width: 0;
}

#scb-euro-page .euro-online-group:first-child .euro-shop-list {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

#scb-euro-page .euro-shop-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 0;
  min-height: 76px;
  padding: 12px 10px;
  border: 1px solid var(--line-soft);
  border-radius: 12px;
  background: var(--white);
  box-shadow: none;
  text-align: center;
}

#scb-euro-page .euro-shop-item img {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  border: 0;
  border-radius: 6px;
  background: transparent;
}

#scb-euro-page .euro-shop-item span {
  color: var(--black);
  font-size: .72rem;
  line-height: 1.25;
  font-weight: 750;
  white-space: nowrap;
}

#scb-euro-page .euro-online-note-group {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 10px;
  padding-top: 0;
  border-top: 0;
}

#scb-euro-page .euro-paypal-checkout-note,
#scb-euro-page .euro-shop-note {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  color: var(--muted);
  font-size: .65rem;
  line-height: 1.5;
}

#scb-euro-page .euro-paypal-checkout-note strong {
  color: var(--black);
  font-weight: 800;
}

@media (max-width: 980px) {
  #scb-euro-page .euro-online-layout {
    grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
    gap: 42px;
  }

  #scb-euro-page .euro-shop-list,
  #scb-euro-page .euro-online-group:first-child .euro-shop-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  #scb-euro-page .euro-online-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  #scb-euro-page .euro-online-copy {
    max-width: none;
  }

  #scb-euro-page .euro-shop-list,
  #scb-euro-page .euro-online-group:first-child .euro-shop-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {
  #scb-euro-page .euro-online-layout {
    gap: 26px;
  }

  #scb-euro-page .euro-online-group + .euro-online-group {
    margin-top: 20px;
    padding-top: 20px;
  }

  #scb-euro-page .euro-shop-list,
  #scb-euro-page .euro-online-group:first-child .euro-shop-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 14px;
  }

  #scb-euro-page .euro-shop-item {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 72px;
  }

  #scb-euro-page .euro-shop-item img {
    width: 27px;
    height: 27px;
    flex: 0 0 27px;
  }
}

/* =========================================================
   INTEGRATIES — DETAIL DIRECT ONDER ACTIEVE CARD OP MOBIEL
========================================================= */
@media (max-width: 900px) {
}

@media (max-width: 680px) {
  #scb-euro-page .euro-integration-detail-host {
    display: none;
  }

  #scb-euro-page .euro-integration-grid > .euro-integration-panel {
    grid-column: 1 / -1;
  }

  #scb-euro-page .euro-integration-panel {
    margin: -7px 0 5px;
    padding: 18px 16px;
    border-radius: 14px;
    background: var(--soft-2);
    animation: euroMobilePanelIn .25s ease both;
  }

  #scb-euro-page .euro-integration-info {
    margin-bottom: 16px;
  }

  #scb-euro-page .euro-integration-toggle[aria-expanded="true"] {
    background: #ececee !important;
  }
}

@keyframes euroMobilePanelIn {
  from { opacity: 0; transform: translateY(-7px); }
  to { opacity: 1; transform: translateY(0); }
}


/* =========================================
   WEBSITES — 5 LOGO'S + EN MEER
   Geen animatie; statische templateweergave
========================================= */
#scb-euro-page .euro-online-group:first-child .euro-shop-list,
#scb-euro-page .euro-online-group--nl .euro-shop-list {
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}

#scb-euro-page .euro-shop-more {
  display: inline-flex;
  align-items: center;
  margin-top: 7px;
  color: var(--muted);
  font-size: 0.67rem;
  line-height: 1.35;
  font-weight: 700;
  letter-spacing: 0.01em;
}

@media (max-width: 900px) {
  #scb-euro-page .euro-online-group:first-child .euro-shop-list,
  #scb-euro-page .euro-online-group--nl .euro-shop-list {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 520px) {
  #scb-euro-page .euro-online-group:first-child .euro-shop-list,
  #scb-euro-page .euro-online-group--nl .euro-shop-list {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  #scb-euro-page .euro-shop-more {
    margin-top: 6px;
    font-size: 0.65rem;
  }
}

/* =========================================================
   WEBSITE CAROUSELS — PIJLEN LINKS/RECHTS
   Steeds exact 4 websites zichtbaar
========================================================= */
#scb-euro-page .euro-shop-carousel {
  position: relative;
  width: 100%;
  min-width: 0;
  padding: 0 38px;
}

#scb-euro-page .euro-shop-viewport {
  width: 100%;
  min-width: 0;
  overflow: hidden;
}

#scb-euro-page .euro-shop-carousel .euro-shop-list,
#scb-euro-page .euro-online-group:first-child .euro-shop-carousel .euro-shop-list,
#scb-euro-page .euro-online-group--nl .euro-shop-carousel .euro-shop-list {
  display: flex !important;
  grid-template-columns: none !important;
  gap: 18px !important;
  width: 100%;
  transform: translateX(0);
  will-change: transform;
}

#scb-euro-page .euro-shop-carousel .euro-shop-item {
  flex: 0 0 calc((100% - 54px) / 4) !important;
  width: calc((100% - 54px) / 4) !important;
  min-width: 0;
}

#scb-euro-page .euro-shop-arrow {
  position: absolute;
  top: 50%;
  z-index: 4;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  padding: 0;
  border: 1px solid var(--line) !important;
  border-radius: 50% !important;
  background: #fff !important;
  color: var(--black) !important;
  box-shadow: 0 3px 10px rgba(0,0,0,.07) !important;
  transform: translateY(-50%);
  cursor: pointer;
}

#scb-euro-page .euro-shop-arrow span {
  display: block;
  margin-top: -2px;
  font-size: 1.55rem;
  font-weight: 400;
  line-height: 1;
}

#scb-euro-page .euro-shop-arrow--prev {
  left: 0;
}

#scb-euro-page .euro-shop-arrow--next {
  right: 0;
}

#scb-euro-page .euro-shop-arrow:hover,
#scb-euro-page .euro-shop-arrow:focus,
#scb-euro-page .euro-shop-arrow:active {
  border-color: var(--red) !important;
  background: #fff !important;
  color: var(--red) !important;
}

#scb-euro-page .euro-shop-arrow:focus-visible {
  outline: 2px solid var(--red);
  outline-offset: 2px;
}

#scb-euro-page .euro-shop-arrow:disabled {
  opacity: .28;
  cursor: default;
  border-color: var(--line) !important;
  color: var(--muted) !important;
}

@media (max-width: 760px) {
  #scb-euro-page .euro-shop-carousel {
    padding: 0 32px;
  }

  #scb-euro-page .euro-shop-carousel .euro-shop-list,
  #scb-euro-page .euro-online-group:first-child .euro-shop-carousel .euro-shop-list,
  #scb-euro-page .euro-online-group--nl .euro-shop-carousel .euro-shop-list {
    gap: 10px !important;
  }

  #scb-euro-page .euro-shop-carousel .euro-shop-item {
    flex-basis: calc((100% - 30px) / 4) !important;
    width: calc((100% - 30px) / 4) !important;
    min-height: 66px;
    padding: 9px 5px;
  }

  #scb-euro-page .euro-shop-carousel .euro-shop-item img {
    width: 24px;
    height: 24px;
  }

  #scb-euro-page .euro-shop-carousel .euro-shop-item span {
    max-width: 100%;
    overflow: hidden;
    font-size: .61rem;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  #scb-euro-page .euro-shop-arrow {
    width: 26px;
    height: 26px;
  }
}

@media (prefers-reduced-motion: reduce) {
  #scb-euro-page .euro-shop-carousel .euro-shop-list {
    transition: none !important;
  }
}/* End custom CSS */