.promotion-txid-feedback{display:block;min-height:17px;color:#697180;font-size:11px;font-weight:850}.promotion-txid-feedback.ok{color:#08735e}.promotion-txid-feedback.error{color:#d42755}.promotion-focus{animation:promotionFocus .9s ease}#promotionPingpayAddress[readonly]{background:#f2f5f5;color:#111;font-weight:850;cursor:not-allowed}.promotion-select-label{display:grid;gap:7px;margin-bottom:14px;font-weight:900}.promotion-select-label select{width:100%;border:1px solid #64dfc2;border-radius:12px;background:#f3fffb;color:#111;padding:12px 14px;font:inherit;font-weight:850}.promotion-inline-detail{margin:0 0 16px}.promotion-inline-detail:empty{display:none}.promotion-inline-detail .promotion-detail-image{max-height:420px;margin:0 auto;border-radius:14px 14px 0 0}.promotion-inline-apply form{display:grid;gap:12px}.promotion-inline-apply form>label,.promotion-inline-apply form fieldset label{display:grid;gap:6px;color:#111;font-weight:850}.promotion-inline-apply form label em{color:#ef4775;font-size:11px;font-style:normal}.promotion-inline-apply input,.promotion-inline-apply textarea{width:100%;box-sizing:border-box;border:1px solid #d9dfe8;border-radius:11px;background:#fff;color:#111;padding:11px;font:inherit}.promotion-inline-apply #promotionSubmitButton{width:100%;margin-top:4px}.promotion-success{padding:14px;border-radius:12px;background:rgba(85,223,195,.28);color:#07110f;font-weight:900}#promotionHistory{display:grid;gap:14px;padding:0;border:0;background:transparent;box-shadow:none}#promotionHistory .promotion-history-row{display:block;margin:0;padding:16px;border:1px solid #64dfc2;border-radius:16px;background:#fff;box-shadow:0 6px 18px rgba(22,93,78,.05)}#promotionHistory .promotion-history-row header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding-bottom:12px;border-bottom:1px solid #e5f5f1}#promotionHistory .promotion-history-row header strong{display:block;color:#05070a;font-size:17px;font-weight:950}#promotionHistory .promotion-history-row header small{display:block;margin-top:4px;color:#687181}.promotion-application-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 16px;margin:14px 0 0}.promotion-application-fields>div{min-width:0}.promotion-application-fields>div.wide{grid-column:1/-1}.promotion-application-fields dt{margin:0 0 3px;color:#687181;font-size:11px;font-weight:900}.promotion-application-fields dd{margin:0;color:#111;font-size:13px;font-weight:800;overflow-wrap:anywhere}.promotion-application-evidence{display:grid;gap:7px;margin-top:14px;padding-top:12px;border-top:1px solid #e5f5f1}.promotion-application-evidence strong{font-size:12px}.promotion-application-evidence img{display:block;width:min(220px,100%);max-height:180px;border:1px solid #dce8e5;border-radius:10px;background:#070808;object-fit:contain}.promotion-application-evidence span{color:#687181;font-size:12px;font-weight:800}@media(max-width:600px){.promotion-application-fields{grid-template-columns:1fr}.promotion-application-fields>div.wide{grid-column:auto}#promotionHistory .promotion-history-row{padding:13px}}@keyframes promotionFocus{50%{filter:drop-shadow(0 0 12px rgba(85,223,195,.75))}}

/* v53: remove the pale sticky strip above the first promotion section. */
#promotions .promo-tabs{
  position:static;
  padding:0;
  background:transparent;
  backdrop-filter:none;
  -webkit-backdrop-filter:none;
}

/* v53: compact, structured two-column benefit application. */
#promotionApplyForm{
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
}
#promotionApplyForm>.promotion-purchase-fields,
#promotionApplyForm>.promotion-custom-fields,
#promotionApplyForm>.promotion-shipping,
#promotionApplyForm>#promotionSubmitButton{
  grid-column:1/-1;
}
#promotionApplyForm>.promotion-purchase-fields,
#promotionApplyForm>.promotion-shipping{
  padding:14px;
  border:0;
  border-radius:14px;
  background:#f8fffd;
}
#promotionApplyForm>.promotion-custom-fields{
  border:0;
  background:#f8fffd;
}
#promotionApplyForm>label{
  align-content:start;
  min-width:0;
}
#promotionApplyForm>#promotionSubmitButton{
  min-height:46px;
}

