/* Jood Checkout V8 — native WooCommerce payment engine, app-like UI */
:root{
  --j8-navy:#1e2a44;
  --j8-navy-2:#273755;
  --j8-ink:#202633;
  --j8-muted:#77736d;
  --j8-bg:#f7f3ee;
  --j8-card:#ffffff;
  --j8-soft:#f5f1eb;
  --j8-line:#e8e0d7;
  --j8-gold:#9b7648;
  --j8-success:#137a4a;
  --j8-danger:#a43b3b;
  --j8-shadow:0 12px 34px rgba(31,42,68,.08);
}

#jood-app.jood-app-shell-view-checkout{background:var(--j8-bg)!important;min-height:100vh!important}
#jood-app.jood-app-shell-view-checkout .jood-app-bottom-nav{display:none!important}
#jood-app.jood-app-shell-view-checkout.jood-app-with-bottom-nav{padding-bottom:0!important}
#jood-app.jood-app-shell-view-checkout .jood-app-main{width:min(780px,calc(100% - 24px))!important;max-width:780px!important;margin:0 auto!important;padding:14px 0 28px!important}
#jood-app.jood-app-shell-view-checkout .jood-floating-whatsapp{display:none!important}

#jood-app .jood-checkout-v8{direction:rtl;color:var(--j8-ink);font-family:inherit}
#jood-app .jood-checkout-v8 *{box-sizing:border-box}
#jood-app .jood-checkout-v8 .jood-svg-icon{display:inline-flex;width:22px;height:22px;align-items:center;justify-content:center;flex:0 0 auto;color:currentColor}
#jood-app .jood-checkout-v8 .jood-svg-icon svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}

#jood-app .jood-checkout-v8__topbar{display:grid;grid-template-columns:44px minmax(0,1fr) auto;align-items:center;gap:10px;margin-bottom:10px;padding:10px 12px;border:1px solid var(--j8-line);border-radius:20px;background:rgba(255,255,255,.94);box-shadow:0 8px 24px rgba(31,42,68,.055);position:sticky;top:8px;z-index:40;backdrop-filter:blur(10px)}
#jood-app .jood-checkout-v8__back{width:42px;height:42px;display:flex;align-items:center;justify-content:center;border:1px solid var(--j8-line);border-radius:13px;background:#fff;color:var(--j8-navy);text-decoration:none!important}
#jood-app .jood-checkout-v8__title{min-width:0}
#jood-app .jood-checkout-v8__title small{display:block;color:var(--j8-gold);font-size:10px;font-weight:800}
#jood-app .jood-checkout-v8__title h1{margin:1px 0 0!important;color:var(--j8-navy);font-size:23px;line-height:1.2;font-weight:950}
#jood-app .jood-checkout-v8__secure{display:inline-flex;align-items:center;gap:5px;padding:7px 9px;border-radius:12px;background:#edf6f1;color:var(--j8-success);font-size:10px;font-weight:900;white-space:nowrap}
#jood-app .jood-checkout-v8__secure .jood-svg-icon{width:17px;height:17px}

#jood-app .jood-checkout-v8__notices{margin:0 0 9px}
#jood-app .jood-checkout-v8__notices:empty{display:none}
#jood-app .jood-checkout-v8 .woocommerce-error,
#jood-app .jood-checkout-v8 .woocommerce-message,
#jood-app .jood-checkout-v8 .woocommerce-info{margin:0 0 9px!important;padding:11px 13px!important;border:0!important;border-radius:14px!important;background:#fff!important;box-shadow:none!important;font-size:11px!important;line-height:1.7!important}
#jood-app .jood-checkout-v8 .woocommerce-error{border-right:3px solid var(--j8-danger)!important;color:#6d2d2d!important}
#jood-app .jood-checkout-v8 .woocommerce-info{border-right:3px solid var(--j8-gold)!important;color:#5f5549!important}

#jood-app .jood-checkout-v8__journey-alert{display:grid;grid-template-columns:38px minmax(0,1fr) auto;gap:10px;align-items:center;margin-bottom:10px;padding:11px 12px;border:1px solid #f0d5b4;border-radius:16px;background:#fff9f1}
#jood-app .jood-checkout-v8__journey-alert>.jood-svg-icon{width:28px;height:28px;color:#aa6d25}
#jood-app .jood-checkout-v8__journey-alert strong{display:block;color:#6d481e;font-size:12px}
#jood-app .jood-checkout-v8__journey-alert p{margin:2px 0 0!important;color:#8b6b45;font-size:10px;line-height:1.55}
#jood-app .jood-checkout-v8__journey-alert button{border:0;border-radius:11px;background:var(--j8-navy);color:#fff;padding:9px 12px;font:inherit;font-size:10px;font-weight:900;cursor:pointer}

