.vezo-promo-modal {
  align-items: center;
  background: rgba(12, 16, 24, 0.55);
  bottom: 0;
  display: none;
  justify-content: center;
  left: 0;
  padding: 24px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999999;
}

.vezo-promo-modal.is-open {
  display: flex;
}

.vezo-promo-modal__dialog {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 24px 80px rgba(12, 16, 24, 0.28);
  color: #111827;
  max-width: 440px;
  padding: 28px;
  position: relative;
  width: min(100%, 440px);
}

.vezo-promo-modal__title {
  font-size: 22px;
  line-height: 1.2;
  margin: 0 32px 12px 0;
}

.vezo-promo-modal__message {
  color: #374151;
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 22px;
}

.vezo-promo-modal__actions {
  display: flex;
  justify-content: flex-end;
}

.vezo-promo-modal__button {
  background: #111827;
  border: 0;
  border-radius: 999px;
  color: #fff;
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  padding: 13px 22px;
}

.vezo-promo-modal__close {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 999px;
  color: #4b5563;
  cursor: pointer;
  display: flex;
  font-size: 26px;
  height: 36px;
  justify-content: center;
  line-height: 1;
  padding: 0;
  position: absolute;
  right: 16px;
  top: 14px;
  width: 36px;
}

.vezo-promo-modal__button:focus,
.vezo-promo-modal__close:focus {
  outline: 2px solid #2563eb;
  outline-offset: 3px;
}

body.vezo-promo-modal-open {
  overflow: hidden;
}

.wp-block-woocommerce-checkout-order-summary-coupon-form-block .wc-block-components-panel__button,
.wp-block-woocommerce-cart-order-summary-coupon-form-block .wc-block-components-panel__button {
  font-weight: 700;
}