@media(max-width:700px){
  #promotionApplyForm{grid-template-columns:1fr}
  #promotionApplyForm>.promotion-purchase-fields,
  #promotionApplyForm>.promotion-custom-fields,
  #promotionApplyForm>.promotion-shipping,
  #promotionApplyForm>#promotionSubmitButton{grid-column:auto}
}

/* v54: optional badge and conditional shipping guidance. */
.promotion-optional-badge{
  display:inline-flex;
  align-items:center;
  margin-left:7px;
  padding:3px 8px;
  border-radius:999px;
  background:rgba(85,223,195,.28);
  color:#08735e!important;
  font-size:10px!important;
  font-weight:950;
  line-height:1.2;
  vertical-align:middle;
}
.promotion-shipping-note{
  grid-column:1/-1;
  margin:0 0 2px;
  color:#4f5d59;
  font-size:12px;
  font-weight:850;
}

/* v55: required and automatic helper labels use a borderless pale-red badge. */
.promotion-inline-apply form label em{
  display:inline-flex;
  align-items:center;
  width:max-content;
  padding:3px 7px;
  border:0;
  border-radius:999px;
  background:#fff0f2;
  color:#b72b4f;
  font-size:10px;
  font-weight:950;
  line-height:1.2;
}

/* v56: mint outlines only around major groups; fields use soft-gray fills. */
#promotionApplyForm>.promotion-purchase-fields,
#promotionApplyForm>.promotion-custom-fields,
#promotionApplyForm>.promotion-shipping{
  border:1px solid #8fe3d1;
}
.promotion-inline-apply input,
.promotion-inline-apply textarea,
.promotion-select-label select{
  border:0;
  background:#f2f3f5;
  box-shadow:none;
}
.promotion-inline-apply input:focus,
.promotion-inline-apply textarea:focus,
.promotion-select-label select:focus{
  outline:2px solid rgba(85,223,195,.42);
  outline-offset:0;
  box-shadow:none;
}
#promotionPingpayAddress[readonly]{
  border:0;
  background:#f2f3f5;
  font-size:14px;
}