#jood-app .jood-checkout-v8__form{display:grid;gap:10px;margin:0!important}
#jood-app .jood-checkout-v8__order-pill{display:grid;grid-template-columns:1fr 1fr auto;align-items:center;gap:8px;padding:10px 12px;border:1px solid var(--j8-line);border-radius:16px;background:#fff}
#jood-app .jood-checkout-v8__order-pill div{min-width:0}
#jood-app .jood-checkout-v8__order-pill small{display:block;color:var(--j8-muted);font-size:9px;font-weight:750}
#jood-app .jood-checkout-v8__order-pill strong{display:block;margin-top:1px;color:var(--j8-navy);font-size:12px;font-weight:950}
#jood-app .jood-checkout-v8__order-pill a{padding:7px 9px;border-radius:10px;background:var(--j8-soft);color:var(--j8-navy);font-size:9px;font-weight:900;text-decoration:none!important;white-space:nowrap}

#jood-app .jood-checkout-v8__grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}
#jood-app .jood-checkout-v8__card{padding:14px;border:1px solid var(--j8-line);border-radius:20px;background:var(--j8-card);box-shadow:var(--j8-shadow)}
#jood-app .jood-checkout-v8__card-head{display:grid;grid-template-columns:36px minmax(0,1fr) auto;align-items:center;gap:9px;margin-bottom:11px}
#jood-app .jood-checkout-v8__step{width:34px;height:34px;display:flex;align-items:center;justify-content:center;border-radius:11px;background:var(--j8-navy);color:#fff;font-size:11px;font-weight:950}
#jood-app .jood-checkout-v8__card-head small{display:block;color:var(--j8-gold);font-size:9px;font-weight:850}
#jood-app .jood-checkout-v8__card-head h2{margin:1px 0 0!important;color:var(--j8-navy);font-size:17px;line-height:1.25;font-weight:950}
#jood-app .jood-checkout-v8__card-head>.jood-svg-icon{width:24px;height:24px;color:#b09a7e}
#jood-app .jood-checkout-v8__edit{border:0;background:transparent;color:var(--j8-navy);font:inherit;font-size:10px;font-weight:900;text-decoration:underline;text-underline-offset:3px;cursor:pointer}

#jood-app .jood-checkout-v8__fields{display:grid;grid-template-columns:1fr 1fr;gap:9px}
#jood-app .jood-checkout-v8__fields .is-wide{grid-column:1/-1}
#jood-app .jood-checkout-v8__fields label{display:block;margin:0!important}
#jood-app .jood-checkout-v8__fields label>span{display:block;margin:0 1px 5px;color:#5f5a54;font-size:9.5px;font-weight:850}
#jood-app .jood-checkout-v8__fields input{width:100%!important;height:46px!important;margin:0!important;padding:0 12px!important;border:1px solid var(--j8-line)!important;border-radius:13px!important;background:#fbfaf8!important;color:var(--j8-ink)!important;font:inherit!important;font-size:11px!important;box-shadow:none!important;outline:none!important;transition:.15s ease}
#jood-app .jood-checkout-v8__fields input:focus{border-color:#a49784!important;background:#fff!important;box-shadow:0 0 0 3px rgba(30,42,68,.06)!important}

#jood-app .jood-checkout-v8__address-card{display:grid;grid-template-columns:44px minmax(0,1fr);gap:10px;align-items:start;padding:10px;border:1px solid var(--j8-line);border-radius:15px;background:var(--j8-soft)}
#jood-app .jood-checkout-v8__address-icon{width:42px;height:42px;display:flex;align-items:center;justify-content:center;border-radius:13px;background:#fff;color:var(--j8-navy)}
#jood-app .jood-checkout-v8__address-icon .jood-svg-icon{width:23px;height:23px}
#jood-app .jood-checkout-v8__address-card small{display:block;color:var(--j8-gold);font-size:8.7px;font-weight:850}
#jood-app .jood-checkout-v8__address-card strong{display:block;margin-top:1px;color:var(--j8-navy);font-size:11.5px;font-weight:950}
#jood-app .jood-checkout-v8__address-card p{margin:3px 0 0!important;color:#5f5a54;font-size:9.3px;line-height:1.65;word-break:break-word}
#jood-app .jood-checkout-v8__address-card em{display:block;margin-top:4px;color:#8a847d;font-size:8.3px;font-style:normal;line-height:1.55}

