/* Base: keep everything 15px, transparent table/rows */
.ehbo-product-grid,
.ehbo-product-grid * {
  font-size: 15px;
  box-sizing: border-box;
}

.ehbo-product-grid {
  --ehbo-grid-template: minmax(150px, 0.95fr) minmax(130px, 0.85fr) minmax(320px, 1.8fr) minmax(150px, 0.85fr) minmax(180px, 1fr);
  background: transparent;
}

.ehbo-loading__indicator {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 1rem;
  color: #0f172a;
  font-weight: 600;
}

.ehbo-loading__spinner {
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 999px;
  border: 3px solid rgba(148, 163, 184, 0.4);
  border-top-color: var(--e-global-color-primary, #1d4ed8);
  animation: ehbo-spin 0.8s linear infinite;
}

.ehbo-loading__grid {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.ehbo-loading__row {
  display: grid;
  grid-template-columns: var(--ehbo-grid-template);
  gap: clamp(14px, 2vw, 32px);
  align-items: center;
}

.ehbo-loading__cell {
  display: block;
  width: 100%;
  height: 14px;
  border-radius: 999px;
  background: linear-gradient(90deg, #e2e8f0 0%, #f1f5f9 50%, #e2e8f0 100%);
  background-size: 240px 100%;
  animation: ehbo-loading-shimmer 1.4s ease-in-out infinite;
}

.ehbo-loading__cell--wide {
  height: 20px;
}

.ehbo-row {
  grid-template-areas: "date time location guarantee action";
  padding: clamp(18px, 2.6vw, 28px) 0;
  border-bottom: 1px solid #e2e8f0;
  display: grid;
  grid-template-columns: var(--ehbo-grid-template);
  align-items: center;
  gap: clamp(14px, 2vw, 32px);
}

.ehbo-row:last-child {
  border-bottom: none;
}

.ehbo-col {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.col-date {
  grid-area: date;
}

.col-time {
  grid-area: time;
}

.col-date-time {
  grid-area: date-time;
  display: none;
}

.col-location {
  grid-area: location;
}

.col-guarantee {
  grid-area: guarantee;
}

.col-cart {
  grid-area: action;
}

.col-date {
  color: #0f172a;
  font-weight: 600;
  vertical-align: top;
  height: 100%;
}

.date-line {
  display: block;
  white-space: nowrap;
  letter-spacing: 0.01em;
}

.date-line--empty,
.time-line--empty {
  color: #94a3b8;
  font-weight: 500;
}

.col-time {
  color: #475569;
  font-weight: 500;
  vertical-align: top;
  height: 100%;
}

.time-line {
  display: block;
  white-space: nowrap;
}

.date-time-line {
  display: flex;
  align-items: baseline;
  gap: 12px;
  width: 100%;
}

.date-time-line--empty {
  justify-content: flex-start;
}

.date-time-line .date-line,
.date-time-line .time-line {
  display: inline-block;
  white-space: nowrap;
}

.date-time-line:not(.date-time-line--empty) .date-time-line__date {
  color: #0f172a;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.date-time-line:not(.date-time-line--empty) .date-time-line__time {
  color: #475569;
  font-weight: 500;
}

.date-time-line .date-time-line__time {
  margin-left: auto;
}

.date-time-line--empty .date-time-line__time {
  margin-left: 0;
}

.col-location {
  color: #334155;
  font-size: 15px;
  line-height: 1.5;
}

.location-line {
  display: block;
  word-break: break-word;
  font-weight: 400;
}

.location-line--city {
  color: #0f172a;
}

.location-line__postal {
  color: #475569;
  margin-right: 6px;
}

.location-line__city {
  color: #0f172a;
}

.col-guarantee {
  align-items: flex-start;
  justify-content: center;
}
.startgarantie-flag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
  padding: 6px 10px;
}

.low-stock-flag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
  padding: 6px 10px;
}

.startgarantie-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #0f172a;
  font-size: 1.05rem;
  line-height: 1;
}

.startgarantie-icon > span {
  display: inline-flex;
}

.startgarantie-icon svg {
  display: block;
  width: 1em;
  height: 1em;
  fill: none;
}

.low-stock-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.low-stock-icon > span {
  display: inline-flex;
}

.low-stock-icon svg {
display: block;
    width: 20px;
    height: 20px;
  fill: none;
}
.low-stock-icon svg path {
    stroke: #000000;
}

.startgarantie-empty {
  color: #94a3b8;
  font-weight: 500;
  white-space: nowrap;
}
a.course-grid-footer-msg {
    font-style: italic;
    border-bottom: 3px solid #FCDA97;
    color: #67656e;
}
.ehbo-footer .ff-product-form {
  display: grid;
  grid-template-columns: 2fr 1fr 2fr auto;
  gap: 10px;
  align-items: center;
}

.ehbo-footer .ff-product-form > div {
  overflow: hidden;
}

.ehbo-footer .ffehbo-code-inputs {
  display: flex;
  gap: 8px;
  flex-wrap: nowrap;
}

.ehbo-footer .ffehbo-code-input {
  width: 48px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  background-color: #f8fafc;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .ehbo-footer .ff-product-form {
    grid-template-columns: 1fr;
    gap: 12px;
    align-items: stretch;
  }

  .ehbo-footer .ffehbo-code-inputs,
  .ehbo-footer .ff-product-form > div,
  .ehbo-footer .ff-product-form button {
    width: 100%;
  }

  .ehbo-footer .ffehbo-code-inputs {
    flex-wrap: wrap;
  }

  .ehbo-footer .ffehbo-code-input {
    flex: 1 1 60px;
  }
}

