/* Zone Deals / Proofora premium WooCommerce cart + checkout styling. */
:root{
  --zd-wc-bg:#eef4fb;
  --zd-wc-card:#ffffff;
  --zd-wc-card-soft:#f8fbff;
  --zd-wc-ink:#081633;
  --zd-wc-muted:#667696;
  --zd-wc-border:#dbe6f4;
  --zd-wc-border-strong:#c3d2e7;
  --zd-wc-blue:#1368ff;
  --zd-wc-blue-2:#0b54d8;
  --zd-wc-navy:#07143a;
  --zd-wc-green:#12a370;
  --zd-wc-red:#d91f45;
  --zd-wc-radius-lg:28px;
  --zd-wc-radius:18px;
  --zd-wc-shadow:0 28px 80px rgba(8,22,51,.10);
  --zd-wc-shadow-soft:0 16px 44px rgba(8,22,51,.08);
}

body.woocommerce-cart,
body.woocommerce-checkout,
body.woocommerce-account{
  background:
    radial-gradient(circle at 12% 4%,rgba(19,104,255,.10),transparent 34rem),
    radial-gradient(circle at 88% 20%,rgba(124,181,255,.20),transparent 32rem),
    linear-gradient(180deg,#eef4fb 0%,#f8fbff 52%,#eef4fb 100%);
}

.woocommerce-cart .site-main,
.woocommerce-checkout .site-main{
  position:relative;
  padding:10px 0 64px;
}

.woocommerce-cart .site-main:before,
.woocommerce-checkout .site-main:before{
  content:"";
  position:absolute;
  inset:0 0 auto 0;
  height:280px;
  pointer-events:none;
  background:linear-gradient(180deg,rgba(255,255,255,.54),rgba(255,255,255,0));
  z-index:-1;
}

.woocommerce-cart .site-main .woocommerce,
.woocommerce-checkout .site-main .woocommerce,
.woocommerce-account .site-main .woocommerce,
.elementor-shortcode > .woocommerce{
  width:min(calc(100% - 40px),1180px);
  margin:0 auto;
  color:var(--zd-wc-ink);
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}

.woocommerce-cart .elementor-widget-shortcode,
.woocommerce-checkout .elementor-widget-shortcode{
  margin-top:0;
}

.woocommerce-cart .woocommerce h1,
.woocommerce-cart .woocommerce h2,
.woocommerce-cart .woocommerce h3,
.woocommerce-checkout .woocommerce h1,
.woocommerce-checkout .woocommerce h2,
.woocommerce-checkout .woocommerce h3{
  color:var(--zd-wc-ink);
  letter-spacing:-.04em;
  line-height:1.08;
}

.proofora-checkout-hero{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:28px;
  align-items:end;
  margin:26px 0 22px;
  padding:30px;
  border:1px solid rgba(195,210,231,.72);
  border-radius:var(--zd-wc-radius-lg);
  background:
    radial-gradient(circle at 92% 10%,rgba(19,104,255,.14),transparent 19rem),
    linear-gradient(135deg,rgba(255,255,255,.96),rgba(248,251,255,.82));
  box-shadow:var(--zd-wc-shadow-soft);
  overflow:hidden;
  position:relative;
}
.proofora-checkout-hero:after{
  content:"";
  position:absolute;
  right:34px;
  top:28px;
  width:104px;
  height:104px;
  border-radius:36px;
  border:1px solid rgba(19,104,255,.20);
  background:linear-gradient(135deg,rgba(19,104,255,.14),rgba(255,255,255,.34));
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.44),0 18px 44px rgba(19,104,255,.14);
  transform:rotate(-10deg);
  pointer-events:none;
}
.proofora-checkout-hero__content{position:relative;z-index:1;max-width:700px}
.proofora-checkout-hero__eyebrow{
  display:inline-flex;
  align-items:center;
  gap:8px;
  width:max-content;
  margin-bottom:14px;
  padding:8px 13px;
  border:1px solid rgba(19,104,255,.24);
  border-radius:999px;
  background:rgba(19,104,255,.06);
  color:var(--zd-wc-blue-2);
  font-size:12px;
  font-weight:850;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.proofora-checkout-hero__eyebrow:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--zd-wc-green);box-shadow:0 0 0 5px rgba(18,163,112,.12)}