#jood-app .jood-checkout-v8__schedule{display:grid;grid-template-columns:34px minmax(0,1fr);gap:8px;align-items:center;margin-top:8px;padding:8px 10px;border-radius:13px;background:#f8fafc}
#jood-app .jood-checkout-v8__schedule>span{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:10px;background:#fff;color:var(--j8-gold)}
#jood-app .jood-checkout-v8__schedule .jood-svg-icon{width:18px;height:18px}
#jood-app .jood-checkout-v8__schedule small{display:block;color:var(--j8-muted);font-size:8.5px}
#jood-app .jood-checkout-v8__schedule strong{display:block;color:var(--j8-navy);font-size:10.5px;font-weight:900}

#jood-app .jood-checkout-v8__shipping{margin-top:9px;padding-top:9px;border-top:1px dashed var(--j8-line)}
#jood-app .jood-checkout-v8__shipping>small{display:block;margin-bottom:6px;color:var(--j8-muted);font-size:9px;font-weight:850}
#jood-app .jood-checkout-v8__shipping-list{display:grid;gap:6px}
#jood-app .jood-checkout-v8__shipping-list label{position:relative;display:block;margin:0!important;cursor:pointer}
#jood-app .jood-checkout-v8__shipping-list input{position:absolute;opacity:0;pointer-events:none}
#jood-app .jood-checkout-v8__shipping-list label>span{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:8px 10px;border:1px solid var(--j8-line);border-radius:12px;background:#fff}
#jood-app .jood-checkout-v8__shipping-list input:checked+span{border-color:var(--j8-navy);box-shadow:0 0 0 1px var(--j8-navy)}
#jood-app .jood-checkout-v8__shipping-list strong{color:var(--j8-navy);font-size:9.5px}
#jood-app .jood-checkout-v8__shipping-list em{color:var(--j8-gold);font-size:9px;font-style:normal;font-weight:900}

#jood-app .jood-checkout-v8__summary{box-shadow:none}
#jood-app .jood-checkout-v8__summary-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px}
#jood-app .jood-checkout-v8__summary-head small{display:block;color:var(--j8-gold);font-size:9px;font-weight:850}
#jood-app .jood-checkout-v8__summary-head h2{margin:1px 0 0!important;color:var(--j8-navy);font-size:18px;font-weight:950}
#jood-app .jood-checkout-v8__summary-head a{color:var(--j8-navy);font-size:9px;font-weight:900;text-decoration:underline;text-underline-offset:3px}
#jood-app .jood-checkout-v8__items-toggle{margin:0 0 8px;border:1px solid var(--j8-line);border-radius:14px;background:#fbfaf8;overflow:hidden}
#jood-app .jood-checkout-v8__items-toggle summary{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:9px 11px;color:#57534e;font-size:9.5px;font-weight:850;cursor:pointer;list-style:none}
#jood-app .jood-checkout-v8__items-toggle summary::-webkit-details-marker{display:none}
#jood-app .jood-checkout-v8__items-toggle summary strong{min-width:25px;height:25px;display:flex;align-items:center;justify-content:center;border-radius:8px;background:var(--j8-navy);color:#fff;font-size:9px}
#jood-app .jood-checkout-v8__items{display:grid;gap:0;padding:0 10px 8px}
#jood-app .jood-checkout-v8__items article{display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:9px;padding:8px 0;border-top:1px solid var(--j8-line)}
#jood-app .jood-checkout-v8__item-image{width:42px;height:42px;display:block;border-radius:11px;background:#f2ede7;overflow:hidden}
#jood-app .jood-checkout-v8__item-image img{width:100%!important;height:100%!important;display:block!important;object-fit:cover!important}
#jood-app .jood-checkout-v8__items article div{min-width:0}
#jood-app .jood-checkout-v8__items article div strong{display:block;color:var(--j8-ink);font-size:9.8px;font-weight:900}
#jood-app .jood-checkout-v8__items article div small,#jood-app .jood-checkout-v8__items article div em{display:block;margin-top:2px;color:var(--j8-muted);font-size:8px;font-style:normal;line-height:1.45}
#jood-app .jood-checkout-v8__items article>b{color:var(--j8-navy);font-size:9.5px;white-space:nowrap}
#jood-app .jood-checkout-v8__totals{display:grid;gap:7px;padding:3px 2px 0}
#jood-app .jood-checkout-v8__totals>div{display:flex;align-items:center;justify-content:space-between;gap:12px;color:#69645e;font-size:9.5px}
#jood-app .jood-checkout-v8__totals strong{color:var(--j8-ink);font-size:10px}
#jood-app .jood-checkout-v8__totals .is-discount strong{color:var(--j8-success)}
#jood-app .jood-checkout-v8__totals .is-total{margin-top:3px;padding-top:10px;border-top:1px solid var(--j8-line);color:var(--j8-navy);font-size:12px;font-weight:950}
#jood-app .jood-checkout-v8__totals .is-total strong{color:var(--j8-navy);font-size:20px;font-weight:950}

