.p98-brandstoftoeslag__label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  position: relative;
  flex-wrap: wrap;
}

.p98-brandstoftoeslag__info-button {
  appearance: none;
  border: 1px solid #c9ced6;
  background: #f6f7f8;
  color: #111827;
  border-radius: 999px;
  padding: 2px 9px;
  font-size: 12px;
  line-height: 1.4;
  cursor: pointer;
}

.p98-brandstoftoeslag__info-button:hover,
.p98-brandstoftoeslag__info-button:focus {
  background: #eef2f6;
}

.woocommerce-checkout-review-order-table .p98-brandstoftoeslag__label,
.shop_table .p98-brandstoftoeslag__label {
  justify-content: flex-start;
}

.p98-brandstoftoeslag-modal[hidden] {
  display: none !important;
}

.p98-brandstoftoeslag-modal {
  position: fixed;
  inset: 0;
  z-index: 999999;
}

.p98-brandstoftoeslag-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(17, 24, 39, 0.55);
}

.p98-brandstoftoeslag-modal__dialog {
  position: relative;
  width: min(560px, calc(100vw - 32px));
  margin: 10vh auto 0;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
  padding: 24px 24px 20px;
}

.p98-brandstoftoeslag-modal__close {
  appearance: none;
  position: absolute;
  top: 10px;
  right: 12px;
  border: 0;
  background: transparent;
  color: #111827;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.p98-brandstoftoeslag-modal__title {
  margin: 0 28px 12px 0;
  font-size: 22px;
  line-height: 1.2;
}

.p98-brandstoftoeslag-modal__content {
  color: #374151;
  font-size: 15px;
  line-height: 1.6;
  white-space: pre-line;
}

body.p98-brandstoftoeslag-modal-open {
  overflow: hidden;
}

@media (max-width: 600px) {
  .p98-brandstoftoeslag-modal__dialog {
    margin-top: 8vh;
    padding: 20px 20px 18px;
    border-radius: 14px;
  }

  .p98-brandstoftoeslag-modal__title {
    font-size: 20px;
  }
}

.p98-brandstoftoeslag__notice {
  margin: 12px 0 0;
  font-size: 14px;
  line-height: 1.5;
  color: #374151;
}

.p98-brandstoftoeslag__notice-text {
  margin-right: 6px;
}

.cart_item .p98-brandstoftoeslag__notice,
.woocommerce-checkout-review-order-table .p98-brandstoftoeslag__notice,
.shop_table .p98-brandstoftoeslag__notice {
  display: block;
  margin-top: 6px;
  font-size: 13px;
}

.p98-brandstoftoeslag-home-notice {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin: 0 0 22px;
  padding: 14px 18px;
  border: 1px solid #e6e8ec;
  border-left: 4px solid #f36a21;
  border-radius: 10px;
  background: #fff8f3;
  color: #1f2937;
}

.p98-brandstoftoeslag-home-notice__text {
  font-size: 14px;
  line-height: 1.5;
}

.p98-brandstoftoeslag-home-notice .p98-brandstoftoeslag__info-button {
  flex: 0 0 auto;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .p98-brandstoftoeslag-home-notice {
    flex-direction: column;
    align-items: flex-start;
  }
}


.p98-brandstoftoeslag__notice--block {
  margin-top: 8px;
  font-size: 13px;
}

.p98-brandstoftoeslag-block-item .p98-brandstoftoeslag__info-button {
  margin-top: 4px;
}