.proofora-checkout-hero h1{margin:0;font-size:clamp(2.15rem,4.2vw,4.2rem);max-width:760px}
.proofora-checkout-hero p{margin:16px 0 0;color:#475a7f;font-size:17px;line-height:1.62;max-width:620px}
.proofora-checkout-hero__badges{position:relative;z-index:1;display:grid;gap:9px;min-width:235px}
.proofora-checkout-hero__badges span{
  display:flex;
  align-items:center;
  gap:8px;
  padding:11px 13px;
  border:1px solid rgba(219,230,244,.86);
  border-radius:999px;
  background:rgba(255,255,255,.72);
  color:#4b5e7d;
  font-size:13px;
  font-weight:750;
  box-shadow:0 8px 24px rgba(8,22,51,.05);
  backdrop-filter:blur(12px);
}
.proofora-checkout-hero__badges span:before{content:"✓";display:grid;place-items:center;width:18px;height:18px;border-radius:50%;background:rgba(18,163,112,.12);color:var(--zd-wc-green);font-size:11px;font-weight:900}

.woocommerce .woocommerce-notices-wrapper{margin:18px 0}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message{
  display:block;
  margin:0 0 18px!important;
  padding:17px 20px 17px 52px!important;
  border:1px solid var(--zd-wc-border)!important;
  border-left:4px solid var(--zd-wc-blue)!important;
  border-radius:18px!important;
  background:rgba(255,255,255,.82)!important;
  box-shadow:0 12px 36px rgba(8,22,51,.06)!important;
  color:#405174!important;
  font-weight:600;
  line-height:1.55;
}
.woocommerce-message{border-left-color:var(--zd-wc-green)!important}
.woocommerce-error{border-left-color:var(--zd-wc-red)!important}
.woocommerce-error:before,.woocommerce-info:before,.woocommerce-message:before{top:18px!important;left:20px!important;color:var(--zd-wc-blue)!important}
.woocommerce-message:before{color:var(--zd-wc-green)!important}.woocommerce-error:before{color:var(--zd-wc-red)!important}
.woocommerce-info a,
.woocommerce-message a{font-weight:800;color:var(--zd-wc-blue-2);text-decoration:none}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register{
  border:1px solid rgba(219,230,244,.9)!important;
  border-radius:22px!important;
  background:rgba(255,255,255,.82)!important;
  box-shadow:var(--zd-wc-shadow-soft)!important;
  padding:22px!important;
}
.woocommerce form.checkout_coupon p{margin-top:0;color:#5a6d8e;font-weight:600}
.woocommerce form.checkout_coupon .form-row{margin-bottom:0}

.woocommerce form .form-row{padding:0;margin:0 0 16px}
.woocommerce form .form-row label{
  margin:0 0 7px;
  color:#17213c;
  font-size:13px;
  font-weight:800;
  line-height:1.3;
}
.woocommerce form .form-row label .required{color:var(--zd-wc-red);text-decoration:none}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.select2-container--default .select2-selection--single{
  min-height:48px;
  border:1px solid var(--zd-wc-border-strong)!important;
  border-radius:14px!important;
  background:#fff!important;
  color:#12203e!important;
  font-size:15px;
  font-weight:600;
  box-shadow:0 1px 0 rgba(8,22,51,.02),0 0 0 0 rgba(19,104,255,0);
  transition:border-color .18s ease,box-shadow .18s ease,background .18s ease;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea{
  padding:13px 14px;
}
.woocommerce form .form-row textarea{min-height:116px;resize:vertical}
.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus,
.woocommerce form .form-row select:focus,
.select2-container--default.select2-container--open .select2-selection--single{
  outline:none;
  border-color:rgba(19,104,255,.64)!important;
  box-shadow:0 0 0 4px rgba(19,104,255,.10);
}
.select2-container--default .select2-selection--single .select2-selection__rendered{line-height:48px;color:#12203e;padding-left:14px;font-weight:600}
.select2-container--default .select2-selection--single .select2-selection__arrow{height:48px;right:9px}
.select2-dropdown{border-color:var(--zd-wc-border-strong)!important;border-radius:14px!important;overflow:hidden;box-shadow:var(--zd-wc-shadow-soft)}
.woocommerce form .form-row .optional{color:#8090ab;font-weight:650}
.woocommerce form .form-row-first,
.woocommerce form .form-row-last{width:calc(50% - 8px)}
.woocommerce form .form-row-first{margin-right:16px}

.woocommerce-cart form.woocommerce-cart-form,
.woocommerce-cart .cart-collaterals .cart_totals,
.woocommerce-checkout form.checkout .col2-set,
.woocommerce-checkout #order_review,
.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content{
  border:1px solid rgba(219,230,244,.94);
  border-radius:var(--zd-wc-radius-lg);
  background:rgba(255,255,255,.88);
  box-shadow:var(--zd-wc-shadow-soft);
  backdrop-filter:blur(14px);
}

.woocommerce-cart table.shop_table,
.woocommerce-checkout table.shop_table,
.woocommerce-account table.shop_table{
  overflow:hidden;
  margin:0!important;
  border:1px solid rgba(219,230,244,.94)!important;
  border-collapse:separate!important;
  border-spacing:0;
  border-radius:22px!important;
  background:#fff;
  color:var(--zd-wc-ink);
  box-shadow:0 10px 30px rgba(8,22,51,.04);
}
.woocommerce table.shop_table th{
  padding:17px 18px!important;
  border-bottom:1px solid var(--zd-wc-border)!important;
  background:linear-gradient(180deg,#f8fbff,#f3f7fc);
  color:#111d39;
  font-size:13px;
  font-weight:900;
  letter-spacing:.01em;
}
.woocommerce table.shop_table td{
  padding:18px!important;
  border-top:0!important;
  border-bottom:1px solid #edf3fa!important;
  color:#14213d;
  font-size:15px;
  font-weight:650;
}
.woocommerce table.shop_table tr:last-child td{border-bottom:0!important}
.woocommerce table.shop_table tfoot th,
.woocommerce table.shop_table tfoot td{background:#fbfdff;font-weight:850}
.woocommerce table.shop_table .product-name a{color:var(--zd-wc-ink);font-weight:850;text-decoration:none}
.woocommerce table.shop_table .product-name a:hover{color:var(--zd-wc-blue)}
.woocommerce table.shop_table .product-thumbnail img{width:58px;border-radius:14px;box-shadow:0 8px 18px rgba(8,22,51,.08)}
.woocommerce table.shop_table .product-price,
.woocommerce table.shop_table .product-subtotal,
.woocommerce table.shop_table .order-total,
.woocommerce table.shop_table .recurring-total,
.woocommerce table.shop_table .cart-subtotal{white-space:nowrap}
.woocommerce table.shop_table .subscription-details,
.woocommerce table.shop_table small,
.woocommerce table.shop_table .first-payment-date{color:#6b7b99;font-size:12px;font-weight:650}

.woocommerce-cart form.woocommerce-cart-form{padding:16px;margin:18px 0 22px}
.woocommerce-cart .cart-collaterals{display:flex;justify-content:flex-end;margin-top:24px}
.woocommerce-cart .cart-collaterals .cart_totals{
  width:min(100%,550px)!important;
  padding:22px;
}
.woocommerce-cart .cart-collaterals .cart_totals h2{
  margin:0 0 17px;
  font-size:28px;
  letter-spacing:-.045em;
}
.woocommerce-cart .cart-collaterals .shop_table{border-radius:20px!important}
.woocommerce-cart table.cart td.actions{
  padding:16px!important;
  background:#fbfdff;
}
.woocommerce-cart table.cart td.actions .coupon{
  display:flex;
  align-items:center;
  gap:10px;
}
.woocommerce-cart table.cart td.actions .coupon .input-text{
  width:210px!important;
  min-height:46px;
  padding:12px 14px!important;
  border:1px solid var(--zd-wc-border-strong)!important;
  border-radius:999px!important;
  font-weight:700;
}
.woocommerce-cart .product-remove a.remove{
  display:grid!important;
  place-items:center;
  width:34px;
  height:34px;
  border-radius:50%!important;
  color:var(--zd-wc-red)!important;
  background:rgba(217,31,69,.08);
  font-size:24px!important;
  line-height:1!important;
}
.woocommerce-cart .product-remove a.remove:hover{background:var(--zd-wc-red)!important;color:#fff!important}
.woocommerce .quantity .qty{
  width:72px;
  min-height:42px;
  border:1px solid var(--zd-wc-border-strong);
  border-radius:12px;
  background:#fff;
  color:#17213c;
  font-weight:800;
}

.woocommerce-checkout form.checkout{
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);
  gap:28px;
  align-items:start;
  margin-top:20px;
}
.woocommerce-checkout form.checkout:before,
.woocommerce-checkout form.checkout:after{display:none!important}
.woocommerce-checkout form.checkout .col2-set{
  grid-column:1;
  grid-row:1 / span 2;
  width:100%!important;
  padding:28px;
}
.woocommerce-checkout form.checkout .col2-set:before,
.woocommerce-checkout form.checkout .col2-set:after{display:none!important}
.woocommerce-checkout form.checkout .col-1,
.woocommerce-checkout form.checkout .col-2{
  float:none!important;
  width:100%!important;
}
.woocommerce-checkout form.checkout .col-2{margin-top:24px}
.woocommerce-checkout form.checkout h3{
  margin:0 0 20px;
  font-size:24px;
  letter-spacing:-.04em;
}
.woocommerce-checkout #order_review_heading{
  grid-column:2;
  grid-row:1;
  margin:0;
  padding:22px 26px 0;
  border:1px solid rgba(219,230,244,.94);
  border-bottom:0;
  border-radius:var(--zd-wc-radius-lg) var(--zd-wc-radius-lg) 0 0;
  background:rgba(255,255,255,.88);
  box-shadow:var(--zd-wc-shadow-soft);
  font-size:24px;
  align-self:end;
}
.woocommerce-checkout #order_review{
  grid-column:2;
  grid-row:2;
  margin-top:-28px;
  padding:64px 22px 22px;
  border-top-left-radius:0;
  border-top-right-radius:0;
  position:sticky;
  top:96px;
}
.admin-bar.woocommerce-checkout #order_review{top:128px}
.woocommerce-checkout #order_review table.shop_table{border-radius:20px!important}
.woocommerce-checkout-review-order-table .product-name{width:58%}
.woocommerce-checkout-review-order-table .product-total{text-align:right}
.woocommerce-checkout-review-order-table .cart_item td{background:#fff}
.woocommerce-checkout-review-order-table .order-total th,
.woocommerce-checkout-review-order-table .order-total td,
.woocommerce-checkout-review-order-table .recurring-total th,
.woocommerce-checkout-review-order-table .recurring-total td{
  color:#061230;
  font-size:16px;
}
.woocommerce-checkout-review-order-table .order-total .amount,
.woocommerce-checkout-review-order-table .recurring-total .amount{font-weight:950}
.woocommerce-checkout #payment{
  margin-top:18px;
  border:1px solid rgba(219,230,244,.94);
  border-radius:22px;
  background:linear-gradient(180deg,#fbfdff,#f4f8fd)!important;
  overflow:hidden;
}
.woocommerce-checkout #payment ul.payment_methods{
  padding:18px!important;
  border-bottom:1px solid var(--zd-wc-border)!important;
}
.woocommerce-checkout #payment ul.payment_methods li{
  padding:14px;
  border:1px solid var(--zd-wc-border);
  border-radius:16px;
  background:#fff;
  color:#17213c;
  font-weight:750;
}
.woocommerce-checkout #payment div.payment_box{
  margin:12px 0 0!important;
  border-radius:14px;
  background:#f4f8fd!important;
  color:#4e5f7d!important;
  font-weight:600;
  line-height:1.55;
}
.woocommerce-checkout #payment div.payment_box:before{border-bottom-color:#f4f8fd!important}
.woocommerce-checkout #payment .place-order{
  padding:18px!important;
  margin:0!important;
}
.woocommerce-checkout #payment .woocommerce-privacy-policy-text{
  color:#61728f;
  font-size:12px;
  line-height:1.65;
  font-weight:600;
}
.woocommerce-checkout #payment .woocommerce-privacy-policy-text a{color:var(--zd-wc-blue-2);font-weight:800;text-decoration:none}

.woocommerce button.button,
.woocommerce a.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit.alt,
.woocommerce-checkout #place_order{
  min-height:48px;
  border:0!important;
  border-radius:999px!important;
  background:linear-gradient(135deg,var(--zd-wc-navy),#102a78)!important;
  color:#fff!important;
  padding:13px 22px!important;
  font-size:15px!important;
  font-weight:900!important;
  line-height:1.2!important;
  text-decoration:none!important;
  box-shadow:0 18px 40px rgba(7,20,58,.22)!important;
  transition:transform .18s ease,box-shadow .18s ease,filter .18s ease!important;
}
.woocommerce button.button:hover,
.woocommerce a.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce-checkout #place_order:hover{
  transform:translateY(-1px);
  filter:brightness(1.06);
  box-shadow:0 22px 46px rgba(7,20,58,.28)!important;
}
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled]{
  background:#e8eef7!important;
  color:#7c889d!important;
  box-shadow:none!important;
  cursor:not-allowed;
  transform:none;
}
.woocommerce-cart .wc-proceed-to-checkout{padding:18px 0 0!important}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{
  display:flex!important;
  align-items:center;
  justify-content:center;
  width:100%;
  min-height:64px;
  margin:0!important;
  font-size:20px!important;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:after,
.woocommerce-checkout #place_order:after{content:" →";font-weight:900}
.woocommerce-checkout #place_order{
  width:100%;
  min-height:62px;
  margin-top:12px;
  font-size:18px!important;
}
.woocommerce form.checkout_coupon button.button,
.woocommerce-cart table.cart td.actions button.button{
  min-height:46px;
  padding:12px 18px!important;
  background:#e9eef8!important;
  color:#25324d!important;
  box-shadow:none!important;
}
.woocommerce form.checkout_coupon button.button:hover,
.woocommerce-cart table.cart td.actions button.button:hover{background:#dbe6f4!important;color:#061230!important;transform:none}

.woocommerce .cart-empty{
  margin-top:32px!important;
  padding:34px!important;
  border-radius:28px!important;
  text-align:center;
}
.woocommerce .return-to-shop{text-align:center;margin-top:18px}
.woocommerce .return-to-shop a.button{min-width:240px}

.woocommerce-terms-and-conditions-wrapper{margin-top:8px}
.woocommerce form .woocommerce-invalid input.input-text,
.woocommerce form .woocommerce-invalid select,
.woocommerce form .woocommerce-invalid .select2-selection{border-color:rgba(217,31,69,.62)!important;box-shadow:0 0 0 4px rgba(217,31,69,.10)!important}
.woocommerce form .woocommerce-validated input.input-text,
.woocommerce form .woocommerce-validated select,
.woocommerce form .woocommerce-validated .select2-selection{border-color:rgba(18,163,112,.52)!important}

.woocommerce-account .woocommerce{
  display:grid;
  grid-template-columns:280px minmax(0,1fr);
  gap:24px;
  padding-top:32px;
}
.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content{padding:22px}
.woocommerce-account .woocommerce-MyAccount-navigation ul{margin:0;padding:0;list-style:none;display:grid;gap:8px}
.woocommerce-account .woocommerce-MyAccount-navigation a{display:block;padding:12px 14px;border-radius:14px;color:#405174;text-decoration:none;font-weight:800}
.woocommerce-account .woocommerce-MyAccount-navigation .is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation a:hover{background:#eef4fb;color:var(--zd-wc-blue-2)}

@media(max-width:980px){
  .proofora-checkout-hero{grid-template-columns:1fr;padding:24px}
  .proofora-checkout-hero__badges{display:flex;flex-wrap:wrap;min-width:0}
  .woocommerce-checkout form.checkout{grid-template-columns:1fr;gap:22px}
  .woocommerce-checkout form.checkout .col2-set,
  .woocommerce-checkout #order_review_heading,
  .woocommerce-checkout #order_review{grid-column:1;grid-row:auto}
  .woocommerce-checkout #order_review_heading{border-radius:var(--zd-wc-radius-lg) var(--zd-wc-radius-lg) 0 0}
  .woocommerce-checkout #order_review{margin-top:-22px;position:static;padding-top:58px}
  .woocommerce-cart .cart-collaterals{display:block}
  .woocommerce-cart .cart-collaterals .cart_totals{width:100%!important}
  .woocommerce-account .woocommerce{grid-template-columns:1fr}
}

@media(max-width:760px){
  .woocommerce-cart .site-main .woocommerce,
  .woocommerce-checkout .site-main .woocommerce,
  .woocommerce-account .site-main .woocommerce,
  .elementor-shortcode > .woocommerce{width:min(calc(100% - 28px),1180px)}
  .proofora-checkout-hero{margin-top:18px;border-radius:22px;padding:20px}
  .proofora-checkout-hero h1{font-size:2rem}
  .proofora-checkout-hero p{font-size:15px}
  .proofora-checkout-hero__badges span{font-size:12px;padding:9px 11px}
  .woocommerce table.shop_table_responsive tr,
  .woocommerce-page table.shop_table_responsive tr{
    display:block;
    margin:0 0 12px;
    border:1px solid var(--zd-wc-border);
    border-radius:18px;
    background:#fff;
    overflow:hidden;
  }
  .woocommerce table.shop_table_responsive tr:first-child{border-top:1px solid var(--zd-wc-border)}
  .woocommerce table.shop_table_responsive tr td,
  .woocommerce-page table.shop_table_responsive tr td{
    display:flex!important;
    align-items:center;
    justify-content:space-between;
    gap:16px;
    text-align:right!important;
    border-bottom:1px solid #edf3fa!important;
  }
  .woocommerce table.shop_table_responsive tr td:before,
  .woocommerce-page table.shop_table_responsive tr td:before{
    color:#52647f;
    font-weight:900;
    text-align:left;
  }
  .woocommerce-cart table.cart td.actions{display:block!important;text-align:left!important}
  .woocommerce-cart table.cart td.actions:before{display:none}
  .woocommerce-cart table.cart td.actions .coupon{display:grid;grid-template-columns:1fr;gap:10px;margin-bottom:12px}
  .woocommerce-cart table.cart td.actions .coupon .input-text{width:100%!important}
  .woocommerce form .form-row-first,
  .woocommerce form .form-row-last{width:100%;float:none;margin-right:0}
  .woocommerce-checkout form.checkout .col2-set,
  .woocommerce-checkout #order_review{padding:18px;border-radius:22px}
  .woocommerce-checkout #order_review_heading{padding:18px 20px 0;border-radius:22px 22px 0 0;font-size:22px}
  .woocommerce-checkout #order_review{padding-top:52px}
  .woocommerce-checkout #place_order{font-size:16px!important;min-height:58px}
  .woocommerce-cart form.woocommerce-cart-form{padding:12px;border-radius:22px}
  .woocommerce-cart .wc-proceed-to-checkout a.checkout-button{font-size:17px!important;min-height:58px}
}

@media(max-width:520px){
  .woocommerce-cart .site-main,
  .woocommerce-checkout .site-main{padding-bottom:42px}
  .proofora-checkout-hero__eyebrow{font-size:10px;white-space:normal}
  .proofora-checkout-hero:after{display:none}
  .woocommerce-error,
  .woocommerce-info,
  .woocommerce-message{padding:15px 16px!important;border-left-width:3px!important}
  .woocommerce-error:before,
  .woocommerce-info:before,
  .woocommerce-message:before{display:none!important}
  .woocommerce table.shop_table th,
  .woocommerce table.shop_table td{padding:14px!important;font-size:14px}
}

/* Premium account area: fixes WooCommerce My Account grid placement and adds Zone Deals account cards. */
.woocommerce-account .site-main{
  position:relative;
  padding:34px 0 72px;
}
.woocommerce-account .site-main:before{
  content:"";
  position:absolute;
  inset:0 0 auto 0;
  height:320px;
  pointer-events:none;
  background:linear-gradient(180deg,rgba(255,255,255,.56),rgba(255,255,255,0));
  z-index:-1;
}
.woocommerce-account .woocommerce{
  display:grid;
  grid-template-columns:minmax(230px,280px) minmax(0,1fr);
  grid-template-areas:
    "accountHero accountHero"
    "accountNotices accountNotices"
    "accountNav accountContent";
  gap:24px;
  align-items:start;
  padding-top:0;
}
.woocommerce-account .woocommerce > .proofora-account-hero{grid-area:accountHero}
.woocommerce-account .woocommerce > .woocommerce-notices-wrapper{grid-area:accountNotices}
.woocommerce-account .woocommerce > .woocommerce-notices-wrapper:empty{display:none}
.woocommerce-account .woocommerce-MyAccount-navigation{
  grid-area:accountNav;
  float:none!important;
  width:auto!important;
  margin:0!important;
  padding:18px!important;
  position:sticky;
  top:96px;
}
.admin-bar.woocommerce-account .woocommerce-MyAccount-navigation{top:128px}
.woocommerce-account .woocommerce-MyAccount-content{
  grid-area:accountContent;
  float:none!important;
  width:auto!important;
  min-width:0;
  margin:0!important;
  padding:28px!important;
}

.proofora-account-hero{
  position:relative;
  overflow:hidden;
  padding:28px;
  border:1px solid rgba(195,210,231,.72);
  border-radius:var(--zd-wc-radius-lg);
  background:
    radial-gradient(circle at 96% 0%,rgba(19,104,255,.16),transparent 24rem),
    radial-gradient(circle at 8% 16%,rgba(18,163,112,.10),transparent 22rem),
    linear-gradient(135deg,rgba(255,255,255,.96),rgba(248,251,255,.84));
  box-shadow:var(--zd-wc-shadow-soft);
  backdrop-filter:blur(14px);
}
.proofora-account-hero:after{
  content:"";
  position:absolute;
  right:34px;
  top:32px;
  width:120px;
  height:120px;
  border:1px solid rgba(19,104,255,.18);
  border-radius:38px;
  background:linear-gradient(135deg,rgba(19,104,255,.14),rgba(255,255,255,.30));
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.50),0 18px 44px rgba(19,104,255,.12);
  transform:rotate(-11deg);
  pointer-events:none;
}
.proofora-account-hero__top{
  position:relative;
  z-index:1;
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:28px;
  margin-bottom:0;
}
.proofora-account-hero__eyebrow{
  display:inline-flex;
  align-items:center;
  gap:8px;
  width:max-content;
  margin-bottom:12px;
  padding:8px 13px;
  border:1px solid rgba(19,104,255,.24);
  border-radius:999px;
  background:rgba(19,104,255,.06);
  color:var(--zd-wc-blue-2);
  font-size:12px;
  font-weight:850;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.proofora-account-hero__eyebrow:before{
  content:"";
  width:8px;
  height:8px;
  border-radius:50%;
  background:var(--zd-wc-green);
  box-shadow:0 0 0 5px rgba(18,163,112,.12);
}
.proofora-account-hero h1{
  margin:0;
  color:var(--zd-wc-ink);
  font-size:clamp(2rem,3.7vw,3.6rem);
  line-height:1.04;
  letter-spacing:-.055em;
}
.proofora-account-hero p{
  max-width:650px;
  margin:13px 0 0;
  color:#506384;
  font-size:15px;
  font-weight:650;
  line-height:1.65;
}
.proofora-account-hero__identity{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:46px minmax(0,1fr);
  gap:0 12px;
  align-items:center;
  min-width:282px;
  padding:14px;
  border:1px solid rgba(219,230,244,.86);
  border-radius:22px;
  background:rgba(255,255,255,.76);
  box-shadow:0 12px 32px rgba(8,22,51,.06);
}
.proofora-account-hero__identity>span{
  display:grid;
  place-items:center;
  width:46px;
  height:46px;
  border-radius:16px;
  background:linear-gradient(135deg,var(--zd-wc-navy),#102a78);
  color:#fff;
  font-size:19px;
  font-weight:950;
  text-transform:uppercase;
  box-shadow:0 14px 30px rgba(7,20,58,.18);
}
.proofora-account-hero__identity-copy{min-width:0}
.proofora-account-hero__identity-copy strong,
.proofora-account-hero__identity-copy small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.proofora-account-hero__identity-copy strong{color:#111d39;font-size:14px;font-weight:900}
.proofora-account-hero__identity-copy small{margin-top:3px;color:#6b7b99;font-size:11px;font-weight:700}
.proofora-account-mode-select{
  grid-column:1/-1;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(150px,1.15fr);
  gap:10px;
  align-items:end;
  margin:13px 0 0!important;
  padding-top:12px;
  border-top:1px solid #e3eaf4;
}
.proofora-account-mode-select label{display:grid;gap:2px;margin:0!important}
.proofora-account-mode-select label span{color:#71809a;font-size:9px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.proofora-account-mode-select label strong{color:#173e7a;font-size:13px;font-weight:950}
.proofora-account-mode-select__control{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:6px}
.proofora-account-mode-select select{
  min-width:0;
  height:36px;
  margin:0!important;
  padding:0 30px 0 10px!important;
  border:1px solid #cbd9eb!important;
  border-radius:10px!important;
  background-color:#fff!important;
  color:#17243b!important;
  font-size:11px!important;
  font-weight:850!important;
  box-shadow:none!important;
}
.proofora-account-mode-select button{
  min-height:36px!important;
  margin:0!important;
  padding:0 10px!important;
  border:0!important;
  border-radius:10px!important;
  background:#173e7a!important;
  color:#fff!important;
  font-size:10px!important;
  font-weight:900!important;
  box-shadow:none!important;
}
.proofora-account-mode-select button:hover{background:#0d2e62!important}
.proofora-account-cards{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}
.proofora-account-card{
  min-height:176px;
  padding:18px;
  border:1px solid rgba(219,230,244,.92);
  border-radius:22px;
  background:rgba(255,255,255,.78);
  box-shadow:0 10px 28px rgba(8,22,51,.05);
  display:flex;
  flex-direction:column;
  gap:8px;
}
.proofora-account-card__label{
  display:inline-flex;
  align-items:center;
  gap:7px;
  color:#6b7b99;
  font-size:11px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.proofora-account-card__label:before{
  content:"";
  width:7px;
  height:7px;
  border-radius:50%;
  background:var(--zd-wc-blue);
  box-shadow:0 0 0 4px rgba(19,104,255,.10);
}
.proofora-account-card--active .proofora-account-card__label:before,
.proofora-account-card--pending-cancel .proofora-account-card__label:before{background:var(--zd-wc-green);box-shadow:0 0 0 4px rgba(18,163,112,.12)}
.proofora-account-card--none .proofora-account-card__label:before{background:#9aa8bd;box-shadow:0 0 0 4px rgba(154,168,189,.12)}
.proofora-account-card strong{
  display:block;
  color:#0b1734;
  font-size:20px;
  font-weight:950;
  line-height:1.15;
  letter-spacing:-.035em;
}
.proofora-account-card p{
  margin:0;
  color:#5d6f8f;
  font-size:13px;
  font-weight:650;
  line-height:1.55;
}
.proofora-account-card dl{
  display:grid;
  gap:7px;
  margin:2px 0 0;
  padding:0;
}
.proofora-account-card dl div{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding-top:7px;
  border-top:1px solid #edf3fa;
}
.proofora-account-card dt,
.proofora-account-card dd{
  margin:0;
  font-size:12px;
  font-weight:750;
}
.proofora-account-card dt{color:#6c7d9a}
.proofora-account-card dd{color:#152341;text-align:right}
.proofora-account-card a{
  margin-top:auto;
  color:var(--zd-wc-blue-2);
  font-size:13px;
  font-weight:900;
  text-decoration:none;
}
.proofora-account-card a:hover{text-decoration:underline;text-underline-offset:.22em}

.proofora-owner-portfolio{
  display:grid;
  gap:16px;
  padding:22px;
  border:1px solid #dcebe6;
  border-radius:24px;
  background:linear-gradient(145deg,#fbfffd,#f1faf6);
  box-shadow:0 16px 40px rgba(8,38,29,.06);
}
.proofora-owner-portfolio__heading{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:16px;
}
.proofora-owner-portfolio__heading>div{display:grid;gap:3px}
.proofora-owner-portfolio__heading span{color:#15805c;font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.proofora-owner-portfolio__heading h3{margin:0;color:#0b1734;font-size:22px;font-weight:950;letter-spacing:-.035em}
.proofora-owner-portfolio__heading>a{color:#116a4c;font-size:12px;font-weight:900;text-decoration:none}
.proofora-owner-channel-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.proofora-owner-channel{
  display:grid;
  gap:14px;
  padding:18px;
  border:1px solid #dcebe6;
  border-radius:19px;
  background:#fff;
}
.proofora-owner-channel__top{display:flex;align-items:start;justify-content:space-between;gap:14px}
.proofora-owner-channel__top>div{min-width:0}
.proofora-owner-channel h4{overflow:hidden;margin:0;color:#10203d;font-size:16px;font-weight:950;text-overflow:ellipsis;white-space:nowrap}
.proofora-owner-channel h4+span{display:block;margin-top:3px;color:#6b7d96;font-size:11px;font-weight:700}
.proofora-owner-channel__score{
  display:grid;
  place-items:center;
  flex:0 0 54px;
  width:54px;
  height:54px;
  border-radius:16px;
  background:#e9f8f1;
  color:#106b4b;
  font-size:20px;
  font-weight:950;
  line-height:1;
}
.proofora-owner-channel__score small{font-size:8px;font-weight:900;letter-spacing:.06em;text-transform:uppercase}
.proofora-owner-channel__score.is-pending{width:auto;min-width:74px;padding:0 8px;background:#f1f4f8;color:#6f7e94;font-size:11px}
.proofora-owner-channel__badges{display:flex;flex-wrap:wrap;gap:6px}
.proofora-owner-channel__badges span{padding:5px 8px;border-radius:999px;background:#eff8f4;color:#176b50;font-size:9px;font-weight:850}
.proofora-owner-channel dl{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:0}
.proofora-owner-channel dl div{display:grid;gap:2px;padding:9px;border-radius:12px;background:#f7faf9}
.proofora-owner-channel dt,.proofora-owner-channel dd{margin:0}
.proofora-owner-channel dt{color:#75849a;font-size:9px;font-weight:750}
.proofora-owner-channel dd{color:#152341;font-size:14px;font-weight:950}
.proofora-owner-channel>a{color:#126a4d;font-size:12px;font-weight:900;text-decoration:none}
.proofora-owner-channel__result{display:grid;gap:3px;padding:10px 11px;border-radius:13px;background:#f3f8f6}
.proofora-owner-channel__result strong{color:#165f49;font-size:11px;font-weight:950}
.proofora-owner-channel__result p{margin:0!important;color:#64768a!important;font-size:10px!important;line-height:1.45!important}
.proofora-owner-channel--checking .proofora-owner-channel__result{background:#f3f6fa}
.proofora-owner-channel--checking .proofora-owner-channel__result strong{color:#53657c}
.proofora-owner-channel__recommendation{display:grid;gap:4px;padding:11px 12px;border-left:3px solid #64b996;border-radius:0 12px 12px 0;background:#f6fbf8}
.proofora-owner-channel__recommendation small{color:#17805d;font-size:8px;font-weight:950;letter-spacing:.08em;text-transform:uppercase}
.proofora-owner-channel__recommendation p{margin:0!important;color:#485d70!important;font-size:10px!important;line-height:1.5!important}
.proofora-owner-channel__actions{display:flex;flex-wrap:wrap;gap:8px}
.proofora-owner-channel__actions a{display:inline-flex;align-items:center;gap:5px;color:#126a4d!important;font-size:11px;font-weight:900!important;text-decoration:none!important}
.proofora-owner-channel__actions a:hover{text-decoration:underline!important;text-underline-offset:.2em}
.proofora-mode-overview__stats>div.is-preparing dt,.proofora-mode-overview__stats>div.is-preparing dd{color:#6f7e94}
.proofora-mode-overview__stats>div.is-preparing dd{font-size:11px}

/* 1.6.14 Seller trust and account summary */
.proofora-seller-trust-panel{
  display:grid;
  gap:14px;
  padding:20px 22px;
  border:1px solid #dbe6f4;
  border-radius:22px;
  background:#fff;
  box-shadow:0 14px 34px rgba(8,22,51,.055);
}
.proofora-seller-trust-panel__heading{display:flex;align-items:end;justify-content:space-between;gap:18px}
.proofora-seller-trust-panel__heading>div:first-child{display:grid;gap:4px}
.proofora-seller-trust-panel__heading>div:first-child>span{color:#1763ce;font-size:9px;font-weight:950;letter-spacing:.09em;text-transform:uppercase}
.proofora-seller-trust-panel__heading h3{margin:0!important;color:#0b1734!important;font-size:21px!important;font-weight:950!important;letter-spacing:-.035em!important}
.proofora-seller-trust-panel__heading p{margin:0!important;color:#6b7a93!important;font-size:11px!important;font-weight:650!important}
.proofora-seller-trust-panel__actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:7px}
.proofora-seller-trust-panel__actions a{
  display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:8px 12px;
  border:1px solid #175fca;border-radius:11px;background:#175fca;color:#fff!important;
  font-size:10px;font-weight:900!important;text-decoration:none!important
}
.proofora-seller-trust-panel__actions a.is-secondary{border-color:#d6e1ef;background:#fff;color:#26466f!important}
.proofora-seller-trust-grid{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(210px,.75fr);gap:10px}
.proofora-seller-trust-grid.is-without-plan{grid-template-columns:1fr}
.proofora-seller-trust-card,.proofora-seller-plan-card{min-width:0;padding:15px;border:1px solid #e1e9f4;border-radius:17px;background:#f9fbff}
.proofora-seller-trust-metrics{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
.proofora-seller-trust-metrics>div{display:grid;gap:2px;padding:12px;border:1px solid #e1e9f5;border-radius:14px;background:#fff}
.proofora-seller-trust-metrics strong{color:#102c59!important;font-size:24px!important;font-weight:950!important;line-height:1!important}
.proofora-seller-trust-metrics strong small{color:#7183a0;font-size:10px;font-weight:850}
.proofora-seller-trust-metrics span{margin-top:4px;color:#273e61;font-size:10px;font-weight:900}
.proofora-seller-trust-metrics em{overflow:hidden;color:#7b899f;font-size:9px;font-style:normal;font-weight:700;text-overflow:ellipsis;white-space:nowrap}
.proofora-seller-completeness{display:grid;gap:6px;margin-top:10px}
.proofora-seller-completeness>div:first-child{display:flex;align-items:center;justify-content:space-between;gap:12px}
.proofora-seller-completeness span{color:#667791;font-size:10px;font-weight:800}
.proofora-seller-completeness strong{color:#133d79!important;font-size:12px!important;font-weight:950!important}
.proofora-seller-completeness__bar{height:6px;overflow:hidden;border-radius:999px;background:#dfe9f7}
.proofora-seller-completeness__bar i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#1865d1,#2fa97c)}
.proofora-seller-trust-signals{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;margin:11px 0 0}
:where(.proofora-seller-trust-signals).is-without-escrow{grid-template-columns:repeat(3,minmax(0,1fr))}
.proofora-seller-trust-signals>div{display:grid;gap:3px;padding:8px;border:1px solid #e5ebf4;border-radius:11px;background:#fff}
.proofora-seller-trust-signals dt{color:#7b899e;font-size:8px;font-weight:850}
.proofora-seller-trust-signals dd{margin:0;color:#17345f;font-size:13px;font-weight:950}
.proofora-seller-trust-note{display:block;margin-top:9px;color:#8793a5;font-size:8px;font-weight:650;line-height:1.45}
.proofora-seller-plan-card{display:flex;flex-direction:column;background:linear-gradient(145deg,#102d5b,#0a1f43);color:#fff}
.proofora-seller-plan-card>span{color:#a8c9fa;font-size:9px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.proofora-seller-plan-card__title{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:11px}
.proofora-seller-plan-card__title strong{color:#fff!important;font-size:21px!important;font-weight:950!important}
.proofora-seller-plan-card__title small{padding:5px 7px;border:1px solid rgba(255,255,255,.2);border-radius:999px;background:rgba(255,255,255,.09);color:#dbeaff;font-size:8px;font-weight:900}
.proofora-seller-plan-card p{margin:12px 0!important;color:#c5d6ee!important;font-size:10px!important;font-weight:650!important;line-height:1.5!important}
.proofora-seller-plan-card>a{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:auto;padding-top:10px;border-top:1px solid rgba(255,255,255,.13);color:#fff!important;font-size:10px;font-weight:900!important;text-decoration:none!important}
.proofora-seller-review-preview{display:grid;gap:8px;padding-top:2px}
.proofora-seller-review-preview__heading{display:flex;align-items:center;justify-content:space-between;gap:12px}
.proofora-seller-review-preview__heading strong{color:#263c5e!important;font-size:10px!important;font-weight:950!important}
.proofora-seller-review-preview__heading small{color:#8a97aa;font-size:8px;font-weight:750}
.proofora-seller-review-preview__list{border-top:1px solid #e4ebf4}
.proofora-seller-review-preview__item{min-width:0;padding:11px 0;border:0;border-bottom:1px solid #e4ebf4;border-radius:0;background:transparent}
.proofora-seller-review-preview__meta{display:flex;align-items:center;gap:7px}
.proofora-seller-review-preview__meta strong{color:#e49a28!important;font-size:11px!important;letter-spacing:.06em}
.proofora-seller-review-preview__meta small{color:#98a3b3;font-size:8px}
.proofora-seller-review-preview__source{display:inline-flex;padding:3px 6px;border-radius:999px;background:#edf4ff;color:#315f9d!important;font-weight:850}
.proofora-seller-review-preview__date{margin-left:auto}
.proofora-seller-review-preview__comment,.proofora-seller-review-preview__empty{margin:5px 0 0!important;color:#52657f!important;font-size:10px!important;font-weight:650!important;line-height:1.5!important}
.proofora-seller-review-preview__empty{padding:10px 12px;border:1px dashed #d8e2ef;border-radius:12px;background:#fbfdff}
.proofora-seller-review-reply{display:grid!important;justify-content:initial!important;gap:2px!important;margin-top:8px;padding-left:10px;border-left:2px solid #d8e5f4}
.proofora-seller-review-reply small{color:#77879e!important;font-size:8px!important;font-weight:850}
.proofora-seller-review-reply p{margin:0!important;color:#5c6f89!important;font-size:9px!important;line-height:1.45!important}
.proofora-seller-review-reply-editor{margin-top:7px}
.proofora-seller-review-reply-editor summary{display:inline-flex;align-items:center;min-height:26px;padding:4px 8px;border:1px solid #d6e1ef;border-radius:8px;background:#fff;color:#31557e;font-size:8px;font-weight:900;list-style:none;cursor:pointer}
.proofora-seller-review-reply-editor summary::-webkit-details-marker{display:none}
.proofora-seller-review-reply-editor[open] summary{border-color:#b9cde5;background:#f5f9fe;color:#174f91}
.proofora-seller-review-reply-form{display:grid;gap:7px;margin:7px 0 0;padding:9px;border:1px solid #dfe8f3;border-radius:11px;background:#f8fbff}
.proofora-seller-review-reply-form textarea{box-sizing:border-box;width:100%;min-height:58px;margin:0;padding:9px 10px;border:1px solid #cbd8e8;border-radius:9px;background:#fff;color:#203957;font:inherit;font-size:10px;line-height:1.45;resize:vertical}
.proofora-seller-review-reply-form textarea:focus{border-color:#5b8dcc;box-shadow:0 0 0 3px rgba(23,95,202,.1);outline:0}
.proofora-seller-review-reply-form__actions{display:flex!important;justify-content:flex-end!important}
.proofora-seller-review-reply-form button{display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:5px 10px;border:1px solid #175fca;border-radius:8px;background:#175fca;color:#fff!important;font-size:8px;font-weight:900;cursor:pointer}

/* 1.6.18 mode-aware account navigation and non-duplicated essentials */

@media(max-width:900px){
  .proofora-seller-trust-grid{grid-template-columns:1fr}
  .proofora-seller-plan-card{min-height:170px}
}
@media(max-width:560px){
  .proofora-seller-trust-panel{padding:16px;border-radius:19px}
  .proofora-seller-trust-panel__heading{display:grid;gap:12px}
  .proofora-seller-trust-panel__actions{justify-content:start}
  .proofora-seller-trust-panel__actions a{flex:1}
  .proofora-seller-trust-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}
  .proofora-seller-trust-signals{grid-template-columns:repeat(2,minmax(0,1fr))}
  .proofora-seller-review-preview__heading{align-items:start;flex-direction:column;gap:2px}
}

/* 1.6.13 focused Seller Overview */
.proofora-seller-workbench{
  display:grid;
  gap:16px;
  padding:22px;
  border:1px solid #dbe6f4;
  border-radius:24px;
  background:linear-gradient(145deg,#fff,#f6faff);
  box-shadow:0 16px 40px rgba(8,22,51,.065);
}
.proofora-seller-workbench__heading{display:flex;align-items:end;justify-content:space-between;gap:18px}
.proofora-seller-workbench__heading>div:first-child{display:grid;gap:4px}
.proofora-seller-workbench__heading span{color:#1a5cc6;font-size:10px;font-weight:950;letter-spacing:.09em;text-transform:uppercase}
.proofora-seller-workbench__heading h3{margin:0!important;color:#0b1734!important;font-size:23px!important;font-weight:950!important;letter-spacing:-.04em!important}
.proofora-seller-workbench__heading p{margin:0!important;color:#657694!important;font-size:12px!important;font-weight:650!important}
.proofora-seller-workbench__actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}
.proofora-seller-workbench__actions a,
.proofora-seller-workbench__empty>a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:38px;
  padding:9px 13px;
  border:1px solid #145dcc;
  border-radius:12px;
  background:#145dcc;
  color:#fff!important;
  font-size:11px;
  font-weight:900!important;
  text-decoration:none!important;
}
.proofora-seller-workbench__actions a.is-secondary{border-color:#d3e0f1;background:#fff;color:#27456f!important}
.proofora-seller-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}
.proofora-seller-stats>div{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:12px 14px;border:1px solid #e0e9f5;border-radius:15px;background:#fff}
.proofora-seller-stats span{color:#6c7c96;font-size:10px;font-weight:850}
.proofora-seller-stats strong{color:#152c53!important;font-size:22px!important;font-weight:950!important;line-height:1!important}
.proofora-seller-stats .has-attention{border-color:#f2d4a3;background:#fffaf1}
.proofora-seller-stats .has-attention span,.proofora-seller-stats .has-attention strong{color:#9a5b08!important}
.proofora-seller-deal-list{display:grid;gap:8px}
.proofora-seller-deal{
  display:grid;
  grid-template-columns:minmax(115px,.7fr) minmax(180px,1.4fr) minmax(155px,1fr) 38px;
  gap:14px;
  align-items:center;
  min-width:0;
  padding:13px;
  border:1px solid #e2eaf5;
  border-left:4px solid #7d9bc7;
  border-radius:16px;
  background:#fff;
  transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease;
}
.proofora-seller-deal:hover{transform:translateY(-1px);border-color:#cad9ed;box-shadow:0 10px 24px rgba(8,22,51,.06)}
.proofora-seller-deal--attention{border-left-color:#e49a28;background:linear-gradient(90deg,#fffaf2,#fff 18%)}
.proofora-seller-deal--complete{border-left-color:#1aa272}
.proofora-seller-deal--muted{border-left-color:#b7c1cf;background:#fafcff}
.proofora-seller-deal__state{display:grid;gap:4px;min-width:0}
.proofora-seller-deal__state>span{overflow:hidden;color:#244a83;font-size:10px;font-weight:950;letter-spacing:.035em;text-overflow:ellipsis;white-space:nowrap;text-transform:uppercase}
.proofora-seller-deal--attention .proofora-seller-deal__state>span{color:#9a5b08}
.proofora-seller-deal--complete .proofora-seller-deal__state>span{color:#117252}
.proofora-seller-deal__state small{color:#8592a7;font-size:9px;font-weight:700}
.proofora-seller-deal__main{min-width:0}
.proofora-seller-deal__main h4{overflow:hidden;margin:0!important;color:#10203d!important;font-size:14px!important;font-weight:950!important;text-overflow:ellipsis;white-space:nowrap}
.proofora-seller-deal__meta{display:flex;flex-wrap:wrap;gap:5px 10px;margin-top:5px}
.proofora-seller-deal__meta span{color:#75849b;font-size:9px;font-weight:750;text-transform:none}
.proofora-seller-deal__meta span+span:before{content:"·";margin-right:10px;color:#b1bdcd}
.proofora-seller-deal__next{display:grid;gap:3px;min-width:0}
.proofora-seller-deal__next small{color:#8a96a9;font-size:8px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.proofora-seller-deal__next strong{overflow:hidden;color:#253b60!important;font-size:10px!important;font-weight:900!important;text-overflow:ellipsis;white-space:nowrap}
.proofora-seller-deal>a{display:grid;place-items:center;width:34px;height:34px;border-radius:11px;background:#eaf2ff;color:#155bc2!important;font-size:17px;font-weight:900;text-decoration:none!important}
.proofora-seller-deal--attention>a{background:#fff0d8;color:#9a5b08!important}
.proofora-seller-workbench__empty{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px;border:1px dashed #cbd9ec;border-radius:17px;background:#fff}
.proofora-seller-workbench__empty strong{color:#142444!important;font-size:15px!important;font-weight:950!important}
.proofora-seller-workbench__empty p{margin:4px 0 0!important;color:#6b7b95!important;font-size:11px!important}

.proofora-account-hero--compact{padding:20px 24px}
.proofora-account-hero--compact:after{width:82px;height:82px;right:42px;top:18px;border-radius:28px}
.proofora-account-hero--compact .proofora-account-hero__top{align-items:center}
.proofora-account-hero--compact .proofora-account-hero__eyebrow{margin-bottom:8px;padding:6px 10px;font-size:10px}
.proofora-account-hero--compact h1{font-size:clamp(1.8rem,3vw,2.5rem)}
.proofora-account-hero--compact p{margin-top:7px;font-size:13px}
.proofora-account-hero--compact .proofora-account-hero__identity{padding:12px 14px}
.proofora-account-hero--compact .proofora-account-hero__identity>span{width:38px;height:38px;border-radius:13px;font-size:16px}

.proofora-account-home{display:grid;gap:24px}
.proofora-mode-spotlight{
  position:relative;
  overflow:hidden;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(150px,210px);
  gap:28px;
  align-items:center;
  min-height:290px;
  padding:30px;
  border:1px solid rgba(90,133,198,.22);
  border-radius:28px;
  background:
    radial-gradient(circle at 90% 4%,rgba(56,189,248,.24),transparent 18rem),
    linear-gradient(145deg,#06132f,#0b2d66);
  box-shadow:0 22px 58px rgba(8,22,51,.16);
  color:#fff;
}
.proofora-mode-spotlight:after{
  content:"";
  position:absolute;
  right:-64px;
  bottom:-78px;
  width:240px;
  height:240px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:68px;
  box-shadow:inset 0 0 0 24px rgba(255,255,255,.025),inset 0 0 0 52px rgba(255,255,255,.018);
  transform:rotate(-15deg);
}
.proofora-mode-spotlight--owner{
  border-color:rgba(45,212,191,.25);
  background:
    radial-gradient(circle at 90% 4%,rgba(45,212,191,.22),transparent 18rem),
    linear-gradient(145deg,#06252b,#075343);
}
.proofora-mode-spotlight--buyer{
  border-color:rgba(165,180,252,.28);
  background:
    radial-gradient(circle at 90% 4%,rgba(129,140,248,.28),transparent 18rem),
    linear-gradient(145deg,#161b48,#3730a3);
}
.proofora-mode-spotlight__content{position:relative;z-index:1}
.proofora-mode-spotlight__content>span{
  display:inline-flex;
  margin-bottom:14px;
  padding:7px 10px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:999px;
  background:rgba(255,255,255,.08);
  color:#dbeafe;
  font-size:10px;
  font-weight:950;
  letter-spacing:.11em;
  text-transform:uppercase;
}
.proofora-mode-spotlight h2{
  max-width:640px;
  margin:0!important;
  color:#fff!important;
  font-size:clamp(2rem,3.7vw,3rem)!important;
  line-height:1.02!important;
  letter-spacing:-.055em!important;
}
.proofora-mode-spotlight p{
  max-width:650px;
  margin:13px 0 0!important;
  color:#c9d6ea!important;
  font-size:14px!important;
  font-weight:650!important;
  line-height:1.65!important;
}
.proofora-mode-spotlight__features{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}
.proofora-mode-spotlight__features span{
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:7px 9px;
  border:1px solid rgba(255,255,255,.13);
  border-radius:999px;
  background:rgba(255,255,255,.07);
  color:#eef6ff;
  font-size:10px;
  font-weight:800;
}
.proofora-mode-spotlight__features span:before{content:"";width:5px;height:5px;border-radius:50%;background:#7dd3fc}
.proofora-mode-spotlight--owner .proofora-mode-spotlight__features span:before{background:#5eead4}
.proofora-mode-spotlight--buyer .proofora-mode-spotlight__features span:before{background:#c7d2fe}
.proofora-mode-spotlight__action{
  display:inline-flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  min-width:230px;
  margin-top:22px!important;
  padding:12px 14px;
  border-radius:14px;
  background:#fff;
  color:#0a326e!important;
  font-size:12px;
  font-weight:950!important;
  text-decoration:none!important;
  box-shadow:0 14px 32px rgba(0,0,0,.15);
}
.proofora-mode-spotlight--owner .proofora-mode-spotlight__action{color:#075343!important}
.proofora-mode-spotlight--buyer .proofora-mode-spotlight__action{color:#3730a3!important}
.proofora-mode-spotlight__action:hover{transform:translateY(-1px);text-decoration:none!important}
.proofora-mode-spotlight__metric{
  position:relative;
  z-index:1;
  display:grid;
  gap:4px;
  padding:22px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:24px;
  background:rgba(255,255,255,.09);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08);
  backdrop-filter:blur(14px);
}
.proofora-mode-spotlight__metric span{color:#b9c9df;font-size:9px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}
.proofora-mode-spotlight__metric strong{color:#fff!important;font-size:58px!important;font-weight:950!important;line-height:1!important;letter-spacing:-.065em}
.proofora-mode-spotlight__metric small{color:#eef6ff;font-size:12px;font-weight:800}
.proofora-mode-action-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px}
.proofora-mode-action-card{
  display:flex;
  flex-direction:column;
  min-height:214px;
  padding:20px;
  border:1px solid #dbe6f4;
  border-radius:22px;
  background:linear-gradient(145deg,#fff,#f8fbff);
  box-shadow:0 12px 30px rgba(8,22,51,.055);
}
.proofora-mode-action-card>span{
  color:var(--zd-wc-blue-2);
  font-size:9px;
  font-weight:950;
  letter-spacing:.1em;
  text-transform:uppercase;
}
.proofora-account-home--owner .proofora-mode-action-card>span{color:#11714e}
.proofora-account-home--buyer .proofora-mode-action-card>span{color:#4f46e5}
.proofora-mode-action-card h3{margin:12px 0 8px!important;color:#0b1734!important;font-size:19px!important;line-height:1.15!important;letter-spacing:-.035em!important}
.proofora-mode-action-card p{margin:0 0 18px!important;color:#62738f!important;font-size:12px!important;font-weight:650!important;line-height:1.55!important}
.proofora-mode-action-card a{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  margin-top:auto;
  color:var(--zd-wc-blue-2)!important;
  font-size:11px;
  font-weight:950!important;
  text-decoration:none!important;
}
.proofora-account-home--owner .proofora-mode-action-card a{color:#11714e!important}
.proofora-account-home--buyer .proofora-mode-action-card a{color:#4f46e5!important}
.proofora-mode-action-card__private{margin-top:auto;color:#7c8ba3;font-size:10px;font-weight:750;line-height:1.45}
.proofora-account-section-head{display:grid;gap:7px}
.proofora-account-section-head>span{
  color:var(--zd-wc-blue-2);
  font-size:11px;
  font-weight:950;
  letter-spacing:.1em;
  text-transform:uppercase;
}
.proofora-account-section-head h2{margin:0!important;font-size:clamp(1.55rem,3vw,2.15rem)!important}
.proofora-account-section-head p{margin:0!important;color:#5d6f8f!important;font-size:14px!important}
.proofora-account-section-head--secondary{margin-top:5px;padding-top:22px;border-top:1px solid #e6edf7}
.proofora-account-workspaces{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.proofora-workspace-card{
  position:relative;
  overflow:hidden;
  min-height:224px;
  padding:22px;
  border:1px solid #d9e6f6;
  border-radius:24px;
  background:linear-gradient(145deg,#fff,#f5f9ff);
  box-shadow:0 12px 34px rgba(8,22,51,.06);
  display:flex;
  flex-direction:column;
}
.proofora-workspace-card:after{
  content:"";
  position:absolute;
  width:120px;
  height:120px;
  right:-44px;
  top:-46px;
  border-radius:50%;
  background:rgba(19,104,255,.10);
}
.proofora-workspace-card--channels{background:linear-gradient(145deg,#fff,#f3fbf8);border-color:#d6eee6}
.proofora-workspace-card--channels:after{background:rgba(18,163,112,.11)}
.proofora-workspace-card__kicker{
  position:relative;
  z-index:1;
  width:max-content;
  margin-bottom:18px;
  padding:6px 10px;
  border-radius:999px;
  background:#eaf2ff;
  color:#174a9c;
  font-size:10px;
  font-weight:950;
  letter-spacing:.1em;
  text-transform:uppercase;
}
.proofora-workspace-card--channels .proofora-workspace-card__kicker{background:#e7f8f1;color:#11714e}
.proofora-workspace-card h3{margin:0 0 9px!important;color:#0b1734!important;font-size:25px!important;letter-spacing:-.035em}
.proofora-workspace-card p{margin:0 0 20px!important;color:#5d6f8f!important;font-size:13px!important;line-height:1.6!important}
.proofora-workspace-card a{
  position:relative;
  z-index:1;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-top:auto;
  padding:12px 14px;
  border-radius:14px;
  background:#102a64;
  color:#fff!important;
  font-size:13px;
  font-weight:900;
  text-decoration:none!important;
}
.proofora-workspace-card--channels a{background:#126447}
.proofora-workspace-card a:hover{filter:brightness(1.08);transform:translateY(-1px)}
.proofora-account-cards--essentials{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}

.proofora-account-essentials{
	margin-top:20px;
	border:1px solid #dfe8f5;
	border-radius:20px;
	background:#fff;
	box-shadow:0 12px 32px rgba(8,22,51,.045);
}
.proofora-account-essentials>summary{
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:18px;
	padding:18px 20px;
	cursor:pointer;
	list-style:none;
}
.proofora-account-essentials>summary::-webkit-details-marker{display:none}
.proofora-account-essentials>summary>span:first-child{display:grid;gap:3px}
.proofora-account-essentials>summary small{
	color:#667895;
	font-size:9px;
	font-weight:900;
	letter-spacing:.11em;
	text-transform:uppercase;
}
.proofora-account-essentials>summary strong{color:#14213d;font-size:14px;font-weight:900}
.proofora-account-essentials>summary>span:last-child{
	position:relative;
	flex:0 0 30px;
	width:30px;
	height:30px;
	border-radius:10px;
	background:#edf4ff;
}
.proofora-account-essentials>summary>span:last-child:before,
.proofora-account-essentials>summary>span:last-child:after{
	content:"";
	position:absolute;
	top:14px;
	left:9px;
	width:12px;
	height:2px;
	border-radius:999px;
	background:#2563eb;
	transition:transform .2s ease;
}
.proofora-account-essentials>summary>span:last-child:after{transform:rotate(90deg)}
.proofora-account-essentials[open]>summary>span:last-child:after{transform:rotate(0)}
.proofora-account-essentials .proofora-account-cards{
	margin:0;
	padding:0 18px 18px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul{gap:7px}
.woocommerce-account .woocommerce-MyAccount-navigation li a{
  display:flex;
  align-items:center;
  min-height:46px;
  padding:12px 14px;
  border:1px solid transparent;
  border-radius:15px;
  color:#405174;
  font-size:15px;
  font-weight:850;
  line-height:1.2;
  text-decoration:none;
  transition:background .18s ease,color .18s ease,border-color .18s ease,box-shadow .18s ease,transform .18s ease;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a:hover{
  background:#f8fbff;
  border-color:#dbe6f4;
  color:#0b1734;
  transform:translateX(2px);
}
.woocommerce-account .woocommerce-MyAccount-navigation .is-active a{
  border-color:rgba(19,104,255,.14);
  background:linear-gradient(135deg,rgba(19,104,255,.10),rgba(255,255,255,.72));
  color:var(--zd-wc-blue-2);
  box-shadow:0 10px 24px rgba(19,104,255,.08);
}
.woocommerce-account .woocommerce-MyAccount-content > p:first-child{margin-top:0}
.woocommerce-account .woocommerce-MyAccount-content p,
.woocommerce-account .woocommerce-MyAccount-content address,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-customer-details{
  color:#4f607f;
  font-size:15px;
  font-weight:600;
  line-height:1.7;
}
.woocommerce-account .woocommerce-MyAccount-content strong{color:#13203d}
.woocommerce-account .woocommerce-MyAccount-content a:not(.button){color:var(--zd-wc-blue-2);font-weight:800;text-decoration:none}
.woocommerce-account .woocommerce-MyAccount-content a:not(.button):hover{text-decoration:underline;text-underline-offset:.22em}
.woocommerce-account .woocommerce-MyAccount-content h2,
.woocommerce-account .woocommerce-MyAccount-content h3{
  margin:0 0 18px;
  color:var(--zd-wc-ink);
  font-size:26px;
  line-height:1.12;
  letter-spacing:-.04em;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-message,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-error{
  width:100%;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  min-height:84px;
  padding-right:20px!important;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info .button{
  float:none!important;
  order:2;
  white-space:nowrap;
  margin-left:auto;
}
.woocommerce-account .woocommerce-Address,
.woocommerce-account .u-columns.woocommerce-Addresses .woocommerce-Address,
.woocommerce-account .woocommerce-customer-details address{
  padding:20px;
  border:1px solid rgba(219,230,244,.92);
  border-radius:22px;
  background:#fbfdff;
  box-shadow:0 10px 28px rgba(8,22,51,.04);
}
.woocommerce-account .woocommerce-Address-title{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  margin-bottom:12px;
}
.woocommerce-account .woocommerce-Address-title h3{margin:0!important;font-size:20px!important}
.woocommerce-account .woocommerce-Address-title a{font-size:13px}
.woocommerce-account .u-columns.woocommerce-Addresses{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}
.woocommerce-account .u-columns.woocommerce-Addresses:before,
.woocommerce-account .u-columns.woocommerce-Addresses:after{display:none!important}
.woocommerce-account .u-columns.woocommerce-Addresses .woocommerce-Address{float:none!important;width:auto!important;margin:0!important}
.woocommerce-account .woocommerce-MyAccount-content fieldset{
  margin:22px 0 0;
  padding:20px;
  border:1px solid rgba(219,230,244,.92);
  border-radius:22px;
  background:#fbfdff;
}
.woocommerce-account .woocommerce-MyAccount-content fieldset legend{
  padding:0 8px;
  color:#13203d;
  font-weight:900;
}
.woocommerce-account .woocommerce-MyAccount-content .edit-account .button,
.woocommerce-account .woocommerce-MyAccount-content form .button{margin-top:6px}
.woocommerce-account mark{
  padding:4px 8px;
  border-radius:999px;
  background:#eef4fb;
  color:#102a78;
  font-weight:900;
}
.woocommerce-account .woocommerce-orders-table,
.woocommerce-account .shop_table.subscription_details,
.woocommerce-account .shop_table.my_account_orders{
  width:100%;
}

body:not(.logged-in).woocommerce-account .woocommerce{
  display:block;
  width:min(calc(100% - 40px),1120px);
  padding-top:38px;
}
body:not(.logged-in).woocommerce-account .woocommerce>.woocommerce-notices-wrapper{margin:0 auto 16px}
body:not(.logged-in).woocommerce-account .pdr-auth-account-context{width:100%;max-width:none;margin:0 auto}

@media(max-width:1100px){
  .proofora-account-cards{grid-template-columns:repeat(2,minmax(0,1fr))}
  .proofora-mode-action-cards{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:980px){
  .woocommerce-account .woocommerce{
    grid-template-columns:1fr;
    grid-template-areas:
      "accountHero"
      "accountNotices"
      "accountNav"
      "accountContent";
  }
  .woocommerce-account .woocommerce-MyAccount-navigation{position:static}
  .woocommerce-account .woocommerce-MyAccount-navigation ul{grid-template-columns:repeat(2,minmax(0,1fr))}
  .proofora-account-hero__top{display:grid;grid-template-columns:1fr;gap:18px}
  .proofora-account-hero__identity{min-width:0;width:100%}
}
@media(max-width:760px){
  .woocommerce-account .site-main{padding:22px 0 48px}
  .woocommerce-account .woocommerce-MyAccount-navigation,
  .woocommerce-account .woocommerce-MyAccount-content,
  .proofora-account-hero{border-radius:22px;padding:18px!important}
  .proofora-account-hero:after{display:none}
  .proofora-account-hero h1{font-size:1.8rem}
  .proofora-account-hero__top{gap:13px}
  .proofora-account-hero__identity{grid-template-columns:40px minmax(0,1fr);column-gap:11px;padding:12px}
  .proofora-account-hero__identity>span{width:40px;height:40px;border-radius:13px;font-size:16px}
  .proofora-account-hero--compact{padding:16px!important}
  .proofora-account-mode-select{grid-template-columns:1fr;gap:7px;margin-top:10px!important;padding-top:10px}
  .proofora-account-mode-select label{display:flex;justify-content:space-between;align-items:center}
  .proofora-mode-spotlight{grid-template-columns:1fr;min-height:0;padding:22px;border-radius:22px}
  .proofora-mode-spotlight__metric{grid-template-columns:auto 1fr;align-items:end;gap:4px 12px;padding:16px}
  .proofora-mode-spotlight__metric span{grid-column:1 / -1}
  .proofora-mode-spotlight__metric strong{font-size:42px!important}
  .proofora-mode-spotlight__metric small{padding-bottom:4px}
  .proofora-mode-action-cards{grid-template-columns:1fr}
  .proofora-mode-action-card{min-height:0}
  .proofora-seller-workbench{padding:17px;border-radius:20px}
  .proofora-seller-workbench__heading{align-items:start}
  .proofora-seller-deal{grid-template-columns:minmax(95px,.7fr) minmax(150px,1.3fr) 34px}
  .proofora-seller-deal__next{display:none}
  .proofora-owner-portfolio{padding:17px;border-radius:20px}
  .proofora-owner-portfolio__heading{align-items:start}
  .proofora-owner-portfolio__heading h3{font-size:19px}
  .proofora-owner-portfolio__heading>a{max-width:100px;text-align:right}
  .proofora-owner-channel-grid{grid-template-columns:1fr}
  .proofora-account-workspaces{grid-template-columns:1fr}
  .proofora-workspace-card{min-height:0;padding:18px}
  .proofora-workspace-card__kicker{margin-bottom:13px}
  .proofora-workspace-card h3{font-size:22px!important}
  .proofora-account-section-head h2{font-size:1.55rem!important}
  .proofora-account-cards{grid-template-columns:1fr}
  .woocommerce-account .woocommerce-MyAccount-navigation{padding:12px!important}
  .woocommerce-account .woocommerce-MyAccount-navigation ul{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}
  .woocommerce-account .woocommerce-MyAccount-navigation li a{min-height:42px;padding:10px 11px;border-color:#edf2f8;font-size:12px}
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-info{display:block;padding-right:16px!important}
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-info .button{display:inline-flex;margin:14px 0 0}
  .woocommerce-account .u-columns.woocommerce-Addresses{grid-template-columns:1fr}
  body:not(.logged-in).woocommerce-account .woocommerce{width:min(calc(100% - 24px),1120px);padding-top:22px}
}

@media(max-width:560px){
  .proofora-seller-workbench__heading{display:grid;gap:13px}
  .proofora-seller-workbench__actions{justify-content:start}
  .proofora-seller-stats{grid-template-columns:1fr}
  .proofora-seller-stats>div{padding:10px 12px}
  .proofora-seller-deal{grid-template-columns:minmax(0,1fr) 34px;gap:9px 12px}
  .proofora-seller-deal__state{grid-column:1}
  .proofora-seller-deal__main{grid-column:1}
  .proofora-seller-deal>a{grid-column:2;grid-row:1 / span 2}
  .proofora-seller-workbench__empty{display:grid}
  .proofora-seller-workbench__empty>a{width:100%}
}

/* 1.6.2 responsive checkout and embedded workspace safeguards */
.woocommerce-cart .woocommerce *,
.woocommerce-checkout .woocommerce *,
.woocommerce-account .woocommerce *{box-sizing:border-box}
.woocommerce-account .woocommerce-MyAccount-content{min-width:0}
.woocommerce-account .woocommerce-MyAccount-content .pdr-dashboard,
.woocommerce-account .woocommerce-MyAccount-content .pdr-room-view{max-width:100%;min-width:0}
.woocommerce-checkout .woocommerce-checkout-review-order,
.woocommerce-checkout #payment,
.woocommerce-checkout .shop_table{max-width:100%;min-width:0}
.woocommerce-checkout .shop_table td,
.woocommerce-checkout .shop_table th,
.woocommerce-account .shop_table td,
.woocommerce-account .shop_table th{overflow-wrap:anywhere}

@media(max-width:620px){
  .woocommerce-cart .site-main .woocommerce,
  .woocommerce-checkout .site-main .woocommerce,
  .woocommerce-account .site-main .woocommerce,
  .elementor-shortcode>.woocommerce{width:min(calc(100% - 24px),1180px)}
  .proofora-checkout-hero{grid-template-columns:1fr;margin-top:14px;padding:20px;border-radius:22px}
  .proofora-checkout-hero:after{display:none}
  .proofora-checkout-hero h1{font-size:clamp(2rem,11vw,3rem)}
  .proofora-checkout-hero p{font-size:15px}
  .proofora-checkout-hero__badges{min-width:0}
  .woocommerce form .form-row-first,
  .woocommerce form .form-row-last{float:none;width:100%;margin-right:0}
  .woocommerce-checkout #payment,
  .woocommerce-checkout .woocommerce-checkout-review-order,
  .woocommerce-checkout .woocommerce-billing-fields,
  .woocommerce-checkout .woocommerce-additional-fields{border-radius:18px}
  .woocommerce-checkout #place_order{width:100%;min-height:50px}
  .woocommerce-account .woocommerce-MyAccount-navigation ul{grid-template-columns:1fr}
  .woocommerce-account .woocommerce-MyAccount-navigation li a{font-size:13px}
}


/* 1.6.5 account-native empty order history */
.proofora-orders-empty{
  position:relative;
  overflow:hidden;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:28px;
  align-items:center;
  min-height:170px;
  padding:28px;
  border:1px solid rgba(195,210,231,.82);
  border-radius:24px;
  background:
    radial-gradient(circle at 94% 6%,rgba(19,104,255,.13),transparent 16rem),
    linear-gradient(135deg,#fff,#f5f9ff);
  box-shadow:0 16px 42px rgba(8,22,51,.07);
}
.proofora-orders-empty__copy{position:relative;z-index:1;max-width:680px}
.proofora-orders-empty__copy>span{
  display:block;
  margin-bottom:8px;
  color:var(--zd-wc-blue-2);
  font-size:11px;
  font-weight:900;
  letter-spacing:.09em;
  text-transform:uppercase;
}
.proofora-orders-empty__copy h2{
  margin:0!important;
  color:var(--zd-wc-ink)!important;
  font-size:clamp(24px,3vw,34px)!important;
  line-height:1.08!important;
  letter-spacing:-.045em!important;
}
.proofora-orders-empty__copy p{
  max-width:620px;
  margin:10px 0 0!important;
  color:#5c6f8f!important;
  font-size:14px!important;
  line-height:1.65!important;
}
.woocommerce-account .proofora-orders-empty__action.button{
  position:relative;
  z-index:1;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:18px;
  min-width:170px;
  margin:0;
  white-space:nowrap;
}
@media(max-width:620px){
  .proofora-orders-empty{grid-template-columns:1fr;gap:20px;min-height:0;padding:20px;border-radius:20px}
  .proofora-orders-empty__copy h2{font-size:25px!important}
  .woocommerce-account .proofora-orders-empty__action.button{width:100%;min-width:0}
}


/* 1.6.8 subscription catalogue cleanup */
.proofora-plan-product--no-image div.product{display:block}
.proofora-plan-product--no-image div.product .woocommerce-product-gallery{display:none!important}
.proofora-plan-product--no-image div.product .summary{float:none!important;width:min(100%,820px)!important;margin:0 auto!important}
.proofora-plan-product div.product .product_meta{display:none!important}
.woocommerce-shop ul.products li.product img.woocommerce-placeholder,
.post-type-archive-product ul.products li.product img.woocommerce-placeholder{display:none}
.woocommerce-shop ul.products li.product:has(img.woocommerce-placeholder) .woocommerce-loop-product__title,
.post-type-archive-product ul.products li.product:has(img.woocommerce-placeholder) .woocommerce-loop-product__title{margin-top:0}

/* 1.6.16 compact Channel Owner and Buyer overviews */
.proofora-mode-overview{
  display:grid;
  gap:14px;
  padding:20px 22px;
  border:1px solid #dbe6f4;
  border-radius:22px;
  background:#fff;
  box-shadow:0 14px 34px rgba(8,22,51,.055);
}
.proofora-owner-overview{border-color:#d8eae4;background:linear-gradient(145deg,#fff,#f7fcfa)}
.proofora-buyer-overview{background:linear-gradient(145deg,#fff,#f7faff)}
.proofora-mode-overview__heading{display:flex;align-items:end;justify-content:space-between;gap:18px}
.proofora-mode-overview__heading>div:first-child{display:grid;gap:4px}
.proofora-mode-overview__heading>div:first-child>span{color:#1763ce;font-size:9px;font-weight:950;letter-spacing:.09em;text-transform:uppercase}
.proofora-owner-overview .proofora-mode-overview__heading>div:first-child>span{color:#15805c}
.proofora-mode-overview__heading h3{margin:0!important;color:#0b1734!important;font-size:21px!important;font-weight:950!important;letter-spacing:-.035em!important}
.proofora-mode-overview__heading p{max-width:680px;margin:0!important;color:#6b7a93!important;font-size:11px!important;font-weight:650!important}
.proofora-mode-overview__actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:7px}
.proofora-mode-overview__actions a{
  display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:8px 12px;
  border:1px solid #175fca;border-radius:11px;background:#175fca;color:#fff!important;
  font-size:10px;font-weight:900!important;text-decoration:none!important
}
.proofora-owner-overview .proofora-mode-overview__actions a{border-color:#157454;background:#157454}
.proofora-mode-overview__actions a.is-secondary{border-color:#d6e1ef;background:#fff;color:#26466f!important}
.proofora-mode-overview__stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(118px,1fr));gap:8px;margin:0}
.proofora-mode-overview__stats--buyer{grid-template-columns:repeat(3,minmax(0,1fr))}
.proofora-mode-overview__stats>div{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:11px 12px;border:1px solid #e1e9f4;border-radius:14px;background:#fff}
.proofora-mode-overview__stats dt,.proofora-mode-overview__stats dd{margin:0}
.proofora-mode-overview__stats dt{color:#6c7c96;font-size:9px;font-weight:850}
.proofora-mode-overview__stats dd{color:#152c53;font-size:17px;font-weight:950}
.proofora-mode-overview__stats>div.has-attention{border-color:#f3cf9d;background:#fff9f0}
.proofora-mode-overview__stats>div.has-attention dt,.proofora-mode-overview__stats>div.has-attention dd{color:#9a5a07}
.proofora-buyer-portfolio__heading p{margin:4px 0 0!important;color:#6b7a93!important;font-size:11px!important;font-weight:650!important}
.proofora-buyer-deal--attention{border-color:#efc88f;background:#fffaf2}
.proofora-buyer-deal--complete{border-color:#cde6dc;background:#fbfffd}
.proofora-buyer-deal--muted{background:#f8fafc}
.proofora-buyer-deal__next{display:grid;gap:3px;margin:0 0 14px;padding:10px 11px;border-radius:12px;background:#f1f6fd}
.proofora-buyer-deal--attention .proofora-buyer-deal__next{background:#fff0d9}
.proofora-buyer-deal__next small{color:#71809a;font-size:8px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.proofora-buyer-deal__next strong{color:#183a68;font-size:11px;font-weight:900}
.proofora-buyer-portfolio__empty{display:grid;gap:5px;padding:18px;border:1px dashed #cbd8e9;border-radius:17px;background:#fff}
.proofora-buyer-portfolio__empty strong{color:#17345f;font-size:14px;font-weight:950}
.proofora-buyer-portfolio__empty p{max-width:720px;margin:0!important;color:#6b7a93!important;font-size:12px!important;line-height:1.6!important}
@media(max-width:900px){
  .proofora-mode-overview__stats{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:560px){
  .proofora-mode-overview{padding:16px;border-radius:19px}
  .proofora-mode-overview__heading{display:grid;gap:12px}
  .proofora-mode-overview__actions{justify-content:start}
  .proofora-mode-overview__actions a{flex:1;min-width:0}
  .proofora-mode-overview__stats,
  .proofora-mode-overview__stats--buyer{grid-template-columns:repeat(2,minmax(0,1fr))}
  .proofora-mode-overview__stats>div{min-width:0;padding:10px}
  .proofora-buyer-portfolio{padding:16px;border-radius:19px}
  .proofora-buyer-deal{padding:15px}
}

/* 1.6.21 persistent cabinet tabs, connected verifications and balanced spacing */
.proofora-account-tab{width:100%;max-width:100%;min-width:0;margin:0;padding:0}
.proofora-account-tab>.pdr-dashboard,
.proofora-account-tab .pdr-dashboard,
.proofora-account-tab>.zdttd-seller-hub,
.proofora-account-tab .zdttd-public-wrap,
.proofora-account-tab>.pdr-affiliate-dashboard,
.proofora-account-tab .pdr-affiliate-shell{width:100%!important;max-width:none!important;min-width:0!important;margin:0!important;padding:0!important}
.proofora-account-tab .pdr-seller-account--embedded>.pdr-card{width:100%;max-width:none;margin:0;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}
.proofora-account-tab--channels .zdttd-context-nav,.proofora-account-tab--affiliate .pdr-context-nav,.proofora-account-tab--affiliate .pdr-affiliate-context-nav{display:none!important}
.proofora-account-tab .pdr-seller-profile-card>.pdr-section-heading{margin:0 0 14px;padding:19px 20px;border:1px solid #dce6f3;border-radius:18px;background:linear-gradient(145deg,#fff,#f6faff)}
.proofora-account-tab .pdr-profile-sections{gap:16px}
.proofora-account-tab .pdr-profile-section{padding:18px;border-radius:17px}
.proofora-account-tab .pdr-profile-field-grid{gap:15px}
.proofora-account-tab .pdr-profile-sticky-actions{align-items:center;margin:18px 0 0;padding:15px 16px;border:1px solid #dce6f3;border-radius:16px;background:#f8fbff}
.proofora-account-tab .pdr-field>.pdr-checkbox-row{display:flex!important;align-items:center;gap:8px;width:100%;margin:9px 0 0!important;padding:9px 11px;border:1px solid #e1e9f3;border-radius:11px;background:#f8fbff;color:#536783;font-size:11px;line-height:1.35}
.proofora-account-tab .pdr-field>.pdr-checkbox-row input{flex:0 0 17px;width:17px!important;height:17px!important;margin:0!important}
.pdr-telegram-connection{display:flex;align-items:center;gap:10px;margin:0 0 16px;padding:12px 14px;border:1px solid #dce7f3;border-radius:14px;background:#f8fbff;color:#566985;font-size:12px;font-weight:700}
.pdr-telegram-connection:before{content:"";flex:0 0 9px;width:9px;height:9px;border-radius:50%;background:#d58722;box-shadow:0 0 0 4px rgba(213,135,34,.12)}
.pdr-telegram-connection.is-connected:before{background:#159267;box-shadow:0 0 0 4px rgba(21,146,103,.12)}
.pdr-telegram-connection strong{color:#14294d}.pdr-telegram-connection span{flex:1}.pdr-telegram-connection a{white-space:nowrap}

.proofora-billing-summary{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,.55fr);gap:20px;align-items:end;padding:22px;border:1px solid #dce6f3;border-radius:20px;background:linear-gradient(145deg,#fff,#f6faff)}
.proofora-billing-summary>div>span,.proofora-billing-panel__heading span,.proofora-billing-address>div>span{color:#1763ce;font-size:9px;font-weight:950;letter-spacing:.09em;text-transform:uppercase}
.proofora-billing-summary h2,.proofora-billing-panel h3,.proofora-billing-address h3{margin:4px 0 6px!important}.proofora-billing-summary p,.proofora-billing-address p{margin:0!important}
.proofora-billing-summary dl{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:0}
.proofora-billing-summary dl div{display:grid;gap:2px;padding:12px;border:1px solid #dfe8f4;border-radius:13px;background:#fff}.proofora-billing-summary dt{color:#73819a;font-size:9px;font-weight:850}.proofora-billing-summary dd{margin:0;color:#142a50;font-size:20px;font-weight:950}
.proofora-billing-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:16px}
.proofora-billing-panel,.proofora-billing-address{padding:20px;border:1px solid #dce6f3;border-radius:19px;background:#fff}.proofora-billing-panel:last-child{grid-column:1/-1}
.proofora-billing-panel__heading{display:flex;align-items:start;justify-content:space-between;gap:14px}.proofora-billing-panel__heading a{font-size:11px}
.proofora-billing-list{display:grid;gap:8px}.proofora-billing-list article{display:flex;align-items:center;gap:10px;padding:12px;border:1px solid #e4ebf5;border-radius:13px;background:#f9fbfe}.proofora-billing-list article>div{display:grid;gap:2px;flex:1}.proofora-billing-list article small{color:#71809a;font-size:10px}.proofora-billing-list article>span{font-weight:900}.proofora-billing-empty{display:grid;gap:5px;margin:0!important}.proofora-billing-empty p{margin:0!important;font-size:12px!important}.proofora-billing-empty strong{font-size:13px}
.proofora-billing-address{margin-top:16px}.proofora-billing-address>form,.proofora-billing-address>.woocommerce-address-fields{margin-top:18px}.proofora-billing-address .woocommerce-address-fields__field-wrapper{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 16px}.proofora-billing-address .form-row-wide{grid-column:1/-1}
.proofora-account-tab--billing>.proofora-access-summary{margin:0 0 16px}.proofora-account-tab--billing>.proofora-plan-catalogue{margin:16px 0 0}

.proofora-verifications{display:grid;gap:16px;padding:20px 22px;border:1px solid #dbe6f4;border-radius:22px;background:#fff;box-shadow:0 14px 34px rgba(8,22,51,.055)}
.proofora-verifications__heading{display:flex;align-items:start;justify-content:space-between;gap:18px}.proofora-verifications__heading>div:first-child{display:grid;gap:4px}.proofora-verifications__heading>div:first-child>span{color:#1763ce;font-size:9px;font-weight:950;letter-spacing:.09em;text-transform:uppercase}.proofora-verifications__heading h3{margin:0!important;font-size:21px!important}.proofora-verifications__heading p{max-width:650px;margin:0!important;font-size:11px!important}
.proofora-telegram-connection{display:grid;gap:2px;min-width:210px;padding:11px 13px 11px 34px;border:1px solid #e1cda9;border-radius:14px;background:#fffaf1;position:relative}.proofora-telegram-connection:before{content:"";position:absolute;left:14px;top:17px;width:8px;height:8px;border-radius:50%;background:#d58722;box-shadow:0 0 0 4px rgba(213,135,34,.12)}.proofora-telegram-connection.is-connected{border-color:#c9e6da;background:#f6fcf9}.proofora-telegram-connection.is-connected:before{background:#159267;box-shadow:0 0 0 4px rgba(21,146,103,.12)}.proofora-telegram-connection strong{font-size:11px}.proofora-telegram-connection small{color:#6d7d96;font-size:9px}
.proofora-verification-notice{padding:13px;border:1px solid #c9e6da;border-radius:14px;background:#f6fcf9}.proofora-verification-notice--error{border-color:#f0c6ce;background:#fff7f8}.proofora-verification-notice p{margin:0!important}.proofora-verification-notice label{display:grid;gap:5px;margin-top:9px;font-size:10px;font-weight:900}.proofora-verification-notice input{width:100%;min-height:40px;padding:8px 10px;border:1px solid #cbd8e8;border-radius:10px;background:#fff}
.proofora-verification-table-wrap{overflow-x:auto;border:1px solid #dfe8f3;border-radius:15px;background:#fff}.proofora-verification-table{width:100%;min-width:780px;border:0;border-collapse:collapse;background:#fff}.proofora-verification-table th{padding:9px 11px;border:0;border-bottom:1px solid #dfe8f3;background:#f5f8fc;color:#71809a;font-size:8px;font-weight:950;letter-spacing:.06em;text-align:left;text-transform:uppercase}.proofora-verification-table td{padding:9px 11px;border:0;border-bottom:1px solid #edf2f7;color:#263d61;font-size:10px;vertical-align:middle}.proofora-verification-table tbody tr:last-child td{border-bottom:0}.proofora-verification-table tbody tr:hover{background:#fbfdff}.proofora-verification-table td>strong,.proofora-verification-table__identity{font-weight:900}.proofora-verification-table td>small,.proofora-verification-table__identity small{display:block;margin-top:2px;color:#8794a8;font-size:8px;font-weight:700}.proofora-verification-table__status{display:inline-flex;padding:4px 7px;border-radius:999px;background:#e8f7f1;color:#11744f;font-size:8px;font-weight:950;white-space:nowrap}.proofora-verification-table__row--retry_required .proofora-verification-table__status{background:#fff0d8;color:#915900}.proofora-verification-table__row--expired .proofora-verification-table__status,.proofora-verification-table__row--superseded .proofora-verification-table__status{background:#eef2f6;color:#6f7c8f}.proofora-verification-table__rating{color:#e5a800!important;font-size:12px!important;letter-spacing:.03em;white-space:nowrap}.proofora-verification-table__rating span{color:#9aa6b8}.proofora-verification-table__actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:5px}.proofora-verification-table__actions form{margin:0}.proofora-verification-table__actions button,.proofora-verifications__empty a,.proofora-buyer-portfolio__empty a{display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:6px 9px;border:1px solid #175fca;border-radius:9px;background:#175fca;color:#fff!important;font-size:8px;font-weight:900;text-decoration:none;white-space:nowrap;cursor:pointer}.proofora-verification-table__actions button.is-secondary{border-color:#d6e1ef;background:#fff;color:#26466f}.proofora-verifications__empty{display:grid;gap:6px;padding:17px;border:1px dashed #cad8e9;border-radius:16px;background:#f9fbfe}.proofora-verifications__empty p{margin:0!important}.proofora-verifications__empty a{width:max-content;margin-top:5px}
.proofora-buyer-verification-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.proofora-buyer-verification .proofora-buyer-deal__next p{margin:4px 0 0!important;font-size:10px!important}.proofora-buyer-portfolio__empty a{width:max-content;margin-top:7px}

@media(max-width:900px){.proofora-billing-summary{grid-template-columns:1fr}.proofora-buyer-verification-grid{grid-template-columns:1fr}}
@media(max-width:620px){
  .proofora-account-tab .pdr-seller-account--embedded>.pdr-card{padding:0}
  .proofora-account-tab .pdr-seller-profile-card>.pdr-section-heading{padding:15px;border-radius:16px}
  .proofora-account-tab .pdr-profile-section{padding:14px}
  .pdr-telegram-connection{align-items:start;flex-wrap:wrap}.pdr-telegram-connection span{flex-basis:calc(100% - 30px)}
  .proofora-billing-summary,.proofora-billing-panel,.proofora-billing-address,.proofora-verifications{padding:15px;border-radius:17px}
  .proofora-billing-summary dl,.proofora-billing-grid,.proofora-billing-address .woocommerce-address-fields__field-wrapper{grid-template-columns:1fr}.proofora-billing-panel:last-child,.proofora-billing-address .form-row-wide{grid-column:auto}
  .proofora-verifications__heading{display:grid}.proofora-telegram-connection{min-width:0}.proofora-verification-table-wrap{margin:0 -15px;border-right:0;border-left:0;border-radius:0}.proofora-verifications__empty a,.proofora-buyer-portfolio__empty a{width:100%}
}

/* 1.6.25 cabinet accessibility and completion */
.proofora-account-hero__eyebrow,.proofora-mode-overview__heading>div>span,.proofora-seller-trust-panel__heading>div>span,.proofora-verifications__heading>div:first-child>span,.proofora-billing-summary>div>span,.proofora-billing-panel__heading span{font-size:12px!important}
.proofora-seller-trust-note,.proofora-telegram-connection small,.proofora-verification-table th,.proofora-verification-table td,.proofora-verification-table td>small,.proofora-verification-table__identity small,.proofora-verification-table__status{font-size:12px!important}
.proofora-verification-table__actions button,.proofora-verifications__empty a,.proofora-buyer-portfolio__empty a{min-height:44px;padding:9px 12px;font-size:14px!important}
.proofora-verification-table__actions button.is-secondary{border-color:#9bb0c9!important;background:#fff!important;color:#26466f!important}
.proofora-verification-filters{display:flex;flex-wrap:wrap;gap:8px;padding-bottom:2px}
.proofora-verification-filters a{display:inline-flex;align-items:center;gap:7px;min-height:44px;padding:8px 13px;border:1px solid #cbd8e8;border-radius:999px;background:#fff;color:#284b76;font-size:14px;font-weight:800;text-decoration:none}
.proofora-verification-filters a span{display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:24px;padding:0 6px;border-radius:999px;background:#edf3fb;color:#315d92;font-size:12px;font-weight:900}
.proofora-verification-filters a.is-active{border-color:#175fca;background:#175fca;color:#fff}.proofora-verification-filters a.is-active span{background:rgba(255,255,255,.18);color:#fff}
.proofora-verification-pagination{display:flex;flex-wrap:wrap;justify-content:center;gap:7px}.proofora-verification-pagination a{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border:1px solid #cbd8e8;border-radius:11px;background:#fff;color:#26466f;font-size:14px;font-weight:900;text-decoration:none}.proofora-verification-pagination a.is-active{border-color:#175fca;background:#175fca;color:#fff}
.proofora-owner-overview__preparing{margin:14px 0 0!important;padding:12px 14px;border:1px solid #d8e4f2;border-radius:13px;background:#f6f9fd;color:#526987;font-size:14px!important;line-height:1.55}.proofora-owner-overview__preparing a{font-weight:850}
.proofora-buyer-verification__actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:auto;padding-top:14px}.proofora-buyer-verification__actions a{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:9px 13px;border:1px solid #175fca;border-radius:10px;background:#175fca;color:#fff;font-size:14px;font-weight:850;text-decoration:none}.proofora-buyer-verification__actions a.is-secondary{border-color:#b8c9dd;background:#fff;color:#26466f}
.proofora-buyer-verification{display:flex;flex-direction:column}
.proofora-seller-review-preview__list{display:grid;gap:0}.proofora-seller-review-preview__item{padding:15px 0;border:0;border-bottom:1px solid #dfe8f3;border-radius:0;background:transparent}.proofora-seller-review-preview__item:first-child{padding-top:8px}.proofora-seller-review-preview__item:last-child{border-bottom:0}.proofora-seller-review-preview__meta{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.proofora-seller-review-preview__source,.proofora-seller-review-preview__date{font-size:12px!important}.proofora-seller-review-preview__comment{margin:7px 0!important;font-size:14px!important}.proofora-seller-review-reply-editor{margin-top:9px}.proofora-seller-review-reply-editor>summary{display:inline-flex;align-items:center;min-height:44px;color:#175fca;font-size:14px;font-weight:850;cursor:pointer;list-style:none}.proofora-seller-review-reply-editor>summary::-webkit-details-marker{display:none}.proofora-seller-review-reply-form textarea{min-height:96px;font-size:16px}.proofora-seller-review-reply-form__actions button{min-height:44px;padding:9px 15px;font-size:14px}
.proofora-billing-address{margin-top:16px;padding:0!important;overflow:hidden}.proofora-billing-address>summary{display:flex;align-items:center;justify-content:space-between;min-height:56px;padding:15px 18px;color:#183a67;font-size:15px;font-weight:900;cursor:pointer}.proofora-billing-address>summary:after{content:"+";font-size:22px}.proofora-billing-address[open]>summary:after{content:"−"}.proofora-billing-address>.proofora-billing-address__body{padding:0 18px 18px}.proofora-account-tab--billing>.proofora-plan-catalogue{margin:16px 0}.proofora-account-tab--billing>.proofora-billing-summary{margin-top:16px}
.pdr-profile-disclosure{padding:0!important;overflow:hidden}.pdr-profile-disclosure>summary{display:flex;align-items:center;justify-content:space-between;min-height:64px;padding:14px 17px;cursor:pointer}.pdr-profile-disclosure>summary>span:first-child{display:grid;gap:3px}.pdr-profile-disclosure>summary strong{font-size:16px}.pdr-profile-disclosure>summary small{color:#687c98;font-size:12px}.pdr-profile-disclosure__body{padding:0 17px 17px}
.pdr-public-profile-link-box{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:end;margin-top:18px;padding:15px;border:1px solid #dce6f3;border-radius:15px;background:#f8fbff}.pdr-public-profile-link-box>div:first-child{display:grid;gap:7px;min-width:0}.pdr-public-profile-link-box input{width:100%;min-height:44px;padding:9px 11px;border:1px solid #cbd8e8;border-radius:10px;background:#fff}.pdr-public-profile-link-box__actions{display:flex;flex-wrap:wrap;gap:8px}.pdr-public-profile-link-box__actions .pdr-button{min-height:44px}
.pdr-profile-upload-field input[type="file"],.pdr-field input[type="file"]{width:100%;padding:7px;border:1px dashed #aec0d5;border-radius:12px;background:#f8fbff;font-size:14px}.pdr-profile-upload-field input[type="file"]::file-selector-button,.pdr-field input[type="file"]::file-selector-button{min-height:40px;margin-right:10px;padding:8px 13px;border:0;border-radius:9px;background:#e5eef9;color:#214a78;font-weight:850;cursor:pointer}
.woocommerce-account .show-password-input{display:inline-flex!important;align-items:center;justify-content:center;min-width:44px!important;width:44px!important;height:44px!important}
.proofora-site-footer--account{margin-top:24px;padding:0;background:#071a35}.proofora-site-footer--account .proofora-shell{padding-top:0;padding-bottom:0}.proofora-site-footer--account .proofora-footer-bottom{min-height:68px;padding:14px 0;border-top:0}.proofora-site-footer--account .proofora-footer-bottom p,.proofora-site-footer--account .proofora-legal-menu a{font-size:12px}

/* Directory owner detail is rendered inside the WooCommerce account shell. */
.proofora-account-tab--channels .zdttd-public-wrap{max-width:none}.proofora-account-tab--channels :is(.zdttd-card,.zdttd-hero-card){padding:20px;border:1px solid #dbe6f3;border-radius:18px;background:#fff;box-shadow:0 10px 28px rgba(8,30,65,.05)}
.proofora-account-tab--channels .zdttd-context-nav,.proofora-account-tab--channels .zdttd-owner-channel-back{display:flex;align-items:center;gap:9px;min-height:44px;margin-bottom:12px;font-size:14px}.proofora-account-tab--channels .zdttd-context-nav{justify-content:space-between;padding:0 4px;color:#637792}.proofora-account-tab--channels .zdttd-context-nav a,.proofora-account-tab--channels .zdttd-owner-channel-back{color:#175fca;font-weight:800;text-decoration:none}
.proofora-account-tab--channels .zdttd-owner-channel-hero{display:flex;align-items:center;justify-content:space-between;gap:20px}.proofora-account-tab--channels .zdttd-owner-channel-hero h2{margin:4px 0;font-size:28px}.proofora-account-tab--channels .zdttd-owner-channel-actions,.proofora-account-tab--channels .zdttd-card-badges{display:flex;flex-wrap:wrap;gap:8px}.proofora-account-tab--channels .zdttd-button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:9px 14px;border:1px solid #175fca;border-radius:11px;background:#175fca;color:#fff;font-size:14px;font-weight:850;text-decoration:none}.proofora-account-tab--channels .zdttd-button-secondary{border-color:#b8c9dd;background:#fff;color:#26466f}
.proofora-account-tab--channels .zdttd-owner-channel-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:16px}.proofora-account-tab--channels .zdttd-owner-channel-grid>*{min-width:0}.proofora-account-tab--channels .zdttd-owner-result-card,.proofora-account-tab--channels .zdttd-owner-activity-card,.proofora-account-tab--channels .zdttd-owner-recommendations-card{margin-top:16px}.proofora-account-tab--channels .zdttd-owner-channel-grid .zdttd-owner-result-card,.proofora-account-tab--channels .zdttd-owner-channel-grid .zdttd-owner-activity-card{margin-top:0}
.proofora-account-tab--channels .zdttd-eyebrow{color:#1763ce;font-size:12px;font-weight:900;letter-spacing:.07em;text-transform:uppercase}.proofora-account-tab--channels .zdttd-owner-channel-detail h2{margin:6px 0 10px}.proofora-account-tab--channels .zdttd-owner-result-facts,.proofora-account-tab--channels .zdttd-owner-activity-grid,.proofora-account-tab--channels .zdttd-owner-channel-facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin:14px 0 0}.proofora-account-tab--channels :is(.zdttd-owner-result-facts,.zdttd-owner-activity-grid,.zdttd-owner-channel-facts)>div{display:grid;gap:4px;padding:12px;border:1px solid #e0e9f4;border-radius:12px;background:#f8fbff}.proofora-account-tab--channels :is(.zdttd-owner-result-facts,.zdttd-owner-activity-grid,.zdttd-owner-channel-facts) :is(span,dt){color:#687b95;font-size:12px}.proofora-account-tab--channels :is(.zdttd-owner-result-facts,.zdttd-owner-activity-grid,.zdttd-owner-channel-facts) :is(strong,dd){margin:0;color:#17355e;font-size:18px;font-weight:900}.proofora-account-tab--channels .zdttd-owner-result-facts small{color:#687b95;font-size:12px;line-height:1.45}.proofora-account-tab--channels .zdttd-owner-recommendations-card ul{display:grid;gap:9px;margin:12px 0 0;padding-left:20px}.proofora-account-tab--channels .zdttd-owner-recommendations-card li{font-size:14px;line-height:1.55}

@media(max-width:700px){
  .proofora-verification-table-wrap{margin:0;overflow:visible;border:0;background:transparent}.proofora-verification-table{display:block;min-width:0;background:transparent}.proofora-verification-table thead{display:none}.proofora-verification-table tbody{display:grid;gap:12px}.proofora-verification-table tr{display:grid;padding:14px;border:1px solid #dbe6f3;border-radius:15px;background:#fff}.proofora-verification-table td{display:grid;grid-template-columns:minmax(92px,.42fr) minmax(0,1fr);gap:10px;align-items:start;padding:8px 0;border:0!important;font-size:14px!important}.proofora-verification-table td:before{content:attr(data-label);color:#6b7e98;font-size:12px;font-weight:850}.proofora-verification-table__actions{justify-content:flex-start}.proofora-verification-table__actions form,.proofora-verification-table__actions button{width:100%}.proofora-verification-table__rating{font-size:15px!important}
  .proofora-buyer-verification__actions,.pdr-public-profile-link-box__actions{display:grid;grid-template-columns:1fr;width:100%}.proofora-buyer-verification__actions a,.pdr-public-profile-link-box__actions>*{width:100%}.pdr-public-profile-link-box{grid-template-columns:1fr}
  .proofora-account-tab--channels .zdttd-owner-channel-hero{align-items:stretch;flex-direction:column}.proofora-account-tab--channels .zdttd-owner-channel-actions{display:grid}.proofora-account-tab--channels .zdttd-owner-channel-grid{grid-template-columns:1fr}.proofora-account-tab--channels .zdttd-owner-result-facts,.proofora-account-tab--channels .zdttd-owner-activity-grid,.proofora-account-tab--channels .zdttd-owner-channel-facts{grid-template-columns:1fr}
  .proofora-site-footer--account .proofora-footer-bottom{align-items:flex-start;flex-direction:column;gap:8px}
}

/* 1.6.26 cabinet visual-system completion */
.woocommerce-account .proofora-account-hero h1{font-size:clamp(32px,3.2vw,44px)!important;line-height:1.08!important;letter-spacing:-.045em!important}
.woocommerce-account .proofora-account-hero--compact h1{font-size:clamp(30px,3vw,40px)!important}
.proofora-verification-filters a.is-active,.proofora-verification-pagination a.is-active,.proofora-buyer-verification__actions a:not(.is-secondary){color:#fff!important}
.proofora-verification-table__rating,.proofora-seller-review-preview__rating,.pdr-public-trust-stars,.pdr-public-review__meta>strong{color:#946200!important}
.proofora-verification-table__row--awaiting_video .proofora-verification-table__status,.proofora-verification-table__row--retry_required .proofora-verification-table__status,.proofora-verification-table__row--intake_failed .proofora-verification-table__status{background:#fff0d8;color:#815000}.proofora-verification-table__row--video_received .proofora-verification-table__status,.proofora-verification-table__row--analyzing .proofora-verification-table__status{background:#e8f1ff;color:#174f9c}

/* Channel Owner hub, cards and every ownership-form state. */
.proofora-account-tab--channels .zdttd-public-wrap{color:#263d61;font-size:15px;line-height:1.6}
.proofora-account-tab--channels :is(p,.zdttd-muted,.zdttd-hub-report-state,.zdttd-hub-state,.zdttd-badge,.zdttd-hub-disclosure-summary small,.zdttd-verification-code span){font-size:12px!important;line-height:1.5!important}
.proofora-account-tab--channels :is(h2,h3){color:#0b1734!important;line-height:1.15!important}
.proofora-account-tab--channels .zdttd-seller-hub-hero h2{font-size:clamp(28px,3vw,38px)!important}
.proofora-account-tab--channels :is(.zdttd-button,a.zdttd-button,button.zdttd-button){min-height:44px;padding:10px 15px;border:1px solid #175fca;border-radius:11px;background:#175fca;color:#fff!important;font-size:14px!important;font-weight:850;text-decoration:none!important}
.proofora-account-tab--channels :is(.zdttd-button-secondary,a.zdttd-button-secondary,button.zdttd-button-secondary){border-color:#aebfd3;background:#fff;color:#26466f!important}
.proofora-account-tab--channels .zdttd-seller-submit-card{margin-top:16px;padding:0!important;overflow:hidden}
.proofora-account-tab--channels .zdttd-hub-disclosure-summary{display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:72px;padding:15px 18px;cursor:pointer;list-style:none}
.proofora-account-tab--channels .zdttd-hub-disclosure-summary::-webkit-details-marker{display:none}
.proofora-account-tab--channels .zdttd-hub-disclosure-summary>span:first-child{display:grid;gap:3px}
.proofora-account-tab--channels .zdttd-hub-disclosure-summary strong{font-size:17px!important}
.proofora-account-tab--channels .zdttd-hub-disclosure-action{display:grid;place-items:center;flex:0 0 40px;width:40px;height:40px;border-radius:12px;background:#edf4fd;color:#175fca}
.proofora-account-tab--channels .zdttd-hub-disclosure-action:before{content:"+";font-size:24px;font-weight:750;line-height:1}
.proofora-account-tab--channels .zdttd-seller-submit-card[open] .zdttd-hub-disclosure-action:before{content:"−"}
.proofora-account-tab--channels .zdttd-hub-disclosure-body{padding:0 18px 18px;border-top:1px solid #e3ebf5}
.proofora-account-tab--channels .zdttd-hub-disclosure-body>.zdttd-muted{margin:16px 0!important;color:#60728d!important}
.proofora-account-tab--channels .zdttd-claim-form{display:grid;gap:15px}
.proofora-account-tab--channels .zdttd-claim-form label{display:grid;gap:7px;margin:0;color:#17355e;font-size:13px!important;font-weight:850}
.proofora-account-tab--channels .zdttd-claim-form :is(input[type="text"],input[type="url"],select,textarea){display:block;width:100%;min-height:48px;margin:0;padding:11px 13px;border:1px solid #becde0;border-radius:11px;background:#fff;color:#132845;font-size:16px;line-height:1.35;box-shadow:0 1px 2px rgba(8,30,65,.03)}
.proofora-account-tab--channels .zdttd-claim-form textarea{min-height:96px;resize:vertical}
.proofora-account-tab--channels .zdttd-claim-form :is(input,select,textarea):focus{border-color:#175fca;outline:3px solid rgba(23,95,202,.14);outline-offset:1px}
.proofora-account-tab--channels .zdttd-hub-optional-fields{overflow:hidden;border:1px solid #dce6f2;border-radius:13px;background:#f8fbff}
.proofora-account-tab--channels .zdttd-hub-optional-fields>summary{display:flex;align-items:center;justify-content:space-between;min-height:48px;padding:10px 13px;color:#244b78;font-size:14px;font-weight:850;cursor:pointer;list-style:none}
.proofora-account-tab--channels .zdttd-hub-optional-fields>summary::-webkit-details-marker{display:none}
.proofora-account-tab--channels .zdttd-hub-optional-fields>summary:after{content:"+";font-size:20px}.proofora-account-tab--channels .zdttd-hub-optional-fields[open]>summary:after{content:"−"}
.proofora-account-tab--channels .zdttd-hub-optional-fields-body{display:grid;gap:14px;padding:14px;border-top:1px solid #dce6f2;background:#fff}
.proofora-account-tab--channels .zdttd-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.proofora-account-tab--channels .zdttd-active-claims{margin-top:16px}.proofora-account-tab--channels .zdttd-hub-claim-list{display:grid;gap:12px}.proofora-account-tab--channels .zdttd-hub-claim-item{padding:16px;border:1px solid #dfe8f3;border-radius:15px;background:#f9fbfe}
.proofora-account-tab--channels .zdttd-hub-item-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.proofora-account-tab--channels .zdttd-hub-item-heading h3{margin:0!important;font-size:18px!important}.proofora-account-tab--channels .zdttd-hub-item-heading .zdttd-muted{margin:4px 0 0!important}
.proofora-account-tab--channels .zdttd-hub-state,.proofora-account-tab--channels .zdttd-hub-report-state,.proofora-account-tab--channels .zdttd-badge{display:inline-flex;align-items:center;min-height:28px;padding:5px 9px;border-radius:999px;background:#edf3fa;color:#3e5878;font-weight:850;white-space:nowrap}
.proofora-account-tab--channels .zdttd-badge-verified{background:#e4f6ee;color:#116b4c}.proofora-account-tab--channels .zdttd-hub-state.is-attention{background:#fff0d8;color:#8a5200}
.proofora-account-tab--channels .zdttd-verification-code{display:grid;gap:6px;margin:13px 0;padding:13px;border:1px solid #c9d9ed;border-radius:13px;background:#fff}.proofora-account-tab--channels .zdttd-verification-code code{overflow-wrap:anywhere;color:#0b4ca5;font-size:18px;font-weight:900}
.proofora-account-tab--channels .zdttd-linked-channels{margin-top:16px}.proofora-account-tab--channels .zdttd-hub-section-heading p{margin:5px 0 0!important}.proofora-account-tab--channels .zdttd-hub-channel-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px;margin-top:15px}
.proofora-account-tab--channels .zdttd-hub-channel-card{display:grid;gap:15px;min-width:0;padding:17px;border:1px solid #d9e4f1;border-radius:17px;background:linear-gradient(145deg,#fff,#f8fbff);box-shadow:0 10px 26px rgba(8,30,65,.05)}
.proofora-account-tab--channels .zdttd-card-badges{justify-content:flex-end}
.proofora-account-tab--channels .zdttd-hub-activity{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin:0}
.proofora-account-tab--channels .zdttd-hub-activity>div{display:grid;gap:3px;padding:12px;border:1px solid #e0e9f4;border-radius:12px;background:#fff}.proofora-account-tab--channels .zdttd-hub-activity :is(dt,dd){margin:0}.proofora-account-tab--channels .zdttd-hub-activity dt{color:#687b95;font-size:12px;font-weight:750}.proofora-account-tab--channels .zdttd-hub-activity dd{color:#17355e;font-size:20px;font-weight:900}
.proofora-account-tab--channels .zdttd-hub-actions{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:auto}
.proofora-account-tab--channels .zdttd-trust-preparing{display:grid;gap:4px;margin-top:14px;padding:14px;border:1px solid #d8e4f2;border-radius:13px;background:#f6f9fd}.proofora-account-tab--channels .zdttd-trust-preparing strong{color:#17355e;font-size:15px}.proofora-account-tab--channels .zdttd-trust-preparing span{color:#60728d;font-size:12px}

/* Disclosure indicators, Affiliate contrast and the payment-method empty icon. */
.proofora-billing-address>summary:after{content:none!important}.proofora-billing-address>summary>span:first-child{display:grid;gap:4px;min-width:0}.proofora-billing-address>summary strong{font-size:16px!important}.proofora-billing-address>summary small{display:block;color:#687c98;font-size:12px!important;font-weight:650;line-height:1.45}
.proofora-disclosure-indicator,.pdr-profile-disclosure>summary>span:last-child{display:grid;place-items:center;flex:0 0 36px;width:36px;height:36px;border-radius:11px;background:#edf4fd;color:#175fca;font-size:0!important}
.proofora-disclosure-indicator:after,.pdr-profile-disclosure>summary>span:last-child:after{content:"+";font-size:22px;font-weight:750;line-height:1}.proofora-billing-address[open] .proofora-disclosure-indicator:after,.pdr-profile-disclosure[open]>summary>span:last-child:after{content:"−"}
.proofora-account-tab--affiliate .pdr-affiliate-banner{background:linear-gradient(135deg,#071a35,#123f7a)!important}.proofora-account-tab--affiliate .pdr-affiliate-banner :is(span,strong,small){color:#fff!important;text-shadow:0 1px 2px rgba(0,0,0,.24)}.proofora-account-tab--affiliate .pdr-affiliate-banner span{color:#8ee7ed!important}
.proofora-account-tab--affiliate .pdr-affiliate-button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:10px 15px;border:1px solid #175fca;border-radius:11px;background:#175fca;color:#fff!important;font-size:14px!important;font-weight:850;text-decoration:none!important}.proofora-account-tab--affiliate .pdr-affiliate-link{display:inline-flex;align-items:center;min-height:44px;color:#234b78!important;font-size:14px!important;font-weight:850}
.proofora-account-tab--affiliate :is(.pdr-affiliate-kicker,.pdr-affiliate-card p,.pdr-affiliate-card small,.pdr-affiliate-stats dt,.pdr-affiliate-stats dd){font-size:max(12px,1em);line-height:1.5}
@media(max-width:760px){
  .proofora-account-tab--channels .zdttd-form-grid,.proofora-account-tab--channels .zdttd-hub-channel-grid{grid-template-columns:1fr}
  .proofora-account-tab--channels .zdttd-hub-item-heading,.proofora-account-tab--channels .zdttd-hub-actions{align-items:stretch;flex-direction:column}
  .proofora-account-tab--channels .zdttd-card-badges{justify-content:flex-start}.proofora-account-tab--channels .zdttd-hub-report-state{width:max-content}
  .proofora-account-tab--channels .zdttd-hub-actions .zdttd-button{width:100%}
}
@media(max-width:520px){
  .woocommerce-account .proofora-account-hero h1,.woocommerce-account .proofora-account-hero--compact h1{font-size:30px!important}
  .proofora-account-tab--channels .zdttd-hub-disclosure-summary,.proofora-account-tab--channels .zdttd-hub-disclosure-body{padding-right:14px;padding-left:14px}
  .proofora-account-tab--channels .zdttd-hub-activity{grid-template-columns:1fr}
}

/* 1.6.27 production-verified cabinet controls and typography */
/* The live account shell is .woocommerce; keep these rules tied to real markup. */
.woocommerce-account .woocommerce :is(.proofora-account-hero__identity-copy small,.proofora-account-mode-select label span,.proofora-mode-overview__heading p,.proofora-mode-overview__stats dt,.proofora-buyer-portfolio__heading p,.proofora-buyer-deal__next small,.proofora-billing-summary dt,.proofora-billing-panel__heading a,.proofora-billing-list article small,.proofora-verifications__heading p,.proofora-telegram-connection small){font-size:12px!important;line-height:1.45!important}
.woocommerce-account .woocommerce :is(.proofora-account-mode-select select,.proofora-account-mode-select button,.proofora-mode-overview__actions a,.proofora-seller-trust-panel__actions a,.proofora-verification-filters a,.proofora-verification-pagination a,.proofora-buyer-verification__actions a,.proofora-verification-table__actions button,.proofora-billing-panel__heading a,.proofora-verifications__empty a,.proofora-buyer-portfolio__empty a){min-height:44px!important;height:auto!important;font-size:14px!important}
.woocommerce-account .woocommerce .proofora-account-mode-select select{padding:9px 34px 9px 12px!important}
.woocommerce-account .woocommerce .proofora-account-mode-select button{padding:9px 13px!important}

/* Channel Owner metadata and actions. */
.woocommerce-account .woocommerce :is(.proofora-owner-portfolio__heading span,.proofora-owner-channel h4+span,.proofora-owner-channel__score small,.proofora-owner-channel__badges span,.proofora-owner-channel dt,.proofora-owner-channel__result strong,.proofora-owner-channel__result p,.proofora-owner-channel__recommendation small,.proofora-owner-channel__recommendation p){font-size:12px!important;line-height:1.5!important}
.woocommerce-account .woocommerce :is(.proofora-owner-portfolio__heading>a,.proofora-owner-channel>a,.proofora-owner-channel__actions a){display:inline-flex;align-items:center;min-height:44px;padding:8px 2px;font-size:14px!important;line-height:1.35!important}

/* Seller trust metadata and every primary or secondary action. */
.woocommerce-account .woocommerce :is(.proofora-seller-trust-panel__heading>div:first-child>span,.proofora-seller-trust-panel__heading p,.proofora-seller-trust-metrics strong small,.proofora-seller-trust-metrics span,.proofora-seller-trust-metrics em,.proofora-seller-completeness span,.proofora-seller-trust-signals dt,.proofora-seller-trust-note,.proofora-seller-plan-card>span,.proofora-seller-plan-card__title small,.proofora-seller-review-preview__heading small,.proofora-seller-review-preview__meta small,.proofora-seller-review-reply small){font-size:12px!important;line-height:1.45!important}
.woocommerce-account .woocommerce :is(.proofora-seller-plan-card p,.proofora-seller-review-preview__comment,.proofora-seller-review-preview__empty,.proofora-seller-review-reply p){font-size:14px!important;line-height:1.55!important}
.woocommerce-account .woocommerce :is(.proofora-seller-plan-card>a,.proofora-seller-review-reply-editor summary,.pdr-dashboard-header-actions .pdr-button,.pdr-dashboard .pdr-channel-overview-head .pdr-button){display:inline-flex;align-items:center;min-height:44px!important;font-size:14px!important}

/* Buyer cards retain readable labels on desktop and mobile. */
.woocommerce-account .woocommerce :is(.proofora-buyer-deal__top span,.proofora-buyer-deal__top small,.proofora-buyer-verification dt,.proofora-buyer-verification dd,.proofora-buyer-deal__next strong){font-size:12px!important;line-height:1.45!important}
.woocommerce-account .woocommerce .proofora-buyer-verification .proofora-buyer-deal__next p{font-size:14px!important;line-height:1.55!important}

/* 1.6.28 production audit closure. */
.woocommerce-account .woocommerce .proofora-seller-review-preview__heading strong{font-size:14px!important;line-height:1.4!important}
.woocommerce-account .woocommerce .proofora-telegram-connection strong{font-size:12px!important;line-height:1.45!important}
.woocommerce-account .woocommerce .proofora-buyer-portfolio__heading>div>span{font-size:12px!important;line-height:1.45!important}
.woocommerce-account .woocommerce .proofora-mode-overview__stats>div.is-preparing dd{font-size:12px!important;line-height:1.45!important}
.woocommerce-account .woocommerce .proofora-owner-overview__preparing a{display:inline-flex;align-items:center;min-height:44px;font-size:14px!important;line-height:1.35!important}

/* The Channel Owner summary is rendered on Overview, outside the Affiliate tab. */
.woocommerce-account .woocommerce .pdr-affiliate-account-summary{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:18px;margin-top:18px;padding:20px 22px;border:1px solid #dbe6f4;border-radius:20px;background:linear-gradient(145deg,#fff,#f6faff)}
.woocommerce-account .woocommerce .pdr-affiliate-account-summary__content{display:grid;gap:4px;min-width:0}
.woocommerce-account .woocommerce .pdr-affiliate-account-summary__content>span,.woocommerce-account .woocommerce .pdr-affiliate-account-summary__status,.woocommerce-account .woocommerce .pdr-affiliate-account-summary__metrics dt{font-size:12px!important;line-height:1.45!important}
.woocommerce-account .woocommerce .pdr-affiliate-account-summary__content>span{color:#1763ce;font-weight:900;letter-spacing:.07em;text-transform:uppercase}
.woocommerce-account .woocommerce .pdr-affiliate-account-summary__content h3{margin:0!important;color:#0b1734!important;font-size:20px!important;line-height:1.2!important}
.woocommerce-account .woocommerce .pdr-affiliate-account-summary__content p{margin:2px 0!important;color:#60728d!important;font-size:14px!important;line-height:1.55!important}
.woocommerce-account .woocommerce .pdr-affiliate-account-summary__status{color:#526987;font-weight:750}
.woocommerce-account .woocommerce .pdr-affiliate-account-summary__metrics{display:grid;grid-template-columns:repeat(2,minmax(110px,1fr));gap:8px;margin:0}
.woocommerce-account .woocommerce .pdr-affiliate-account-summary__metrics>div{display:grid;gap:3px;padding:11px 12px;border:1px solid #e0e9f5;border-radius:13px;background:#fff}
.woocommerce-account .woocommerce .pdr-affiliate-account-summary__metrics dt{color:#6c7c96;font-weight:850}
.woocommerce-account .woocommerce .pdr-affiliate-account-summary__metrics dd{margin:0;color:#152c53;font-size:16px!important;font-weight:950;line-height:1.3!important}
.woocommerce-account .woocommerce .pdr-affiliate-account-summary__actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}
.woocommerce-account .woocommerce .pdr-affiliate-account-summary__actions :is(.pdr-affiliate-button,.pdr-affiliate-link){display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:9px 13px;font-size:14px!important;line-height:1.35!important;text-decoration:none!important}

/* Endpoint class follows the real WooCommerce template instead of a non-matching :has() relationship. */
.proofora-payment-methods-page .woocommerce-MyAccount-content .woocommerce-info:before{
  content:""!important;box-sizing:border-box;width:30px!important;height:22px!important;top:22px!important;
  border:2px solid #175fca!important;border-radius:5px!important;
  background-color:#eaf2ff!important;background-image:linear-gradient(#175fca,#175fca),linear-gradient(#175fca,#175fca)!important;
  background-position:5px 13px,0 4px!important;background-repeat:no-repeat!important;background-size:8px 2px,100% 3px!important;
  color:transparent!important;font-family:inherit!important;font-size:0!important
}

@media(max-width:900px){
  .woocommerce-account .woocommerce .pdr-affiliate-account-summary{grid-template-columns:1fr}
  .woocommerce-account .woocommerce .pdr-affiliate-account-summary__actions{justify-content:flex-start}
}
@media(max-width:520px){
  .woocommerce-account .woocommerce .pdr-affiliate-account-summary__metrics{grid-template-columns:1fr}
  .woocommerce-account .woocommerce .pdr-affiliate-account-summary__actions{display:grid}
  .woocommerce-account .woocommerce .pdr-affiliate-account-summary__actions :is(.pdr-affiliate-button,.pdr-affiliate-link){width:100%}
}

/* 1.6.29 balanced Seller and Affiliate action layouts. */
.woocommerce-account .woocommerce .proofora-seller-trust-panel__actions{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:8px;
  width:min(100%,370px)
}
.woocommerce-account .woocommerce .proofora-seller-trust-panel__actions>a{
  width:100%;
  padding-right:14px!important;
  padding-left:14px!important
}
.woocommerce-account .woocommerce .proofora-seller-trust-panel__actions>a:first-child{grid-column:1/-1}
.pdr-affiliate-shell .pdr-affiliate-promo__column{
  display:flex;
  flex-direction:column;
  min-width:0
}
.pdr-affiliate-shell :is(.pdr-affiliate-banner-download,.pdr-affiliate-post-copy){
  align-self:flex-start;
  margin-top:auto!important
}
.pdr-affiliate-shell .pdr-affiliate-banner-download{margin-top:12px!important}
@media(max-width:620px){
  .woocommerce-account .woocommerce .proofora-seller-trust-panel__actions{grid-template-columns:1fr;width:100%}
  .woocommerce-account .woocommerce .proofora-seller-trust-panel__actions>a:first-child{grid-column:auto}
  .pdr-affiliate-shell :is(.pdr-affiliate-banner-download,.pdr-affiliate-post-copy){align-self:stretch}
}


/* 1.6.31 compact cabinet navigation and unified verification feedback */
.proofora-mobile-account-menu,.proofora-account-role-footer{display:none}
.proofora-verification-list,.proofora-buyer-verification-list{display:grid;gap:0;overflow:hidden;border:1px solid #dce6f2;border-radius:18px;background:#fff}
.proofora-verification-row,.proofora-buyer-verification-row{display:grid;grid-template-columns:minmax(170px,.8fr) minmax(150px,.55fr) minmax(220px,1.2fr) auto;gap:16px;align-items:start;padding:15px 17px;border-bottom:1px solid #e7edf5}
.proofora-verification-row:last-child,.proofora-buyer-verification-row:last-child{border-bottom:0}
.proofora-verification-row__summary,.proofora-buyer-verification-row__summary{display:grid;gap:7px;min-width:0}
.proofora-verification-row__identity,.proofora-buyer-verification-row__summary>div{display:grid;gap:3px;min-width:0}
.proofora-verification-row__identity strong,.proofora-buyer-verification-row__summary strong{overflow:hidden;color:#10243f;font-size:13px;text-overflow:ellipsis;white-space:nowrap}
.proofora-verification-row__identity small,.proofora-buyer-verification-row__summary small{color:#7c8ba0;font-size:10px}
.proofora-verification-row__status,.proofora-buyer-verification-row__summary>span{justify-self:start;padding:5px 8px;border-radius:999px;background:#edf4fd;color:#315d91;font-size:9px;font-weight:900}
.proofora-verification-row--retry_required .proofora-verification-row__status,.proofora-verification-row--intake_failed .proofora-verification-row__status{background:#fff0e8;color:#a64b25}
.proofora-verification-row--approved .proofora-verification-row__status{background:#e8f7f0;color:#197555}
.proofora-verification-row__meta,.proofora-buyer-verification-row__meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.proofora-verification-row__meta span,.proofora-buyer-verification-row__meta span{display:grid;gap:3px}
.proofora-verification-row__meta small,.proofora-buyer-verification-row__meta small,.proofora-verification-row__feedback>small,.proofora-buyer-verification-row__feedback>small{color:#8390a3;font-size:8px;font-weight:900;letter-spacing:.06em;text-transform:uppercase}
.proofora-verification-row__meta strong,.proofora-buyer-verification-row__meta strong{color:#40546f;font-size:10px}
.proofora-verification-row__feedback,.proofora-buyer-verification-row__feedback{display:grid;gap:4px;min-width:0;color:#77869a;font-size:10px}
.proofora-verification-row__feedback.has-feedback,.proofora-buyer-verification-row__feedback.has-feedback{color:#40546f}
.proofora-verification-row__feedback>strong,.proofora-buyer-verification-row__feedback>strong{color:#e9a21a;font-size:12px;letter-spacing:.04em}
.proofora-verification-row__feedback>p,.proofora-buyer-verification-row__feedback>p{display:-webkit-box;overflow:hidden;margin:0!important;color:#40546f!important;font-size:11px!important;line-height:1.45!important;-webkit-box-orient:vertical;-webkit-line-clamp:3}
.proofora-verification-row__feedback .proofora-seller-review-reply{margin-top:4px}
.proofora-verification-row__manage{min-width:150px}
.proofora-verification-row__manage>summary,.proofora-seller-review-reply-editor>summary{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:7px 11px;border:1px solid #cddaea;border-radius:10px;background:#f7faff;color:#315b8b;font-size:9px;font-weight:900;cursor:pointer;list-style:none}
.proofora-verification-row__manage>summary::-webkit-details-marker,.proofora-seller-review-reply-editor>summary::-webkit-details-marker{display:none}
.proofora-verification-row__manage[open]{grid-column:1/-1;width:100%}
.proofora-verification-row__manage[open]>summary{margin-bottom:10px}
.proofora-verification-row__manage .proofora-verification-table__actions{justify-content:flex-start}
.proofora-buyer-verification-row__actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:7px}
.proofora-buyer-verification-row__actions a{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:7px 11px;border-radius:10px;background:#1465d8;color:#fff!important;font-size:9px;font-weight:900;text-decoration:none!important}
.proofora-buyer-verification-row__actions a.is-secondary{border:1px solid #cddaea;background:#fff;color:#315b8b!important}