#jood-app .jood-checkout-v8__note{border:1px solid var(--j8-line);border-radius:16px;background:#fff;overflow:hidden}
#jood-app .jood-checkout-v8__note summary{display:grid;grid-template-columns:30px minmax(0,1fr) auto;align-items:center;gap:8px;padding:10px 12px;cursor:pointer;list-style:none}
#jood-app .jood-checkout-v8__note summary::-webkit-details-marker{display:none}
#jood-app .jood-checkout-v8__note summary>.jood-svg-icon{width:22px;height:22px;color:var(--j8-gold)}
#jood-app .jood-checkout-v8__note summary strong{display:block;color:var(--j8-navy);font-size:10px}
#jood-app .jood-checkout-v8__note summary small{display:block;margin-top:1px;color:var(--j8-muted);font-size:8px}
#jood-app .jood-checkout-v8__note summary>b{color:var(--j8-navy);font-size:18px}
#jood-app .jood-checkout-v8__note textarea{width:calc(100% - 20px)!important;min-height:78px!important;margin:0 10px 10px!important;padding:10px!important;border:1px solid var(--j8-line)!important;border-radius:12px!important;background:#fbfaf8!important;font:inherit!important;font-size:10px!important;resize:vertical!important;box-shadow:none!important}

#jood-app .jood-checkout-v8__payment-card{position:relative;padding-bottom:13px}
#jood-app .jood-checkout-v8__payment-card.is-refreshing:after{content:"";position:absolute;inset:0;border-radius:20px;background:rgba(255,255,255,.66);backdrop-filter:blur(1px);z-index:8;pointer-events:none}

/* Native WooCommerce payment host: source of truth for every gateway. */
#jood-app .jood-checkout-v8__privacy-note{margin:9px 2px 0!important;color:#8b857e;font-size:8.4px;line-height:1.55;text-align:center}
#jood-app .jood-checkout-v8__privacy-note a{color:var(--j8-navy);font-weight:800}