/* Availability */
.stock-indicator {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
  flex: 0 0 12px;
}

.stock-indicator.stock-ok      { background:#16a34a; }
.stock-indicator.stock-low     { background:#f59e0b; }
.stock-indicator.stock-none    { background:#ef4444; }
.stock-indicator.stock-started { background:#f59e0b; }
.stock-indicator.stock-closed  { background:#6b7280; }

.stock-count {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
  line-height: 1.35;
  font-size: 0.95rem;
  color: #0f172a;
}

.stock-indicator.stock-ok ~ .stock-count {
  color: #166534;
}

.stock-indicator.stock-low ~ .stock-count,
.stock-indicator.stock-started ~ .stock-count {
  color: #92400e;
}

.stock-indicator.stock-none ~ .stock-count,
.stock-indicator.stock-closed ~ .stock-count {
  color: #b91c1c;
}

.ehbo-row[data-booking-closed='1'] .stock-count {
  display: none;
}

/* Remove any legacy pill styles if present */
.ehbo-stock,
.ehbo-stock.stock-ok,
.ehbo-stock.stock-low,
.ehbo-stock.stock-none,
.ehbo-stock.stock-started,
.ehbo-stock.stock-closed {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  border-radius: 0 !important;
  display: contents;
}

/* Add-to-cart button */
.col-cart {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.col-cart .cart { margin:0; }
button.ehbo-add-to-cart-btn.button.alt {
  border-radius: 25px!important;
  transition: opacity .2s ease, transform .06s ease;
}

/*add to cart btn*/
.ehbo-add-to-cart-btn.button.alt {
    font-family: var(--cmsmasters-button-font-family);
    font-size: clamp(0.9rem, 1.6vw, 0.95rem);
    line-height: 1.2;
    font-weight: var(--cmsmasters-button-font-weight);
    text-transform: var(--cmsmasters-button-text-transform);
    font-style: var(--cmsmasters-button-font-style);
    letter-spacing: var(--cmsmasters-button-letter-spacing);
    background-color: var(--cmsmasters-button-normal-colors-bg);
    background-image: var(--cmsmasters-button-normal-colors-bg-image);
    color: var(--cmsmasters-button-normal-colors-color);
    border-radius: var(--cmsmasters-button-normal-bd-radius);
    box-shadow: var(--cmsmasters-button-normal-box-shadow);
    border-top: var(--cmsmasters-button-normal-bd-width-top) var(--cmsmasters-button-normal-bd-style) var(--cmsmasters-button-normal-colors-bd);
    border-right: var(--cmsmasters-button-normal-bd-width-right) var(--cmsmasters-button-normal-bd-style) var(--cmsmasters-button-normal-colors-bd);
    border-bottom: var(--cmsmasters-button-normal-bd-width-bottom) var(--cmsmasters-button-normal-bd-style) var(--cmsmasters-button-normal-colors-bd);
    border-left: var(--cmsmasters-button-normal-bd-width-left) var(--cmsmasters-button-normal-bd-style) var(--cmsmasters-button-normal-colors-bd);
    padding: 0.55rem 1.6rem;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    width: auto;
    max-width: 100%;
    transition: all .3s !important;
    cursor: pointer;
}
.ehbo-add-to-cart-btn__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.ehbo-add-to-cart-btn__icon i {
    line-height: 1;
}
.ehbo-add-to-cart-btn__label {
    display: inline-flex;
    align-items: center;
    white-space: normal;
}
.ehbo-add-to-cart-btn.button.alt.is-disabled {
    opacity: 0.6;
    cursor: not-allowed;
    background: #ffffff;
    border: 1px solid #adadad;
    color: #000000;
    font-weight: normal;
}

.ehbo-add-to-cart-btn--sold_out.is-disabled {
    opacity: 1 !important;
}
.ehbo-add-to-cart-btn.button.alt:hover:not(.is-disabled), .ehbo-private-label:hover {
    background-color: var(--cmsmasters-button-hover-colors-bg);
    background-image: var(--cmsmasters-button-hover-colors-bg-image);
    color: var(--cmsmasters-button-hover-colors-color);
    border-color: var(--cmsmasters-button-hover-colors-bd);
    border-radius: var(--cmsmasters-button-hover-bd-radius);
    box-shadow: var(--cmsmasters-button-hover-box-shadow);
}

.ehbo-add-to-cart-btn.button.alt:focus,
.ehbo-private-label:focus {
    outline: none;
}

.ehbo-add-to-cart-btn.button.alt:focus-visible:not(.is-disabled),
.ehbo-private-label:focus-visible {
    background-color: var(--cmsmasters-button-hover-colors-bg);
    background-image: var(--cmsmasters-button-hover-colors-bg-image);
    color: var(--cmsmasters-button-hover-colors-color);
    border-color: var(--cmsmasters-button-hover-colors-bd);
    box-shadow: var(--cmsmasters-button-hover-box-shadow), 0 0 0 3px color-mix(in srgb, var(--e-global-color-primary, #1d4ed8) 40%, transparent);
}

.ehbo-add-to-cart-btn.button.alt:focus-visible:not(.is-disabled) {
    transform: translateY(-1px);
}

.ehbo-add-to-cart-btn--sold_out {
    background: #f87171 !important;
    background-image: none !important;
    border-color: #f87171 !important;
    color: #7f1d1d !important;
}
.ehbo-private-label {
    font-family: var(--cmsmasters-button-font-family);
    font-size: var(--cmsmasters-button-font-size);
    line-height: var(--cmsmasters-button-line-height);
    font-weight: var(--cmsmasters-button-font-weight);
    text-transform: var(--cmsmasters-button-text-transform);
    font-style: var(--cmsmasters-button-font-style);
    letter-spacing: var(--cmsmasters-button-letter-spacing);
    background-color: var(--cmsmasters-button-normal-colors-bg);
    background-image: var(--cmsmasters-button-normal-colors-bg-image);
    color: var(--cmsmasters-button-normal-colors-color);
    border-radius: var(--cmsmasters-button-normal-bd-radius);
    box-shadow: var(--cmsmasters-button-normal-box-shadow);
    border-top: var(--cmsmasters-button-normal-bd-width-top) var(--cmsmasters-button-normal-bd-style) var(--cmsmasters-button-normal-colors-bd);
    border-right: var(--cmsmasters-button-normal-bd-width-right) var(--cmsmasters-button-normal-bd-style) var(--cmsmasters-button-normal-colors-bd);
    border-bottom: var(--cmsmasters-button-normal-bd-width-bottom) var(--cmsmasters-button-normal-bd-style) var(--cmsmasters-button-normal-colors-bd);
    border-left: var(--cmsmasters-button-normal-bd-width-left) var(--cmsmasters-button-normal-bd-style) var(--cmsmasters-button-normal-colors-bd);
    padding: var(--cmsmasters-button-padding-top) var(--cmsmasters-button-padding-right) var(--cmsmasters-button-padding-bottom) var(--cmsmasters-button-padding-left);
    text-align: inherit;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    width: inherit;
    max-width: 100%;
    cursor: pointer;
}
.ehbo-private-label__icon {
    display: inline-flex;
    align-items: center;
}
.ehbo-private-label__icon i {
    font-size: 1em;
    line-height: 1;
}
/* Hide legacy/unused bits */
.ehbo-category-title,
.ehbo-description,
.placeholder-col,
.ehbo-inline-meta,
.ehbo-price-stock .price,
.ehbo-quantity,
.ehbo-quantity.hidden,
.button-col .product .price,
.button-col .product { display: none !important; }

/* Footer */
.ehbo-footer {
  display:block;
  margin-top:30px; padding-top:20px;
}
.ehbo-footer-text { width:100%; }
a.added_to_cart.wc-forward {
  background: var(--button-bg-color);
  border-color: var(--e-global-color-secondary);
  border-style: solid; border-width: 1px;
  font-family: var(--cmsmasters-button-font-family);
  font-size: 16px;
  line-height: 1.4;
  font-weight: var(--cmsmasters-button-font-weight);
  text-transform: var(--cmsmasters-button-text-transform);
  background-image: var(--cmsmasters-button-normal-colors-bg-image);
  color: var(--cmsmasters-button-normal-colors-color);
  border-radius: var(--cmsmasters-button-normal-bd-radius);
  box-shadow: var(--cmsmasters-button-normal-box-shadow);
  padding: var(--cmsmasters-button-padding-top) var(--cmsmasters-button-padding-right) var(--cmsmasters-button-padding-bottom) var(--cmsmasters-button-padding-left);
  transition: all .3s !important;
}
a.added_to_cart.wc-forward:hover {
border-color:var(--e-global-color-primary);
        background:var(--e-global-color-primary);
}

/* Responsive */
/* Spinner on add-to-cart */
a.ehbo-add-to-cart-btn.loading {
  position: relative;
  pointer-events: none;
  opacity: 0.85;
  color: inherit;
  background-image: none !important;
}
a.ehbo-add-to-cart-btn.loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  border: 2px solid currentColor;
  border-top-color: transparent;
  border-radius: 50%;
  animation: ehbo-spin 0.6s linear infinite;
}

a.ehbo-add-to-cart-btn.loading .ehbo-add-to-cart-btn__label,
a.ehbo-add-to-cart-btn.loading .ehbo-add-to-cart-btn__icon {
  opacity: 0;
}

@media (max-width: 1280px) {
  .ehbo-product-grid {
    --ehbo-grid-template: minmax(130px, 1fr) minmax(110px, 0.9fr) minmax(260px, 1.6fr) minmax(140px, 0.85fr) minmax(160px, 0.95fr);
  }
}

@media (max-width: 1024px) {
  .ehbo-grid-header {
    display: none;
  }

  .ehbo-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-areas:
      "date date"
      "time time"
      "location location"
      "guarantee guarantee"
      "action action";
    gap: 18px 20px;
    padding: 20px 0;
  }

  .ehbo-loading__row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 20px;
  }

  .col-cart {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .ehbo-row {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "date-time"
      "location"
      "guarantee"
      "action";
    gap: 16px;
    padding: 20px 0;
  }

  .ehbo-loading__row {
    grid-template-columns: minmax(0, 1fr);
  }

  .col-date,
  .col-time {
    display: none;
  }

  .col-date-time {
    display: flex;
    flex-direction: column;
    gap: 6px;
  }

  .date-line,
  .time-line,
  .date-time-line .date-line,
  .date-time-line .time-line {
    white-space: normal;
  }

  .date-time-line {
    flex-direction: row;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 8px;
  }

  .date-time-line .date-time-line__time {
    margin-left: 0;
  }

  .col-cart {
    flex-direction: column;
    align-items: stretch;
  }

  .col-cart .ehbo-add-to-cart-btn,
  .col-cart .ehbo-private-label {
    width: 100%;
  }
}



/* Tablet & mobiel: plaats de footer-knop op een nieuwe regel */
@media (max-width: 1024px) {
  .ehbo-footer-text,
  .ehbo-footer-button {
    flex: 1 1 100%; /* dwingt nieuwe regel */
  }
  .ehbo-footer-button {
    margin-top: 12px; /* ruimte boven de knop */
    /* laat gerust staan als right; pas aan naar center/left als je wilt */
    /* text-align: right; */
  }
}

/* Optioneel: op small screens de knop centreren (verwijder als je 'm rechts wilt houden) */
@media (max-width: 768px) {
  .ehbo-footer-button { text-align: center; 
    margin-top: 30px;}
}

/*modal*/
/* Overlay */
#ehbo-modal-overlay {
  display: none; /* standaard verborgen */
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 9999;
  backdrop-filter: blur(2px);
}

/* Modal box */
#ehbo-modal {
  background: #ffffff;
  width: min(92vw, 500px);
  max-width: 500px;
  margin: 6vh auto;
  padding: 32px 28px;
  border-radius: 16px;
  box-shadow: 0 12px 28px rgba(0,0,0,0.25);
  font-family: inherit;
  text-align: left;
  position: relative;
  animation: ehbo-fade-in 0.25s ease-out;
  max-height: calc(100vh - 48px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/* Animatie bij openen */
@keyframes ehbo-fade-in {
  from { opacity: 0; transform: translateY(-10px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* Message */
#ehbo-modal .ehbo-modal-header {
  margin-bottom: 18px;
}

#ehbo-modal .ehbo-modal-title {
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 700;
  color: #111827;
}

#ehbo-modal .ehbo-modal-message {
  font-size: 16px;
  font-weight: 500;
  color: #111827;
  margin: 40px 0;
  line-height: 1.5;
}

#ehbo-modal .ehbo-modal-body {
  margin-bottom: 20px;
}

/* Knoppen container */
#ehbo-modal .ehbo-modal-actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

.ehbo-modal-private {
  text-align: left;
}

.ehbo-modal-private__intro {
  margin: 0 0 16px 0;
  font-size: 16px;
  line-height: 1.5;
  color: #111827;
}

.ehbo-modal-private__form {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr auto;
  align-items: end;
}

.ehbo-modal-private__help {
  grid-column: 1 / -1;
  margin: 0;
  font-size: 13px;
  line-height: 1.4;
  color: #6b7280;
}

.ehbo-modal-private__label,
.ehbo-modal-private__error {
  grid-column: 1 / -1;
}

.ehbo-modal-private__label {
  font-weight: 600;
  color: #111827;
}

.ehbo-modal-private__code-fields {
  display: flex;
  gap: 8px;
  flex-wrap: nowrap;
}

.ehbo-modal-private__code-input {
  width: 52px;
  padding: 10px 12px;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  background-color: #f8fafc;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.ehbo-modal-private__code-input:focus {
  border-color: var(--e-global-color-primary);
  outline: none;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.2);
}

.ehbo-modal-private__error {
  display: none;
  font-size: 14px;
  color: #b91c1c;
}

.ehbo-modal-private__error.is-visible {
  display: block;
}

.ehbo-modal-private__submit {
  justify-self: start;
  padding: 10px 22px;
  border-radius: 25px;
  border: none;
  background: var(--e-global-color-primary);
  color: var(--cmsmasters-button-normal-colors-color);
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s ease, opacity 0.2s ease;
}

.ehbo-modal-private__submit:hover {
  background: var(--e-global-color-secondary);
}

.ehbo-modal-private__submit.is-loading {
  position: relative;
  color: transparent;
  pointer-events: none;
}

.ehbo-modal-private__submit.is-loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  border: 2px solid #4b5563;
  border-top-color: transparent;
  border-radius: 50%;
  animation: ehbo-spin 0.6s linear infinite;
}

@keyframes ehbo-spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes ehbo-loading-shimmer {
  0% {
    background-position: -160px 0;
  }
  100% {
    background-position: 160px 0;
  }
}

.ehbo-modal-private__form.is-loading .ehbo-modal-private__code-input {
  opacity: 0.7;
}

@media (max-width: 480px) {
  .ehbo-modal-private__form {
    grid-template-columns: 1fr;
  }

  .ehbo-modal-private__submit {
    justify-self: stretch;
  }
}

@media (max-width: 600px) {
  #ehbo-modal {
    margin: 4vh auto;
    padding: 24px 20px;
    max-height: calc(100vh - 32px);
  }
}

@media (max-height: 600px) {
  #ehbo-modal {
    margin: 4vh auto;
  }
}

/* Buttons */
#ehbo-modal .ehbo-btn {
  padding: 10px 20px;
  border-radius: 25px;
  border: 1px solid transparent;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
}

