/* =========================================================
   UpZone Checkout – UI additions
   (Timer, expired state, back button, checkout-off)
   ========================================================= */

.upz-checkout-timer{
  background: #f1f7f4 !important;
  border-radius: 3px !important;
  padding: 20px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  font-family: "Noway Upzone", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif !important;
  color: #0b0f0d !important;
}
.upz-checkout-timer__label{
  font-size: 12px !important;
  font-weight: 400 !important;
  width: 160px !important;
  padding-right: 20px !important;
}
.upz-checkout-timer__value{
  font-size: 40px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

.upz-checkout-back{
  background: #F39200 !important;
  color: #fff !important;
  border: 0 !important;
  border-radius: 3px !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  font-family: "Noway Upzone", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif !important;
  padding: 10px 22px !important;
  cursor: pointer !important;
}
.upz-checkout-back:hover{
  background: #2D3933 !important;
  color: #fff !important;
}

.upz-checkout-expired{
  max-width: 700px !important;
  margin: 20px auto !important;
  text-align: center !important;
  font-family: "Noway Upzone", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif !important;
  color: #0b0f0d !important;
}
.upz-checkout-expired__title{
  font-size: 55px !important;
  font-weight: 900 !important;
  color: #F39200 !important;
}
.upz-checkout-expired__subtitle{
  font-size: 30px !important;
  font-weight: 900 !important;
  margin-top: 10px !important;
  margin-bottom: 30px !important;
  color: #0b0f0d !important;
}
.upz-checkout-expired__text{
  font-size: 22px !important;
  font-weight: 400 !important;
  margin-bottom: 45px !important;
  color: #0b0f0d !important;
}

.upz-checkout-failed-notice{
  margin: 0 0 16px 0 !important;
  padding: 14px 16px !important;
  border: 1px solid #d33f2f !important;
  border-radius: 6px !important;
  background: #fff4f2 !important;
  color: #111 !important;
  font-family: "Noway Upzone", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
  text-align: center !important;
}

/* Base state visibility */
.check_empty{
  display: none !important;
}
.upz-checkout-empty .check_empty{
  display: block !important;
}
.upz-checkout-empty .order-head,
.upz-checkout-empty .checkout-off,
.upz-checkout-empty [data-upz-checkout-form],
.upz-checkout-empty [data-upz-checkout-addons],
.upz-checkout-empty .upz-checkout-summary{
  display: none !important;
}
.upz-checkout-gift .check_empty{
  display: none !important;
}

.order-head,
.checkout-off{
  display: block !important;
}
.checkout-message{
  display: none !important;
}

/* Payment return/submission: hide checkout chrome while gateway confirmation resolves. */
html.upz-payment-return-pending body::before,
body.upz-payment-return-pending::before{
  content: "Verifierar order..." !important;
  position: fixed !important;
  left: 50% !important;
  top: 42vh !important;
  transform: translate(-50%, -50%) !important;
  z-index: 40 !important;
  pointer-events: none !important;
  width: min(520px, calc(100vw - 32px)) !important;
  padding: 22px 24px !important;
  border-radius: 6px !important;
  background: #f1f7f4 !important;
  color: #0b0f0d !important;
  box-shadow: 0 18px 60px rgba(11, 15, 13, .16) !important;
  font-family: "Noway Upzone", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif !important;
  font-size: clamp(18px, 2.2vw, 24px) !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
  text-align: center !important;
}
html.upz-payment-return-pending body .order-head,
html.upz-payment-return-pending body .checkout-off,
html.upz-payment-return-pending body [data-upz-checkout-form],
html.upz-payment-return-pending body [data-upz-checkout-addons],
html.upz-payment-return-pending body [data-upz-checkout-timer],
html.upz-payment-return-pending body [data-upz-checkout-back],
html.upz-payment-return-pending body [data-upz-checkout-expired],
body.upz-payment-return-pending .order-head,
body.upz-payment-return-pending .checkout-off,
body.upz-payment-return-pending [data-upz-checkout-form],
body.upz-payment-return-pending [data-upz-checkout-addons],
body.upz-payment-return-pending [data-upz-checkout-timer],
body.upz-payment-return-pending [data-upz-checkout-back],
body.upz-payment-return-pending [data-upz-checkout-expired]{
  visibility: hidden !important;
}

/* Loading state: keep checkout visible to avoid header/footer-only blank flash */
.upz-checkout-loading .check_empty,
.upz-checkout-loading .checkout-message{
  display: none !important;
}
.upz-checkout-loading .order-head,
.upz-checkout-loading .checkout-off{
  display: block !important;
}

/* Active hold */
.upz-hold-active .order-head,
.upz-hold-active .checkout-off,
.upz-checkout-orderpay .order-head,
.upz-checkout-orderpay .checkout-off,
.upz-checkout-gift .order-head,
.upz-checkout-gift .checkout-off{
  display: block !important;
}

/* Expired hold */
.upz-hold-expired .order-head,
.upz-hold-expired .checkout-message{
  display: block !important;
}
.upz-hold-expired .checkout-off{
  display: none !important;
}

/* Disable form/addons when expired */
.upz-hold-expired [data-upz-checkout-form],
.upz-hold-expired [data-upz-checkout-addons]{
  pointer-events: none !important;
  opacity: .55 !important;
}

/* Hide timer text when expired (keep box) */
.upz-hold-expired .upz-checkout-timer__label,
.upz-hold-expired .upz-checkout-timer__value{
  opacity: 0 !important;
}

/* Hide back button when expired */
.upz-hold-expired [data-upz-checkout-back],
.upz-hold-expired .upz-checkout-back{
  display: none !important;
}

/* Giftcard-only checkout (no holds/timer) */
.upz-checkout-gift .upz-checkout-timer{
  display: none !important;
}
.upz-checkout-orderpay .upz-checkout-timer{
  display: none !important;
}
.upz-order-received .upz-checkout-timer{
  display: none !important;
}
.upz-checkout-gift [data-upz-checkout-addons],
.upz-checkout-gift .tillagg-off{
  display: none !important;
}
.upz-checkout-orderpay [data-upz-checkout-addons],
.upz-checkout-orderpay .tillagg-off,
.upz-checkout-orderpay .upz-addons-note{
  display: none !important;
}
.upz-checkout-gift [data-upz-checkout-back],
.upz-checkout-gift .upz-checkout-back,
.upz-checkout-gift [data-upz-checkout-expired]{
  display: none !important;
}
.upz-checkout-orderpay [data-upz-checkout-back],
.upz-checkout-orderpay .upz-checkout-back,
.upz-checkout-orderpay [data-upz-checkout-expired]{
  display: none !important;
}
.upz-order-received [data-upz-checkout-back],
.upz-order-received .upz-checkout-back,
.upz-order-received [data-upz-checkout-expired],
.upz-order-received .upz-checkout-expired{
  display: none !important;
}

/* Thank-you endpoint: never flash checkout UI before JS summary hydration. */
body.woocommerce-order-received .checkout-off,
body.woocommerce-order-received [data-upz-checkout-form],
body.woocommerce-order-received [data-upz-checkout-addons]{
  display: none !important;
}

/* Reserve visual space on thank-you while summary hydrates to avoid footer jump. */
html.upz-order-received-pending body.woocommerce-order-received [data-upz-checkout-summary]{
  min-height: clamp(360px, 52vh, 640px) !important;
}
html.upz-order-received-pending body.woocommerce-order-received .upz-checkout-summary__boot{
  min-height: clamp(320px, 46vh, 560px) !important;
  align-content: start !important;
}

/* Order received should keep header but hide checkout-only blocks */
.upz-order-received .checkout-off{
  display: none !important;
}

/* Fade/blur summary bottom when expired */
.upz-checkout-summary{
  -webkit-mask-image: none !important;
  mask-image: none !important;
}
.upz-hold-expired .upz-checkout-summary{
  position: relative;
  -webkit-mask-image: linear-gradient(#000 70%, transparent);
  mask-image: linear-gradient(#000 70%, transparent);
}
.upz-hold-expired .upz-checkout-summary::after{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 60px;
  background: linear-gradient(to bottom, rgba(241,247,244,0), rgba(241,247,244,1));
  pointer-events: none;
}

/* Minimal order review box (Elementor checkout column) */
.upz-order-review-mini{
  background: #2D3933 !important;
  color: #fff !important;
  border-radius: 3px !important;
  padding: 18px 20px !important;
  font-family: "Noway Upzone", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif !important;
}
.upz-order-review-mini__label{
  font-size: 12px !important;
  font-weight: 700 !important;
  opacity: 0.9 !important;
  margin-bottom: 6px !important;
  letter-spacing: 0.3px !important;
}
.upz-order-review-mini__amount{
  font-size: 32px !important;
  font-weight: 900 !important;
  line-height: 1.1 !important;
}
.upz-order-review-mini__appointment-note{
  margin-top: 12px !important;
  padding: 9px 10px !important;
  border-radius: 3px !important;
  border: 1px solid rgba(255,255,255,.16) !important;
  background: rgba(255,255,255,.07) !important;
  color: rgba(255,255,255,.9) !important;
  font-size: 12px !important;
  line-height: 1.45 !important;
  font-weight: 500 !important;
}
.upz-order-review-mini__tax{
  font-size: 12px !important;
  font-weight: 500 !important;
  margin-top: 4px !important;
  opacity: 0.9 !important;
}
.upz-order-review-mini__coupons{
  margin-top: 8px !important;
  display: grid !important;
  gap: 8px !important;
}
.upz-order-review-mini__coupon{
  display: flex !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  gap: 12px !important;
  font-size: 12px !important;
  font-weight: 500 !important;
}
.upz-order-review-mini__coupon-left{
  display: flex !important;
  flex-direction: column !important;
  gap: 2px !important;
  min-width: 0 !important;
}
.upz-order-review-mini__coupon-label{
  font-size: 11px !important;
  font-weight: 600 !important;
  opacity: 0.75 !important;
  letter-spacing: 0.2px !important;
  text-transform: uppercase !important;
}
.upz-order-review-mini__coupon-code{
  font-weight: 700 !important;
}
.upz-order-review-mini__coupon-remove{
  color: #F39200 !important;
  text-decoration: underline !important;
  font-size: 11px !important;
  font-weight: 600 !important;
}
.upz-order-review-mini__coupon-remove:hover,
.upz-order-review-mini__coupon-remove:focus{
  color: #ffb44f !important;
}
.upz-order-review-mini__coupon-amount{
  font-weight: 800 !important;
  white-space: nowrap !important;
}
.upz-order-review-mini__discount{
  font-size: 12px !important;
  font-weight: 500 !important;
  margin-top: 6px !important;
  display: flex !important;
  gap: 8px !important;
  align-items: center !important;
}
.upz-order-review-mini__badge{
  background: #F39200 !important;
  color: #fff !important;
  border-radius: 3px !important;
  padding: 2px 6px !important;
  font-weight: 900 !important;
  font-size: 12px !important;
  line-height: 1 !important;
}

body.woocommerce-checkout:not(.woocommerce-order-pay):not(.woocommerce-order-received) .e-coupon-box.upz-coupon-box{
  background: #edf6ed !important;
  border: 1px solid #c7dcc5 !important;
  border-radius: 6px !important;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
  box-shadow: 0 1px 0 rgba(47, 111, 70, 0.08), 0 0 12px rgba(52, 168, 83, 0.24) !important;
}
body.woocommerce-checkout:not(.woocommerce-order-pay):not(.woocommerce-order-received) .e-coupon-box.upz-coupon-box .e-woocommerce-coupon-nudge{
  margin: 0 !important;
  color: #1f3a29 !important;
  display: grid !important;
  gap: 10px !important;
  padding-top: 2px !important;
  line-height: 1.35 !important;
}
body.woocommerce-checkout:not(.woocommerce-order-pay):not(.woocommerce-order-received) .e-coupon-box.upz-coupon-box .upz-coupon-nudge__row{
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 10px !important;
  width: 100% !important;
}
body.woocommerce-checkout:not(.woocommerce-order-pay):not(.woocommerce-order-received) .e-coupon-box.upz-coupon-box .upz-coupon-nudge__title{
  margin: 0 !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  letter-spacing: 0.15px !important;
  position: relative !important;
  top: 6px !important;
}
body.woocommerce-checkout:not(.woocommerce-order-pay):not(.woocommerce-order-received) .e-coupon-box.upz-coupon-box .upz-coupon-nudge__text{
  margin: 2px 0 0 !important;
  color: #000000 !important;
  font-size: 13px !important;
  font-weight: 500 !important;
}
body.woocommerce-checkout:not(.woocommerce-order-pay):not(.woocommerce-order-received) .e-coupon-box.upz-coupon-box .e-show-coupon-form.upz-coupon-cta{
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-left: auto !important;
  padding: 6px 12px !important;
  background: #2f6f46 !important;
  color: #ffffff !important;
  border: 1px solid #2f6f46 !important;
  border-radius: 999px !important;
  text-decoration: none !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.25px !important;
  text-transform: uppercase !important;
  transition: background-color .2s ease, border-color .2s ease !important;
}
body.woocommerce-checkout:not(.woocommerce-order-pay):not(.woocommerce-order-received) .e-coupon-box.upz-coupon-box .e-show-coupon-form.upz-coupon-cta:hover,
body.woocommerce-checkout:not(.woocommerce-order-pay):not(.woocommerce-order-received) .e-coupon-box.upz-coupon-box .e-show-coupon-form.upz-coupon-cta:focus{
  background: #255a39 !important;
  border-color: #255a39 !important;
  color: #ffffff !important;
}
body.woocommerce-checkout:not(.woocommerce-order-pay):not(.woocommerce-order-received) .e-coupon-box.upz-coupon-box .e-coupon-anchor{
  margin-top: 10px !important;
}
body.woocommerce-checkout:not(.woocommerce-order-pay):not(.woocommerce-order-received) .e-coupon-box.upz-coupon-box .e-coupon-anchor-description{
  color: #31513d !important;
  font-size: 12px !important;
  font-weight: 600 !important;
}
body.woocommerce-checkout:not(.woocommerce-order-pay):not(.woocommerce-order-received) .e-coupon-box.upz-coupon-box + .e-checkout__order_review{
  margin-top: 12px !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .e-checkout__order_review{
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.upz-checkout-summary__discount{
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 10px !important;
  margin-top: 6px !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  color: #0b0f0d !important;
}
.upz-checkout-summary__original{
  opacity: 0.75 !important;
}
.upz-checkout-summary__badge{
  background: #F39200 !important;
  color: #fff !important;
  border-radius: 3px !important;
  padding: 2px 6px !important;
  font-weight: 900 !important;
  font-size: 12px !important;
  line-height: 1 !important;
}

.upz-checkout-summary__done{
  background: #f1f7f4 !important;
  border: 1px solid #d6e4dc !important;
  border-radius: 8px !important;
  padding: 18px !important;
  font-family: "Noway Upzone", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif !important;
}
.upz-checkout-summary__done-title{
  font-size: 22px !important;
  font-weight: 900 !important;
  margin-bottom: 8px !important;
  color: #0b0f0d !important;
}
.upz-checkout-summary__done-text{
  font-size: 14px !important;
  color: #31423a !important;
}
.upz-checkout-summary__done-actions{
  margin-top: 14px !important;
  display: flex !important;
  gap: 10px !important;
  flex-wrap: wrap !important;
}
.upz-checkout-summary__done-btn{
  background: #2D3933 !important;
  color: #fff !important;
  border-radius: 4px !important;
  padding: 8px 12px !important;
  font-weight: 800 !important;
  text-decoration: none !important;
}
.upz-checkout-summary__done-link{
  color: #2D3933 !important;
  font-weight: 700 !important;
  text-decoration: underline !important;
  padding: 8px 2px !important;
}

.upz-checkout-summary__boot{
  display: grid !important;
  gap: 10px !important;
  padding: 14px 16px !important;
  border: 1px solid #d6e4dc !important;
  border-radius: 8px !important;
  background: #f1f7f4 !important;
  color: #31423a !important;
}
.upz-checkout-summary__boot-title{
  font-size: 13px !important;
  font-weight: 700 !important;
}
.upz-checkout-summary__boot-line{
  display: block !important;
  height: 10px !important;
  width: 58% !important;
  border-radius: 999px !important;
  background: linear-gradient(90deg, rgba(45,57,51,.14), rgba(45,57,51,.26), rgba(45,57,51,.14)) !important;
  background-size: 220% 100% !important;
  animation: upzCheckoutBootPulse 1.1s ease-in-out infinite !important;
}
.upz-checkout-summary__boot-line.is-wide{
  width: 86% !important;
}
.upz-checkout-summary__boot-line.is-short{
  width: 40% !important;
}
@keyframes upzCheckoutBootPulse{
  0% { background-position: 0% 0; }
  100% { background-position: 100% 0; }
}
@media (prefers-reduced-motion: reduce){
  .upz-checkout-summary__boot-line{
    animation: none !important;
  }
}

.upz-checkout-confirm{
  position: relative;
  border: 1px solid #1c2420 !important;
  border-radius: 3px !important;
  background: #f1f7f4 !important;
  color: #0f172a !important;
  box-shadow: 0 10px 24px rgba(0,0,0,.18);
  padding: 12px 20px 24px !important;
  margin-bottom: 14px !important;
  text-align: center !important;
  font-family: "Noway Upzone", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif !important;
}
.upz-checkout-confirm__eyebrow{ display:none !important; }
.upz-checkout-confirm__title{
  font-size: 45px !important;
  line-height: 1.08 !important;
  font-weight: 900 !important;
  margin: 0 !important;
  color: #f39200 !important;
  text-align: center !important;
}
.upz-checkout-confirm__text{
  font-size: 22px !important;
  line-height: 1.2 !important;
  margin-top: 10px !important;
  font-weight: 900 !important;
  color: #0b0f0d !important;
  text-align: center !important;
}
.upz-checkout-confirm__text strong{ color: inherit !important; }
.upz-checkout-confirm__order{
  margin-top: 10px !important;
  font-size: 14px !important;
}

/* Hide default Woo thank-you blocks and use Upzone summary style instead */
.upz-order-received .woocommerce-order,
.upz-order-received .woocommerce-thankyou-order-details,
.upz-order-received .woocommerce-order-overview,
.upz-order-received .woocommerce-order-details,
.upz-order-received .woocommerce-customer-details,
.upz-order-received .checkout-off{
  display: none !important;
}

.upz-checkout-received-footer{
  display: grid !important;
  grid-template-columns: minmax(280px, 360px) minmax(280px, 360px) !important;
  justify-content: end !important;
  gap: 6px !important;
  margin-top: 14px !important;
  margin-left: auto !important;
  width: fit-content !important;
  max-width: 100% !important;
}
.upz-checkout-received-footer--pay{
  grid-template-columns: minmax(280px, 360px) !important;
  justify-content: end !important;
  margin-left: auto !important;
  width: fit-content !important;
}
.upz-checkout-received-card{
  border-radius: 6px !important;
  padding: 18px 20px !important;
  font-family: "Noway Upzone", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif !important;
}
.upz-checkout-received-card--billing,
.upz-checkout-received-card--total{
  background: #24332d !important;
  color: #fff !important;
}
.upz-checkout-received-card__title{
  font-size: 14px !important;
  line-height: 1.2 !important;
  font-weight: 900 !important;
  margin-bottom: 8px !important;
  text-transform: uppercase !important;
  letter-spacing: .3px !important;
}
.upz-checkout-received-card__body{
  font-size: 17px !important;
  line-height: 1.4 !important;
  opacity: .95 !important;
  overflow-wrap: anywhere !important;
  word-break: break-word !important;
  white-space: normal !important;
}
.upz-checkout-received-card__amount{
  font-size: 52px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
}
.upz-checkout-received-card__remaining{
  margin-top: 6px !important;
  font-size: 13px !important;
  line-height: 1.3 !important;
  opacity: .92 !important;
}
.upz-checkout-received-card--total .upz-order-review-mini__tax{
  color: #fff !important;
  opacity: .9 !important;
  margin-top: 8px !important;
}
.upz-checkout-payment-method{
  margin-top: 8px !important;
  margin-left: auto !important;
  width: fit-content !important;
  max-width: 100% !important;
  font-size: 14px !important;
  line-height: 1.3 !important;
  color: #0b0f0d !important;
  text-align: right !important;
}
.upz-checkout-delta{
  margin-top: 12px !important;
}
.upz-checkout-received-discount-box{
  margin-top: 1px !important;
  padding: 9px 12px !important;
  border: 1px dashed #b8b8b8 !important;
  border-radius: 6px !important;
  background: #f3f3f3 !important;
  width: 100% !important;
  max-width: none !important;
  box-sizing: border-box !important;
  color: #2f2f2f !important;
}
.upz-checkout-received-discount-box__row + .upz-checkout-received-discount-box__row{
  margin-top: 8px !important;
  padding-top: 7px !important;
  border-top: 1px dashed #cdcdcd !important;
}
.upz-checkout-received-discount-box__row{
  display: flex !important;
  align-items: baseline !important;
  justify-content: space-between !important;
  gap: 18px !important;
}
.upz-checkout-received-discount-box__code{
  font-size: 13px !important;
  line-height: 1.35 !important;
  color: #2f2f2f !important;
  min-width: 0 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}
.upz-checkout-received-discount-box__amount{
  margin-top: 0 !important;
  margin-left: auto !important;
  font-size: 13px !important;
  line-height: 1.3 !important;
  color: #555 !important;
  white-space: nowrap !important;
  font-weight: 700 !important;
}
.upz-checkout-delta__title{
  font-size: 13px !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  letter-spacing: .3px !important;
  color: #2d3933 !important;
  margin: 6px 0 8px 0 !important;
}
.upz-checkout-card--delta{
  border: 1px dashed #d5d5d5 !important;
  background: #fafafa !important;
}
.upz-checkout-received-payments{
  margin-top: 10px !important;
  margin-left: auto !important;
  width: fit-content !important;
  max-width: 100% !important;
  background: #f6f6f6 !important;
  border-radius: 6px !important;
  padding: 12px 14px !important;
  font-family: "Noway Upzone", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif !important;
  color: #0b0f0d !important;
}
.upz-checkout-received-payments__title{
  font-size: 12px !important;
  line-height: 1.2 !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  letter-spacing: .3px !important;
  margin-bottom: 6px !important;
}
.upz-checkout-received-payments__row{
  display: grid !important;
  grid-template-columns: 1fr auto !important;
  gap: 6px !important;
  align-items: baseline !important;
  padding: 6px 0 !important;
}
.upz-checkout-received-payments__row + .upz-checkout-received-payments__row{
  border-top: 1px dashed #d5d5d5 !important;
}
.upz-checkout-received-payments__label{
  font-size: 14px !important;
  font-weight: 800 !important;
}
.upz-checkout-received-payments__amount{
  font-size: 14px !important;
  font-weight: 800 !important;
  text-align: right !important;
}
.upz-checkout-received-payments__meta{
  grid-column: 1 / -1 !important;
  font-size: 12px !important;
  color: #3a3a3a !important;
}
.upz-checkout-received-info{
  margin-top: 0 !important;
  margin-bottom: 6vh !important;
  max-width: 980px !important;
}
.upz-checkout-received-info__title{
  font-size: 20px !important;
  line-height: 1.15 !important;
  font-weight: 900 !important;
  color: #0b0f0d !important;
}
.upz-checkout-received-info__text{
  margin-top: 10px !important;
  font-size: 17px !important;
  line-height: 1.35 !important;
  color: #0b0f0d !important;
}
.upz-checkout-received-info__text a{
  color: #24332d !important;
  font-weight: 800 !important;
  text-decoration: underline !important;
}
.upz-checkout-received-info__meta{
  margin-top: 8px !important;
  font-size: 14px !important;
  color: #2d3933 !important;
}

/* Country field (event/appointment checkout): match other field heights */
.woocommerce-checkout form .form-row.upz-country-field select,
.woocommerce-checkout form .form-row.upz-country-field select.input-select{
  height: 46px !important;
  min-height: 46px !important;
  line-height: 46px !important;
  padding: 0 40px 0 14px !important;
  box-sizing: border-box !important;
}

.woocommerce-checkout form .form-row.upz-country-field .select2-container .select2-selection--single{
  height: 46px !important;
  min-height: 46px !important;
  box-sizing: border-box !important;
  display: flex !important;
  align-items: center !important;
}

.woocommerce-checkout form .form-row.upz-country-field .select2-container .select2-selection--single .select2-selection__rendered{
  line-height: 1.2 !important;
  padding-left: 14px !important;
  padding-right: 40px !important;
  display: flex !important;
  align-items: center !important;
  height: 100% !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.woocommerce-checkout form .form-row.upz-country-field .select2-container .select2-selection--single .select2-selection__arrow{
  height: 46px !important;
}

@media (max-width: 900px){
  .upz-checkout-confirm__title{ font-size: 36px !important; }
  .upz-checkout-confirm__text{ font-size: 20px !important; }
  .upz-checkout-received-footer{ grid-template-columns: 1fr !important; width: 100% !important; }
  .upz-checkout-received-card__title{ font-size: 14px !important; }
  .upz-checkout-received-card__amount{ font-size: 40px !important; }
  .upz-checkout-payment-method,
  .upz-checkout-received-payments{ width: 100% !important; }
}