/* V9: native payment methods stay in place and are styled as a lightweight accordion. */
#jood-app .jood-checkout-v9__payment-intro{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:0 0 10px;padding:9px 11px;border:1px solid var(--j8-line);border-radius:13px;background:var(--j8-soft)}
#jood-app .jood-checkout-v9__payment-intro strong{color:var(--j8-navy);font-size:10.5px;font-weight:950}
#jood-app .jood-checkout-v9__payment-intro span{color:#817b74;font-size:8.8px;font-weight:700;line-height:1.5;text-align:left}
#jood-app .jood-checkout-v8__native-payment-host{margin-top:0!important}
#jood-app .jood-checkout-v8__native-payment-host #payment.woocommerce-checkout-payment{margin:0!important;padding:0!important;border:0!important;background:transparent!important}
#jood-app .jood-checkout-v8__native-payment-host #payment>.wc_payment_methods{display:grid!important;gap:8px!important;list-style:none!important;margin:0!important;padding:0!important;border:0!important;background:transparent!important}
#jood-app .jood-checkout-v8__native-payment-host li.wc_payment_method{position:relative!important;margin:0!important;padding:0!important;border:1px solid var(--j8-line)!important;border-radius:15px!important;background:#fff!important;box-shadow:none!important;overflow:hidden!important;transition:border-color .15s ease,box-shadow .15s ease!important}
#jood-app .jood-checkout-v8__native-payment-host li.wc_payment_method.is-selected{border-color:var(--j8-navy)!important;box-shadow:0 0 0 1px var(--j8-navy)!important}
#jood-app .jood-checkout-v8__native-payment-host li.wc_payment_method>input.input-radio{position:absolute!important;inset-inline-start:13px!important;top:22px!important;width:20px!important;height:20px!important;margin:0!important;opacity:1!important;accent-color:var(--j8-navy)!important;z-index:2!important;cursor:pointer!important}
#jood-app .jood-checkout-v8__native-payment-host li.wc_payment_method>label{min-height:63px;display:flex!important;align-items:center!important;gap:9px!important;margin:0!important;padding:10px 44px 10px 11px!important;background:#fff!important;color:var(--j8-navy)!important;font:inherit!important;font-size:11.3px!important;font-weight:900!important;line-height:1.45!important;cursor:pointer!important;white-space:normal!important}
#jood-app .jood-checkout-v8__native-payment-host li.wc_payment_method>label:after{content:"⌄";display:grid;place-items:center;width:24px;height:24px;flex:0 0 24px;margin-inline-start:auto;border-radius:8px;background:var(--j8-soft);color:#8c857d;font-size:14px;font-weight:900;transition:transform .15s ease,background .15s ease,color .15s ease}
#jood-app .jood-checkout-v8__native-payment-host li.wc_payment_method.is-selected>label:after{transform:rotate(180deg);background:var(--j8-navy);color:#fff}
#jood-app .jood-checkout-v8__native-payment-host li.wc_payment_method>label img{display:block!important;float:none!important;width:auto!important;height:auto!important;max-width:96px!important;max-height:29px!important;margin:0 0 0 6px!important;object-fit:contain!important}
#jood-app .jood-checkout-v8__native-payment-host li.wc_payment_method>label svg{max-width:96px!important;max-height:29px!important;margin:0 0 0 6px!important}
#jood-app .jood-checkout-v8__native-payment-host li.wc_payment_method .payment_box{float:none!important;width:auto!important;max-width:none!important;margin:0 9px 9px!important;padding:10px!important;border:1px solid #eee7df!important;border-radius:12px!important;background:#faf8f5!important;color:#5f5a54!important;font-size:9.5px!important;line-height:1.65!important;box-shadow:none!important;overflow:visible!important}
#jood-app .jood-checkout-v8__native-payment-host li.wc_payment_method .payment_box:before{display:none!important}
#jood-app .jood-checkout-v8__native-payment-host li.wc_payment_method .payment_box p{margin:0 0 6px!important;font-size:inherit!important;line-height:inherit!important}
#jood-app .jood-checkout-v8__native-payment-host li.wc_payment_method .payment_box p:last-child{margin-bottom:0!important}
#jood-app .jood-checkout-v8__native-payment-host li.wc_payment_method .payment_box iframe,#jood-app .jood-checkout-v8__native-payment-host li.wc_payment_method .payment_box img,#jood-app .jood-checkout-v8__native-payment-host li.wc_payment_method .payment_box svg{max-width:100%!important}
#jood-app .jood-checkout-v8__native-payment-host li.wc_payment_method .payment_box input,#jood-app .jood-checkout-v8__native-payment-host li.wc_payment_method .payment_box select,#jood-app .jood-checkout-v8__native-payment-host li.wc_payment_method .payment_box textarea{max-width:100%!important;border-radius:10px!important}
#jood-app .jood-checkout-v8__native-payment-host #payment>.form-row.place-order{margin:10px 0 0!important;padding:0!important;border:0!important;background:transparent!important}
#jood-app .jood-checkout-v8__native-payment-host .woocommerce-privacy-policy-text{display:none!important}
#jood-app .jood-checkout-v8__native-payment-host .woocommerce-terms-and-conditions-wrapper{margin:8px 0!important}
#jood-app .jood-checkout-v8__native-payment-host .woocommerce-form__label-for-checkbox{display:flex!important;align-items:flex-start!important;gap:7px!important;margin:0!important;padding:9px 10px!important;border-radius:12px!important;background:var(--j8-soft)!important;color:#5e5953!important;font-size:9px!important;line-height:1.55!important}
#jood-app .jood-checkout-v8__native-payment-host .woocommerce-form__label-for-checkbox input{margin-top:2px!important;accent-color:var(--j8-navy)}
#jood-app .jood-checkout-v8__native-payment-host #place_order{width:100%!important;min-height:58px!important;margin:8px 0 0!important;padding:13px 16px!important;border:0!important;border-radius:16px!important;background:var(--j8-navy)!important;color:#fff!important;font:inherit!important;font-size:12.5px!important;font-weight:950!important;line-height:1.3!important;text-align:center!important;box-shadow:0 10px 22px rgba(30,42,68,.16)!important;cursor:pointer!important;float:none!important;transition:.16s ease!important}
#jood-app .jood-checkout-v8__native-payment-host #place_order:hover{background:var(--j8-navy-2)!important;transform:translateY(-1px)}
#jood-app .jood-checkout-v8__native-payment-host #place_order:disabled{opacity:.45!important;box-shadow:none!important;transform:none!important;cursor:not-allowed!important}
#jood-app .jood-checkout-v8__native-payment-host .woocommerce-error,#jood-app .jood-checkout-v8__native-payment-host .woocommerce-info,#jood-app .jood-checkout-v8__native-payment-host .woocommerce-message{margin:0 0 8px!important;padding:10px 11px!important;border:1px solid var(--j8-line)!important;border-radius:12px!important;background:#fff9f1!important;color:#6b6258!important;font-size:9.5px!important;line-height:1.6!important}
#jood-app .jood-checkout-v8 .blockUI.blockOverlay{border-radius:18px!important;background:rgba(255,255,255,.7)!important}