/* v57: compact promotion lists and collapsible optional inputs. */
#promotions .promotion-section-head p,
#promotions .promotion-meta,
#promotions .promotion-history-row small,
#promotions .promotion-application-fields dt,
#promotions .promotion-application-evidence span,
#promotions .promotion-shipping-note{color:#111}
.promotion-select-label select{border:1px solid #55dfc3;background:#fff;color:#111}
#promotionApplyForm>.promotion-purchase-fields{background:#ddf8f1}
.promotion-inline-apply input,.promotion-inline-apply textarea{border:0;background:#fff;color:#111}
.promotion-inline-apply input::placeholder,.promotion-inline-apply textarea::placeholder{color:#8a8f98}
.promotion-inline-apply form label em{background:#dff8f1;color:#15977e}
.promotion-extra-details{grid-column:1/-1;margin:0;border:0}
.promotion-extra-details>summary{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:46px;padding:0 15px;border:0;border-radius:12px;background:#dff8f1;color:#111;font-weight:950;cursor:pointer;list-style:none}
.promotion-extra-details>summary::-webkit-details-marker{display:none}
.promotion-extra-details>summary span{color:#15977e;font-size:20px;transition:transform .18s ease}
.promotion-extra-details[open]>summary span{transform:rotate(180deg)}
.promotion-extra-content{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:10px;padding:14px;border:0;border-radius:14px;background:#ddf8f1}
.promotion-extra-content>.promotion-custom-fields,.promotion-extra-content>.promotion-shipping{grid-column:1/-1;border:0;background:transparent;padding:0}
.promotion-extra-content>label{min-width:0}
#promotionEvidence{padding:7px;border:1px solid #c8cdd4;border-radius:11px;background:#fff}
#promotionEvidence::file-selector-button{margin-right:10px;padding:8px 12px;border:0;border-radius:8px;background:#dff8f1;color:#15977e;font-weight:900;cursor:pointer}
.promotion-list-head,.promotion-list-row{display:grid;grid-template-columns:minmax(180px,1.25fr) minmax(150px,1fr) minmax(150px,1fr) minmax(150px,1fr) 90px 110px;gap:14px;align-items:center}
.promotion-list-head{padding:10px 12px;border-radius:10px;background:#ddf8f1;color:#111;font-size:12px;font-weight:950}
.promotion-list-row{padding:16px 12px;border:0;border-bottom:1px solid #edf0f2;background:transparent;color:#111}
.promotion-list-row:last-child{border-bottom:0}
.promotion-list-title{display:flex;align-items:center;gap:10px;min-width:0}
.promotion-list-title img{width:54px;height:40px;border-radius:8px;object-fit:cover;background:#050506}
.promotion-list-row>div{min-width:0;overflow-wrap:anywhere;font-size:13px}
.promotion-list-row .btn{width:100%;min-width:0;padding:0 8px}
.promotion-history-columns{display:grid;grid-template-columns:1.2fr .8fr .7fr 1fr .8fr .7fr;gap:12px;margin:0 0 10px;padding:10px 12px;border-radius:10px;background:#ddf8f1;color:#111;font-size:12px;font-weight:950}
.wallet-copy button,.pingpay-copy-btn{border:0!important;border-radius:999px!important;background:#e5f8f3!important;color:#15977e!important;transition:box-shadow .15s ease,background .15s ease}
.wallet-copy button:hover,.wallet-copy button:focus-visible,.pingpay-copy-btn:hover,.pingpay-copy-btn:focus-visible{background:#e5f8f3!important;outline:0;box-shadow:0 0 0 2px #fff,0 0 0 4px #55dfc3}
@media(max-width:900px){.promotion-list-head,.promotion-history-columns{display:none}.promotion-list-row{grid-template-columns:1fr;gap:10px;padding:15px 4px}.promotion-list-row>div{display:grid;grid-template-columns:112px minmax(0,1fr);gap:10px}.promotion-list-row>div:before{content:attr(data-label);font-size:11px;font-weight:950}.promotion-list-title{display:grid}.promotion-list-title img{display:none}.promotion-list-row .btn{width:100%}.promotion-extra-content{grid-template-columns:1fr}.promotion-extra-content>.promotion-custom-fields,.promotion-extra-content>.promotion-shipping{grid-column:auto}}

/* v58: fixed three-tab navigation and final badge treatments. */
#promotions .promo-tabs{position:sticky;top:0;z-index:18;width:max-content;max-width:100%;padding:6px 0;background:transparent}
#promotions .promotion-page-section[hidden]{display:none!important}
.promotion-list-head,.promotion-list-row{grid-template-columns:minmax(180px,1.25fr) minmax(150px,1fr) minmax(150px,1fr) minmax(150px,1fr) 90px}
.promotion-inline-apply form label em{background:#55dfc3;color:#050807}
.org-more-badge{box-sizing:border-box!important;width:118px!important;height:16px!important;padding:0 5px!important;border:1px solid #55dfc3!important;border-radius:6px!important;background:transparent!important;color:#55dfc3!important;line-height:14px!important;box-shadow:none!important}

/* v59: right-aligned application summary and persistent list headers. */
#promotions>.title>#promotionSummary{align-self:center;justify-content:flex-end;margin:0;max-width:620px}
#promotions>.title>#promotionSummary button{background:#fff}
#promotionCards>.promotion-list-head{display:grid}
@media(max-width:900px){#promotions>.title>#promotionSummary{justify-content:flex-start;margin-top:16px;max-width:none}#promotionCards>.promotion-list-head{display:none}}

/* v60: aligned promotion table, image thumbnail preview, and one-line controls. */
#promotionCards{display:block;width:100%}
#promotions>.promo-tabs{display:flex;align-items:center;width:100%;max-width:none;gap:8px}
#promotions>.promo-tabs>#promotionSummary{display:flex;align-items:center;justify-content:flex-end;gap:7px;margin:0 0 0 auto;max-width:none}
#promotions>.promo-tabs>#promotionSummary button{margin:0;background:#fff}
.promotion-list-head,.promotion-list-row{width:100%;box-sizing:border-box;grid-template-columns:minmax(250px,1.45fr) minmax(130px,.9fr) minmax(130px,.9fr) minmax(150px,.9fr) 90px}
.promotion-list-title{display:flex!important;grid-template-columns:none!important;align-items:center;gap:11px}
.promotion-list-title:before{display:none}
.promotion-thumb{display:block;flex:0 0 68px;width:68px;height:48px;margin:0;padding:0;overflow:hidden;border:1px solid #d9e6e2;border-radius:8px;background:#070808;cursor:zoom-in}
.promotion-thumb img{display:block!important;width:100%!important;height:100%!important;border:0!important;border-radius:0!important;object-fit:cover!important}
.promotion-list-title strong{min-width:0;color:#090b0e;line-height:1.35}
.promotion-empty-value{color:#9aa1aa;font-size:12px}
.promotion-image-dialog{width:auto;max-width:none;height:auto;max-height:none;margin:auto;padding:0;border:0;background:transparent;overflow:visible}
.promotion-image-dialog::backdrop{background:rgba(0,0,0,.78);backdrop-filter:blur(3px)}
.promotion-image-dialog-shell{position:relative;display:grid;place-items:center;width:min(920px,calc(100vw - 32px));height:min(88dvh,900px);padding:14px;border:1px solid rgba(85,223,195,.65);border-radius:16px;background:#050606;box-shadow:0 24px 80px rgba(0,0,0,.6)}
.promotion-image-dialog-shell img{display:block;max-width:100%;max-height:100%;object-fit:contain}
.promotion-image-dialog-close{position:absolute;z-index:2;top:10px;right:10px;display:grid;place-items:center;width:34px;height:34px;padding:0;border:1px solid rgba(255,255,255,.18);border-radius:9px;background:#1b1921;color:#fff;font-size:21px;font-weight:800;cursor:pointer}
@media(max-width:900px){#promotions>.promo-tabs{align-items:flex-start;flex-wrap:wrap}#promotions>.promo-tabs>#promotionSummary{order:2;flex-basis:100%;justify-content:flex-start;margin:4px 0 0}.promotion-list-row{width:100%}.promotion-list-row>div{display:grid}.promotion-list-title{display:flex!important}.promotion-thumb{flex-basis:76px;width:76px;height:54px}.promotion-image-dialog-shell{width:calc(100vw - 20px);height:calc(100dvh - 20px);padding:8px;border-radius:13px}}
@media(max-width:560px){#promotions>.promo-tabs>#promotionSummary{gap:5px;overflow-x:auto;padding-bottom:3px}#promotions>.promo-tabs>#promotionSummary button{flex:0 0 auto;padding:7px 9px}.promotion-list-row>div:not(.promotion-list-title){grid-template-columns:96px minmax(0,1fr)}}

/* v72: keep promotion navigation and its status counts visible below the top bar. */
#promotions>.promo-tabs{
  position:sticky;
  top:76px;
  z-index:9;
  box-sizing:border-box;
  padding:10px 0;
  background:rgba(246,247,251,.98);
  border-bottom:1px solid #e1e6ed;
  box-shadow:0 8px 16px rgba(27,35,55,.07);
}
@media(max-width:900px){
  #promotions>.promo-tabs{top:64px}
}

/* v73: align every Downline PingPay copy control in one fixed column. */
#downBody .downline-wallet-cell .wallet-copy{
  position:relative;
  display:block;
  width:100%;
  min-height:27px;
  padding-right:80px;
}
#downBody .downline-wallet-cell .wallet-copy>span{
  display:block;
  width:100%;
  line-height:27px;
}
#downBody .downline-wallet-cell .wallet-copy>button{
  position:absolute;
  top:0;
  right:0;
  transform:none;
}

/* v74: keep the full promotion heading, tabs and status summary together. */
#promotions>.promotion-sticky-header{
  position:sticky;
  top:76px;
  z-index:9;
  padding:24px 0 12px;
  background:transparent;
  box-shadow:none;
}
#promotions>.promotion-sticky-header>.title{margin:0 0 14px}
#promotions>.promotion-sticky-header .promo-tabs{
  position:static;
  top:auto;
  z-index:auto;
  margin:0;
  padding:0;
  background:transparent;
  border:0;
  box-shadow:none;
}
@media(max-width:900px){
  #promotions>.promotion-sticky-header{top:64px;padding:18px 0 10px}
}

/* v62: target column and expandable promotion details. */
.promotion-list-head,.promotion-list-row{grid-template-columns:minmax(230px,1.45fr) minmax(105px,.65fr) minmax(125px,.82fr) minmax(125px,.82fr) minmax(145px,.88fr) 82px 74px}
.promotion-view-btn{display:inline-flex;align-items:center;justify-content:center;min-width:60px;height:36px;padding:0 12px;border:0;border-radius:9px;background:#55dfc3;color:#07110f;font-size:12px;font-weight:950;cursor:pointer}
.promotion-view-btn[aria-expanded="true"]{background:#1b1921;color:#fff}
.promotion-expanded{grid-column:1/-1;display:grid!important;grid-template-columns:minmax(240px,.8fr) minmax(0,1.2fr)!important;gap:20px!important;margin:8px 0 2px;padding:18px;border:1px solid #8fe3d1;border-radius:14px;background:#f8fffd}
.promotion-expanded[hidden]{display:none!important}
.promotion-expanded:before{display:none!important}
.promotion-expanded-image{display:grid;place-items:center;width:100%;max-height:480px;margin:0;padding:0;overflow:hidden;border:0;border-radius:12px;background:#060707;cursor:zoom-in}
.promotion-expanded-image img{display:block;width:100%;max-height:480px;object-fit:contain}
.promotion-expanded-copy{display:block!important;min-width:0}
.promotion-expanded-copy:before{display:none!important}
.promotion-expanded-copy h3{margin:0 0 14px;color:#07090b;font-size:21px}
.promotion-expanded-copy section{margin:0;padding:10px 0;border-bottom:1px solid #dfeeea}
.promotion-expanded-copy section:last-child{border-bottom:0}
.promotion-expanded-copy b{display:block;margin-bottom:4px;color:#168d7c;font-size:12px}
.promotion-expanded-copy p{margin:0;color:#090b0e;font-size:14px;font-weight:750;line-height:1.55;white-space:pre-wrap}
@media(max-width:900px){.promotion-expanded{display:grid!important;grid-template-columns:1fr!important;padding:13px}.promotion-expanded[hidden]{display:none!important}.promotion-view-cell{display:grid!important;grid-template-columns:96px minmax(0,1fr)!important}.promotion-view-btn{width:100%}.promotion-expanded-image{max-height:65dvh}.promotion-expanded-image img{max-height:65dvh}}

/* v63: reliable image overlay and status-sized gray view button. */
.promotion-view-btn{display:inline-flex;align-items:center;justify-content:center;width:auto;min-width:0;height:auto;padding:6px 10px;border:0;border-radius:999px;background:#e5e7eb;color:#111;font-size:12px;font-weight:950;line-height:1;white-space:nowrap;box-shadow:none}
.promotion-view-btn:hover,.promotion-view-btn:focus-visible{background:#d7dbe1;outline:2px solid rgba(85,223,195,.4);outline-offset:2px}
.promotion-view-btn[aria-expanded="true"]{background:#cfd3da;color:#111}
.promotion-image-overlay{position:fixed;inset:0;z-index:10000;display:grid;place-items:center;padding:16px;background:rgba(0,0,0,.8);backdrop-filter:blur(3px)}
.promotion-image-overlay[hidden]{display:none!important}
.promotion-image-overlay-shell{position:relative;display:grid;place-items:center;width:min(920px,calc(100vw - 32px));height:min(90dvh,920px);padding:14px;border:1px solid rgba(85,223,195,.65);border-radius:16px;background:#050606;box-shadow:0 24px 80px rgba(0,0,0,.65)}
.promotion-image-overlay-shell img{display:block;max-width:100%;max-height:100%;object-fit:contain}
.promotion-image-overlay-close{position:absolute;z-index:2;top:10px;right:10px;display:grid;place-items:center;width:34px;height:34px;padding:0;border:1px solid rgba(255,255,255,.2);border-radius:9px;background:#1b1921;color:#fff;font-size:21px;font-weight:850;cursor:pointer}
body.promotion-image-open{overflow:hidden}
@media(max-width:900px){.promotion-view-btn{width:auto}.promotion-image-overlay{padding:10px}.promotion-image-overlay-shell{width:calc(100vw - 20px);height:calc(100dvh - 20px);padding:8px;border-radius:13px}}

/* v65: exact status sizing and image-ratio overlay. */
.promotion-status,.promotion-view-btn{box-sizing:border-box;min-width:54px;min-height:26px;justify-content:center}
.promotion-image-overlay-shell{display:inline-flex;width:auto;height:auto;max-width:calc(100vw - 32px);max-height:calc(100dvh - 32px);padding:0;overflow:hidden;border-radius:16px;background:#050606}
.promotion-image-overlay-shell img{display:block;width:auto;height:auto;max-width:calc(100vw - 32px);max-height:calc(100dvh - 32px);object-fit:contain;border-radius:15px}
.promotion-image-overlay-close{top:8px;right:8px}
@media(max-width:900px){.promotion-image-overlay-shell{width:auto;height:auto;max-width:calc(100vw - 20px);max-height:calc(100dvh - 20px);padding:0}.promotion-image-overlay-shell img{max-width:calc(100vw - 20px);max-height:calc(100dvh - 20px)}}

/* v65: align mint helper badges with black field labels. */
.promotion-inline-apply form label{color:#000!important}
.promotion-inline-apply form label em{position:relative;top:-2px;vertical-align:middle;transform:translateY(-1px);color:#050807!important}

/* v64: localized copy buttons remain horizontal rounded pills. */
.wallet-copy{display:inline-flex!important;align-items:center!important;gap:8px!important;max-width:100%}
.wallet-copy>span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.wallet-copy button,[data-copy-wallet]{display:inline-flex!important;align-items:center!important;justify-content:center!important;flex:0 0 auto!important;width:auto!important;min-width:max-content!important;height:auto!important;min-height:28px;padding:6px 12px!important;border:0!important;border-radius:999px!important;background:#e5f8f3!important;color:#15977e!important;font-size:11px!important;font-weight:950!important;line-height:1!important;white-space:nowrap!important;word-break:keep-all!important}

/* v67: equal default status/view controls and centered final columns. */
.promotion-list-head>span:nth-last-child(-n+2){text-align:center}
.promotion-status-cell,.promotion-view-cell{display:flex!important;align-items:center!important;justify-content:center!important}
.promotion-list-row .promotion-status,.promotion-list-row .promotion-view-btn{box-sizing:border-box;width:64px!important;min-width:64px!important;max-width:64px;height:28px!important;min-height:28px!important;max-height:28px;padding:0 10px!important;line-height:28px!important}

/* v71: keep the same minimum size while letting translated labels fit. */
.promotion-list-head,.promotion-list-row{grid-template-columns:minmax(230px,1.45fr) minmax(105px,.65fr) minmax(125px,.82fr) minmax(125px,.82fr) minmax(145px,.88fr) minmax(82px,max-content) minmax(74px,max-content)}
.promotion-list-row .promotion-status,.promotion-list-row .promotion-view-btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;flex:0 0 auto!important;box-sizing:border-box!important;width:max-content!important;min-width:64px!important;max-width:none!important;height:28px!important;min-height:28px!important;max-height:28px!important;padding:0 10px!important;line-height:1!important;white-space:nowrap!important;overflow-wrap:normal!important}
@media(max-width:900px){.promotion-list-row{grid-template-columns:minmax(0,1fr)}}

/* v75: the promotion heading starts at its final sticky position, with no moving gap. */
#promotions{margin-top:-30px}

/* v75: rounded language picker and rounded language list. */
.top .lang.language-native{display:none!important}
.language-picker{position:relative;min-width:174px;height:42px}
.language-picker-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;height:100%;padding:0 13px;border:1px solid #bdf0e4;border-radius:999px;background:linear-gradient(90deg,#f7fffd,#fff);color:#111;font:inherit;font-weight:850;cursor:pointer}
.language-picker-toggle::after{content:'⌄';margin-left:12px;font-size:16px;line-height:1;transform:translateY(-2px)}
.language-picker.open .language-picker-toggle{border-color:#55dfc3;box-shadow:0 0 0 3px rgba(85,223,195,.16)}
.language-picker-menu{position:absolute;top:calc(100% + 7px);right:0;z-index:30;display:grid;width:100%;min-width:212px;max-height:min(420px,calc(100dvh - 110px));padding:6px;overflow:auto;border:1px solid #bdf0e4;border-radius:18px;background:#fff;box-shadow:0 14px 30px rgba(22,37,51,.16)}
.language-picker-menu[hidden]{display:none}
.language-picker-option{width:100%;padding:9px 11px;border:0;border-radius:12px;background:transparent;color:#111;text-align:left;font:inherit;font-weight:800;cursor:pointer}
.language-picker-option:hover,.language-picker-option:focus-visible,.language-picker-option[aria-selected="true"]{background:#e5f8f3;outline:none}
@media(max-width:900px){#promotions{margin-top:-20px}.language-picker{display:none!important}}

/* v76: separate the fixed promotion frame from the lower content frame. */
#promotions>.promotion-sticky-header{padding-bottom:18px;background:radial-gradient(circle at 90% 8%,rgba(117,87,255,.08),transparent 22%),radial-gradient(circle at 12% 92%,rgba(111,232,207,.09),transparent 24%),var(--bg);background-attachment:fixed;border-bottom:1px solid #dfe4eb}
#promotions>.promotion-sticky-header .promo-tabs{display:flex;align-items:center;flex-wrap:nowrap;width:100%;max-width:none}
#promotions>.promotion-sticky-header .promo-tabs>#promotionSummary{display:flex;align-items:center;justify-content:flex-end;gap:7px;margin:0 0 0 auto;white-space:nowrap}
#promotions>.promotion-sticky-header .promo-tabs>#promotionSummary button{margin:0;background:#fff}
#promotions>.promotion-content-frame{margin-top:18px;padding:20px;border:1px solid #e1e6ed;border-radius:20px;background:#fff;box-shadow:0 10px 28px rgba(27,35,55,.05)}
#promotions>.promotion-content-frame>.promotion-page-section{margin:0;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}
#promotions>.promotion-content-frame>.page-footer{margin-bottom:0}
.language-picker-menu{scrollbar-width:none;-ms-overflow-style:none}
.language-picker-menu::-webkit-scrollbar{width:0;height:0}
@media(max-width:900px){#promotions>.promotion-sticky-header{padding-bottom:12px}#promotions>.promotion-sticky-header .promo-tabs{align-items:flex-start;flex-wrap:wrap}#promotions>.promotion-sticky-header .promo-tabs>#promotionSummary{order:2;flex-basis:100%;justify-content:flex-start;margin:4px 0 0}#promotions>.promotion-content-frame{margin-top:14px;padding:14px}}
@media(max-width:560px){#promotions>.promotion-sticky-header .promo-tabs>#promotionSummary{gap:5px;overflow-x:auto;padding-bottom:3px}#promotions>.promotion-sticky-header .promo-tabs>#promotionSummary button{flex:0 0 auto;padding:7px 9px}}

/* v78: retain scrolling while hiding every visible scrollbar and stabilizing page width. */
html{overflow-y:scroll;scrollbar-width:none;-ms-overflow-style:none}
html::-webkit-scrollbar,body::-webkit-scrollbar,*::-webkit-scrollbar{width:0;height:0}
*,*::before,*::after{scrollbar-width:none;-ms-overflow-style:none}