/* Verder winkelen */
#ehbo-modal-close.ehbo-btn {
  background:var(--cmsmasters-button-hover-colors-bg);
  color: var(--cmsmasters-button-normal-colors-color);
}
#ehbo-modal-close.ehbo-btn:hover {
  background: var(--e-global-color-secondary);
  color: var(--e-global-color-background);
}

/* Afrekenen */
#ehbo-modal-checkout.ehbo-btn {
  background: var(--e-global-color-primary);
  color: var(--cmsmasters-button-normal-colors-color);
}
#ehbo-modal-checkout.ehbo-btn:hover {
  background: var(--e-global-color-secondary);
  color: var(--e-global-color-background);
}

/* Foutmelding variant */
#ehbo-modal.is-error .ehbo-modal-message {
  color: #b91c1c;
}
#ehbo-modal.is-error {
  border: 2px solid #ef4444;
}
/* X-knop rechtsboven */
#ehbo-modal .ehbo-modal-x {
  position: absolute;
  top: 10px;
  right: 12px;
  background: transparent;
  border: none;
  font-size: 22px;
  font-weight: bold;
  color: #6b7280;
  cursor: pointer;
  transition: color 0.2s ease;
}
#ehbo-modal .ehbo-modal-x:hover {
  color: #111827;
}