@media(max-width:760px){
  #jood-app.jood-app-shell-view-checkout .jood-app-main{width:calc(100% - 14px)!important;padding:7px 0 18px!important}
  #jood-app .jood-checkout-v8__topbar{top:5px;grid-template-columns:40px minmax(0,1fr) auto;padding:8px 9px;border-radius:17px;box-shadow:none}
  #jood-app .jood-checkout-v8__back{width:39px;height:39px;border-radius:11px}
  #jood-app .jood-checkout-v8__title h1{font-size:20px}
  #jood-app .jood-checkout-v8__secure{padding:6px 7px;font-size:8.5px}
  #jood-app .jood-checkout-v8__secure b{display:none}
  #jood-app .jood-checkout-v8__order-pill{padding:9px 10px;border-radius:14px}
  #jood-app .jood-checkout-v8__grid{grid-template-columns:1fr}
  #jood-app .jood-checkout-v8__card{padding:12px;border-radius:17px;box-shadow:none}
  #jood-app .jood-checkout-v8__card-head{grid-template-columns:34px minmax(0,1fr) auto;margin-bottom:9px}
  #jood-app .jood-checkout-v8__step{width:32px;height:32px;border-radius:10px}
  #jood-app .jood-checkout-v8__card-head h2{font-size:15.5px}
  #jood-app .jood-checkout-v8__fields{grid-template-columns:1fr;gap:8px}
  #jood-app .jood-checkout-v8__fields .is-wide{grid-column:auto}
  #jood-app .jood-checkout-v8__fields input{height:45px!important}
  #jood-app .jood-checkout-v8__address-card{grid-template-columns:40px minmax(0,1fr);padding:9px}
  #jood-app .jood-checkout-v8__address-icon{width:38px;height:38px;border-radius:11px}
  #jood-app .jood-checkout-v8__totals .is-total strong{font-size:18px}
  #jood-app .jood-checkout-v8__native-payment-host #place_order{min-height:56px!important;border-radius:14px!important;font-size:12px!important}
  #jood-app .jood-checkout-v9__payment-intro{align-items:flex-start;flex-direction:column;padding:8px 9px}
  #jood-app .jood-checkout-v9__payment-intro span{text-align:right}
  #jood-app .jood-checkout-v8__native-payment-host li.wc_payment_method>label{min-height:59px!important;padding:9px 42px 9px 9px!important;font-size:10.7px!important}
  #jood-app .jood-checkout-v8__native-payment-host li.wc_payment_method>input.input-radio{top:20px!important;inset-inline-start:12px!important}
  #jood-app .jood-checkout-v8__native-payment-host li.wc_payment_method>label img{max-width:80px!important;max-height:26px!important}
}

@media(max-width:390px){
  #jood-app .jood-checkout-v8__order-pill{grid-template-columns:1fr 1fr}
  #jood-app .jood-checkout-v8__order-pill>a{grid-column:1/-1;text-align:center}
}
