/* Interactive Learner 7.1.22 — authentication, account, access, and checkout surfaces. */

/* Authentication and account base. Extracted from inline rendering in 7.1.10. */
.il-learn-auth-page{background:#f8fafc}.il-learn-auth-shell__main{display:grid;grid-template-columns:minmax(0,0.95fr) minmax(320px,520px);gap:clamp(24px,4vw,56px);align-items:center;min-height:calc(100dvh - 150px);padding-top:clamp(24px,4vw,56px);padding-bottom:clamp(28px,5vw,72px)}.il-learn-auth-hero{position:relative;overflow:hidden;padding:clamp(28px,5vw,54px);border-radius:32px;background:radial-gradient(circle at top right,rgba(45,212,191,.24),transparent 34%),linear-gradient(135deg,rgba(15,23,42,.96),rgba(15,118,110,.9));color:#fff;box-shadow:0 28px 80px rgba(15,23,42,.24)}.il-learn-auth-hero:after{content:"";position:absolute;inset-inline-end:-70px;bottom:-90px;width:240px;height:240px;border-radius:999px;background:rgba(255,255,255,.08)}.il-learn-auth-hero span{display:inline-flex;margin-bottom:16px;padding:7px 13px;border-radius:999px;background:rgba(255,255,255,.14);font-size:.77rem;font-weight:900;letter-spacing:.09em;text-transform:uppercase}.il-learn-auth-hero h1{position:relative;margin:0 0 14px;color:#fff;font-size:clamp(2.2rem,5vw,4.4rem);line-height:.98;letter-spacing:-.05em}.il-learn-auth-hero p{position:relative;max-width:680px;margin:0;color:rgba(255,255,255,.86);font-size:1.08rem;line-height:1.65}.il-learn-auth-hero ul{position:relative;display:grid;gap:10px;margin:24px 0 0;padding:0;list-style:none}.il-learn-auth-hero li{display:flex;gap:10px;align-items:center;color:rgba(255,255,255,.9);font-weight:750}.il-learn-auth-hero li:before{content:"✓";display:inline-grid;place-items:center;width:24px;height:24px;border-radius:999px;background:rgba(255,255,255,.16);font-size:.85rem}.il-learn-auth-card{padding:clamp(24px,4vw,38px);border:1px solid rgba(148,163,184,.26);border-radius:28px;background:rgba(255,255,255,.96);box-shadow:0 24px 70px rgba(15,23,42,.13);backdrop-filter:blur(12px)}.il-learn-auth-card h2{margin:0 0 8px;font-size:1.65rem;letter-spacing:-.025em;color:#0f172a}.il-learn-auth-card p{color:#475569;line-height:1.6}.il-learn-auth-form{display:grid;gap:16px;margin-top:22px}.il-learn-auth-form label{display:grid;gap:8px;color:#334155;font-weight:800}.il-learn-auth-form input[type=text],.il-learn-auth-form input[type=email],.il-learn-auth-form input[type=password]{width:100%;min-height:50px;border:1px solid #cbd5e1;border-radius:15px;padding:11px 14px;background:#f8fafc;color:#0f172a;font-size:1rem;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease}.il-learn-auth-form input:focus{outline:none;border-color:#0f766e;background:#fff;box-shadow:0 0 0 4px rgba(15,118,110,.14)}.il-learn-auth-check{display:flex!important;grid-template-columns:none!important;align-items:center;gap:10px;font-weight:650}.il-learn-auth-check input{margin:0}.il-learn-auth-primary,.il-learn-auth-form .button{justify-self:stretch;min-height:50px;border-radius:999px!important;padding:11px 20px!important;font-weight:900!important;text-align:center}.il-learn-auth-links{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin-top:18px;color:#64748b}.il-learn-auth-links a{font-weight:850;text-decoration:none}.il-learn-auth-links a:hover{text-decoration:underline}.il-learn-auth-message{margin:0 0 16px;padding:13px 15px;border-radius:16px;font-weight:750}.il-learn-auth-message--error{background:#fef2f2;color:#991b1b;border:1px solid #fecaca}.il-learn-auth-message--notice{background:#ecfdf5;color:#065f46;border:1px solid #bbf7d0}@media (max-width:900px){.il-learn-auth-shell__main{grid-template-columns:1fr;align-items:start;min-height:0}.il-learn-auth-hero{padding:26px}.il-learn-auth-card{padding:22px}}.il-learn-account-head{display:flex;gap:14px;align-items:center;margin-bottom:18px}.il-learn-account-avatar{display:inline-grid;place-items:center;width:56px;height:56px;border-radius:18px;background:#0f766e;color:#fff;font-weight:950;font-size:1.25rem}.il-learn-account-head h2{margin:0!important}.il-learn-account-head p{margin:3px 0 0!important;color:#64748b!important}.il-learn-account-tabs{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 20px}.il-learn-account-tabs a{min-height:44px;display:inline-flex;align-items:center;padding:8px 13px;border-radius:999px;background:#f1f5f9;color:#0f172a;font-weight:850;text-decoration:none}.il-learn-account-tabs a:focus-visible{outline:3px solid rgba(15,118,110,.35);outline-offset:2px}.il-learn-account-panel{scroll-margin-top:110px;margin:18px 0;padding:20px;border:1px solid rgba(148,163,184,.24);border-radius:22px;background:#fff}.il-learn-account-panel h3{margin:0 0 6px;color:#0f172a}.il-learn-account-panel>p{margin:0;color:#64748b}.il-learn-account-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.il-learn-account-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:18px 0}.il-learn-account-grid a{display:block;padding:16px;border:1px solid rgba(15,118,110,.14);border-radius:18px;background:#f8fafc;text-decoration:none;color:#0f172a}.il-learn-account-grid a:hover{border-color:rgba(15,118,110,.34);background:#ecfeff}.il-learn-account-grid strong{display:block;font-weight:950;color:#0f172a}.il-learn-account-grid span{display:block;margin-top:4px;color:#64748b;line-height:1.45}.il-learn-account-actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin-top:18px}.il-learn-account-logout{border-radius:999px!important;min-height:50px!important;padding:11px 20px!important;font-weight:900!important;background:#fff!important;border:1px solid rgba(15,23,42,.12)!important;color:#0f172a!important}@media (max-width:640px){.il-learn-account-fields,.il-learn-account-grid{grid-template-columns:1fr}.il-learn-account-actions{display:grid}.il-learn-account-actions .button{width:100%;text-align:center}}

/* Authentication and account refinements. Extracted from inline rendering in 7.1.10. */
body.il-learn-auth-page{background:radial-gradient(circle at 3% -4%,rgba(15,118,110,.13),transparent 30rem),linear-gradient(180deg,#f7fcfb 0%,#eef8f5 100%)!important;color:#102033!important}.il-learn-auth-hero{background:radial-gradient(circle at 88% 18%,rgba(20,184,166,.15),transparent 18rem),linear-gradient(180deg,rgba(255,255,255,.98),rgba(255,255,255,.92))!important;color:#102033!important;border:1px solid rgba(15,118,110,.16)!important;box-shadow:0 18px 46px rgba(15,23,42,.08)!important}.il-learn-auth-hero:after{background:rgba(15,118,110,.06)!important}.il-learn-auth-hero span{background:#e7f6f3!important;border:1px solid rgba(15,118,110,.18)!important;color:#0f766e!important}.il-learn-auth-hero h1{color:#0f172a!important}.il-learn-auth-hero p,.il-learn-auth-hero li{color:#4f647a!important}.il-learn-auth-hero li:before{background:#e7f6f3!important;color:#0f766e!important}.il-learn-auth-card{border-color:rgba(15,118,110,.16)!important;border-radius:28px!important;box-shadow:0 18px 46px rgba(15,23,42,.08)!important}.il-learn-auth-form input:focus{border-color:#0f766e!important;box-shadow:0 0 0 4px rgba(15,118,110,.14)!important}.il-learn-auth-primary,.il-learn-auth-form .button.button-primary,.il-learn-account-actions .button-primary{border-color:transparent!important;background:#0f766e!important;color:#fff!important;box-shadow:0 14px 28px rgba(15,118,110,.20)!important}.il-learn-auth-primary:hover,.il-learn-auth-primary:focus,.il-learn-auth-form .button.button-primary:hover,.il-learn-auth-form .button.button-primary:focus{background:#0b4f4a!important;color:#fff!important}.il-learn-account-grid a:hover{border-color:rgba(15,118,110,.30)!important;background:#e7f6f3!important}

/* Checkout base. Extracted from inline rendering in 7.1.10. */
body.il-learn-checkout-page{margin:0!important;overflow-x:hidden!important;background:#eef6f8!important}.il-learn-checkout-page .interactive-learner-learn-shell--checkout{min-height:100dvh!important;background:linear-gradient(180deg,#f7fbff 0%,#eef6f8 100%)!important}.il-learn-checkout-shell__main{display:block!important;width:min(100% - clamp(20px,5vw,72px),1040px)!important;max-width:1040px!important;margin:0 auto!important;padding:clamp(14px,2.2vw,26px) 0 clamp(32px,6vw,80px)!important}.il-learn-checkout-hero,.il-learn-checkout-card{background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:26px;box-shadow:0 18px 48px rgba(15,23,42,.08)}.il-learn-checkout-hero{position:static!important;margin:0 0 16px!important;padding:clamp(20px,3vw,34px)!important}.il-learn-checkout-hero span,.il-learn-checkout-summary span,.il-learn-checkout-offer__provider{display:inline-flex;font-size:12px;text-transform:uppercase;letter-spacing:.11em;font-weight:900;color:#0f766e}.il-learn-checkout-hero h1{margin:8px 0 10px!important;font-size:clamp(28px,4vw,46px)!important;line-height:1.04!important;letter-spacing:-.035em!important}.il-learn-checkout-hero p{max-width:720px;margin:0!important;color:#475569!important;font-size:clamp(15px,1.8vw,18px)!important;line-height:1.55!important}.il-learn-checkout-card{padding:clamp(18px,2.6vw,28px)!important;min-height:0!important}.il-learn-checkout-card--embedded-checkout{padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important}.il-learn-checkout-summary{display:grid;gap:4px;padding:18px;border-radius:22px;background:linear-gradient(135deg,rgba(15,118,110,.08),rgba(14,165,233,.07));margin-bottom:18px;border:1px solid rgba(15,118,110,.1)}.il-learn-checkout-summary.is-compact{grid-template-columns:minmax(0,1fr) auto;align-items:center;padding:14px 16px;margin-bottom:14px;background:#fff;border-color:rgba(15,23,42,.08);box-shadow:0 12px 30px rgba(15,23,42,.06)}.il-learn-checkout-summary.is-compact span{grid-column:1 / -1}.il-learn-checkout-summary h2{margin:4px 0 2px!important;font-size:clamp(23px,3vw,32px)!important;line-height:1.08!important}.il-learn-checkout-summary p{margin:0!important;color:#475569!important}.il-learn-checkout-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:18px}.il-learn-checkout-primary{box-shadow:0 12px 26px rgba(15,118,110,.22)}.il-learn-checkout-gate,.il-learn-checkout-ready,.il-learn-checkout-empty,.il-learn-checkout-error,.il-learn-checkout-external,.il-learn-checkout-result{padding:22px;border:1px solid rgba(15,23,42,.09);border-radius:22px;background:#f8fafc}.il-learn-checkout-offers h2{margin:0 0 14px}.il-learn-checkout-offer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:16px}.il-learn-checkout-offer{padding:20px;border:1px solid rgba(15,23,42,.1);border-radius:22px;background:#fff;display:flex;flex-direction:column;gap:10px}.il-learn-checkout-offer h3{margin:0!important;font-size:20px!important}.il-learn-checkout-offer p{margin:0;color:#475569}.il-learn-checkout-offer__price{display:inline-flex;align-self:flex-start;align-items:center;min-height:42px;border-radius:999px;background:#ecfeff;border:1px solid rgba(15,118,110,.18);color:#0f766e;font-size:20px;font-weight:900;padding:0 15px;margin:2px 0}.il-learn-checkout-offer .button{align-self:flex-start;margin-top:auto}.il-learn-checkout-embed{background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:24px;box-shadow:0 18px 48px rgba(15,23,42,.08);padding:clamp(16px,2.8vw,28px);overflow:hidden}.il-learn-checkout-embed,.il-learn-checkout-embed *{box-sizing:border-box}.il-learn-checkout-embed form{max-width:100%;margin:0}.il-learn-checkout-embed .woocommerce,.il-learn-checkout-embed .pmpro_checkout{width:100%;font-size:16px;line-height:1.45;color:#0f172a}.il-learn-checkout-page .woocommerce .woocommerce-info,.il-learn-checkout-page .woocommerce .woocommerce-message,.il-learn-checkout-page .woocommerce .woocommerce-error{border:1px solid rgba(15,118,110,.16)!important;border-radius:16px!important;background:#f8fafc!important;margin:0 0 16px!important;padding:12px 14px!important;box-shadow:none!important;color:#0f172a!important}.il-learn-checkout-page .woocommerce form.checkout{display:block!important;margin:0!important}.il-learn-checkout-page .woocommerce .col2-set,.il-learn-checkout-page .woocommerce-page .col2-set{display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:18px!important;width:100%!important}.il-learn-checkout-page .woocommerce .col2-set .col-1,.il-learn-checkout-page .woocommerce-page .col2-set .col-1,.il-learn-checkout-page .woocommerce .col2-set .col-2,.il-learn-checkout-page .woocommerce-page .col2-set .col-2{float:none!important;width:100%!important;max-width:none!important;padding:0!important;margin:0!important}.il-learn-checkout-page .woocommerce-billing-fields,.il-learn-checkout-page .woocommerce-additional-fields,.il-learn-checkout-page .woocommerce-checkout-review-order{padding:0!important;margin:0!important;border:0!important;background:transparent!important;box-shadow:none!important}.il-learn-checkout-page .woocommerce-billing-fields h3,.il-learn-checkout-page #order_review_heading,.il-learn-checkout-page .woocommerce-checkout-review-order h3{margin:0 0 16px!important;font-size:clamp(24px,2.8vw,34px)!important;line-height:1.12!important;letter-spacing:-.025em!important;color:#0f172a!important}.il-learn-checkout-page .woocommerce form .form-row{margin:0 0 14px!important;padding:0!important}.il-learn-checkout-page .woocommerce form .form-row label{display:block!important;margin:0 0 6px!important;font-size:14px!important;font-weight:850!important;line-height:1.25!important;color:#0f3f46!important}.il-learn-checkout-page .woocommerce form .form-row input.input-text,.il-learn-checkout-page .woocommerce form .form-row textarea,.il-learn-checkout-page .woocommerce form .form-row select,.il-learn-checkout-page .select2-container .select2-selection--single{width:100%!important;min-height:48px!important;border:1px solid rgba(15,118,110,.22)!important;border-radius:16px!important;background:#fff!important;box-shadow:none!important;padding:11px 14px!important;color:#0f172a!important;font-size:16px!important;line-height:1.35!important}.il-learn-checkout-page .select2-container .select2-selection--single{display:flex!important;align-items:center!important}.il-learn-checkout-page .woocommerce-checkout-review-order-table{width:100%!important;margin:0 0 16px!important;border-collapse:separate!important;border-spacing:0!important;border:1px solid rgba(15,23,42,.08)!important;border-radius:18px!important;overflow:hidden!important;background:#fff!important}.il-learn-checkout-page .woocommerce-checkout-review-order-table th,.il-learn-checkout-page .woocommerce-checkout-review-order-table td{padding:12px 14px!important;border-color:rgba(15,23,42,.08)!important;font-size:15px!important}.il-learn-checkout-page .woocommerce-checkout #payment,.il-learn-checkout-page #payment{margin-top:18px!important;padding:16px!important;border:1px solid rgba(15,118,110,.14)!important;border-radius:22px!important;background:#f8fafc!important;box-shadow:none!important}.il-learn-checkout-page #payment ul.payment_methods{padding:0!important;margin:0!important;border:0!important}.il-learn-checkout-page #payment ul.payment_methods li{margin:0 0 12px!important;line-height:1.45!important}.il-learn-checkout-page #payment div.payment_box{margin:10px 0 0!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}.il-learn-checkout-page #payment div.payment_box:before{display:none!important}.il-learn-checkout-page #payment fieldset,.il-learn-checkout-page #payment .wc-stripe-upe-form,.il-learn-checkout-page #payment .wc-stripe-elements-field,.il-learn-checkout-page #payment .wc-credit-card-form{border:0!important;background:transparent!important;box-shadow:none!important;padding:0!important;margin:0!important}.il-learn-checkout-page .woocommerce #payment #place_order,.il-learn-checkout-page .woocommerce-page #payment #place_order,.il-learn-checkout-page .woocommerce button.button.alt{width:100%!important;min-height:54px!important;border-radius:999px!important;background:#0f766e!important;color:#fff!important;font-weight:900!important;font-size:18px!important;box-shadow:0 14px 28px rgba(15,118,110,.22)!important}.il-learn-checkout-page .woocommerce-terms-and-conditions-wrapper{font-size:14px!important;line-height:1.55!important;color:#334155!important}.il-learn-checkout-page .woocommerce-terms-and-conditions-wrapper .form-row{display:flex!important;align-items:flex-start!important;gap:10px!important}.il-learn-checkout-page .woocommerce-terms-and-conditions-wrapper .input-checkbox{width:auto!important;min-height:auto!important;margin:.2em .35em 0 0!important}.il-learn-checkout-page .woocommerce form.checkout_coupon{border:1px solid rgba(15,118,110,.14)!important;border-radius:18px!important;background:#fff!important;padding:14px!important;margin:0 0 16px!important}.il-learn-checkout-result__icon{display:inline-grid;place-items:center;width:46px;height:46px;border-radius:999px;background:#dcfce7;color:#166534;font-size:26px;font-weight:900;margin-bottom:10px}.il-learn-checkout-result.is-processing .il-learn-checkout-result__icon{background:#e7f6f3;color:#0b5f58}.il-learn-checkout-help{font-size:13px;color:#64748b;margin-top:14px}@media(max-width:760px){.il-learn-checkout-shell__main{width:100%!important;padding:10px max(12px,env(safe-area-inset-right,0px)) max(28px,env(safe-area-inset-bottom,0px)) max(12px,env(safe-area-inset-left,0px))!important}.il-learn-checkout-hero{padding:18px!important;border-radius:22px!important}.il-learn-checkout-hero h1{font-size:30px!important}.il-learn-checkout-card{padding:16px!important;border-radius:22px!important}.il-learn-checkout-card--embedded-checkout{padding:0!important}.il-learn-checkout-summary.is-compact{grid-template-columns:1fr!important;border-radius:18px!important}.il-learn-checkout-embed{border-radius:22px!important;padding:16px!important}.il-learn-checkout-page .woocommerce-billing-fields h3,.il-learn-checkout-page #order_review_heading,.il-learn-checkout-page .woocommerce-checkout-review-order h3{font-size:26px!important}.il-learn-checkout-page .woocommerce .form-row-first,.il-learn-checkout-page .woocommerce .form-row-last{float:none!important;width:100%!important}.il-learn-checkout-page .woocommerce-checkout #payment,.il-learn-checkout-page #payment{padding:14px!important}.il-learn-checkout-actions{display:grid;grid-template-columns:1fr}.il-learn-checkout-actions .button{width:100%;text-align:center}}

/* Checkout refinements. Extracted from inline rendering in 7.1.10. */
body.il-learn-checkout-page{background:radial-gradient(circle at 3% -4%,rgba(15,118,110,.13),transparent 30rem),linear-gradient(180deg,#f7fcfb 0%,#eef8f5 100%)!important;color:#102033!important}.interactive-learner-learn-shell--checkout{background:transparent!important}.interactive-learner-learn-shell--checkout .interactive-learner-learn-shell__account{border-color:rgba(15,118,110,.22)!important;color:#0f766e!important}.il-learn-checkout-hero{background:radial-gradient(circle at 88% 18%,rgba(20,184,166,.15),transparent 18rem),linear-gradient(180deg,rgba(255,255,255,.98),rgba(255,255,255,.92))!important;color:#102033!important;border:1px solid rgba(15,118,110,.16)!important;box-shadow:0 18px 46px rgba(15,23,42,.08)!important}.il-learn-checkout-hero span,.il-learn-checkout-card>span,.il-learn-checkout-summary span{background:#e7f6f3!important;border-color:rgba(15,118,110,.18)!important;color:#0f766e!important}.il-learn-checkout-hero h1{color:#0f172a!important}.il-learn-checkout-hero p,.il-learn-checkout-card p,.il-learn-checkout-offer p{color:#4f647a!important}.il-learn-checkout-card,.il-learn-checkout-embed,.il-learn-checkout-offer,.il-learn-checkout-gate,.il-learn-checkout-ready,.il-learn-checkout-empty,.il-learn-checkout-error,.il-learn-checkout-external,.il-learn-checkout-result{border-color:rgba(15,118,110,.16)!important;box-shadow:0 18px 46px rgba(15,23,42,.08)!important}.il-learn-checkout-primary,.il-learn-checkout-actions .button-primary,.il-learn-checkout-page .woocommerce #payment #place_order,.il-learn-checkout-page .woocommerce-page #payment #place_order,.il-learn-checkout-page .woocommerce button.button.alt{border-color:transparent!important;background:#0f766e!important;color:#fff!important;box-shadow:0 14px 28px rgba(15,118,110,.20)!important}.il-learn-checkout-primary:hover,.il-learn-checkout-primary:focus,.il-learn-checkout-page .woocommerce #payment #place_order:hover,.il-learn-checkout-page .woocommerce #payment #place_order:focus,.il-learn-checkout-page .woocommerce button.button.alt:hover,.il-learn-checkout-page .woocommerce button.button.alt:focus{background:#0b4f4a!important;color:#fff!important}.il-learn-checkout-page .woocommerce form .form-row input.input-text:focus,.il-learn-checkout-page .woocommerce form .form-row textarea:focus,.il-learn-checkout-page .woocommerce form .form-row select:focus{border-color:#0f766e!important;box-shadow:0 0 0 4px rgba(15,118,110,.14)!important;outline:none!important}

/* Pass 11 accessibility and responsive refinements. */
[data-il-experience-version] .il-learn-auth-message,
[data-il-experience-version] .il-learn-checkout-error,
[data-il-experience-version] .il-learn-checkout-ready,
[data-il-experience-version] .il-learn-checkout-result {
  scroll-margin-top: 7rem;
}
[data-il-experience-version] .il-learn-auth-message:focus,
[data-il-experience-version] .il-learn-checkout-error:focus {
  outline: 3px solid var(--il-color-focus, #0b6ea8);
  outline-offset: 3px;
}
[data-il-experience-version] .il-learn-auth-form label {
  min-width: 0;
}
[data-il-experience-version] .il-learn-field-hint {
  display: block;
  margin-top: .35rem;
  color: #5b6f72;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.45;
}
[data-il-experience-version] .il-learn-account-tabs {
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scrollbar-gutter: stable;
}
[data-il-experience-version] .il-learn-account-tabs ul {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
[data-il-experience-version] .il-learn-account-tabs li { margin: 0; }
[data-il-experience-version] .il-learn-account-tabs a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
}
[data-il-experience-version] .woocommerce-error,
[data-il-experience-version] .woocommerce-message,
[data-il-experience-version] .woocommerce-info {
  scroll-margin-top: 7rem;
}
[data-il-experience-version] .il-learn-checkout-embed :where(table) {
  min-width: 560px;
}
[data-il-experience-version] .il-learn-checkout-embed .interactive-learner-table-region {
  margin-bottom: 1rem;
}
@media (max-width: 760px) {
  [data-il-experience-version] .il-learn-account-tabs ul {
    flex-wrap: nowrap;
    width: max-content;
  }
  [data-il-experience-version] .il-learn-checkout-embed :where(table) {
    min-width: 520px;
  }
}

[data-il-experience-version] .il-learn-account-field { display: grid; gap: 8px; min-width: 0; }

/* 7.1.22 signed-in account utility surface. */
body.il-learn-auth-mode-account .interactive-learner-learn-auth-shell__main,
[data-il-shell-active="account"] .interactive-learner-learn-shell__main {
  width: min(1040px, calc(100% - 32px));
  min-height: 0;
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
  gap: clamp(18px, 3vw, 30px);
}
[data-il-experience-version] .il-learn-account-intro {
  max-width: 780px;
  display: grid;
  gap: 8px;
  padding: clamp(18px, 3vw, 28px);
  border: 1px solid rgba(15,118,110,.15);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(255,255,255,.98), rgba(238,249,247,.94));
  box-shadow: 0 14px 38px rgba(15,23,42,.07);
}
[data-il-experience-version] .il-learn-account-intro > span {
  color: #0f766e;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}
[data-il-experience-version] .il-learn-account-intro h1 {
  margin: 0;
  color: #0f172a;
  font-size: clamp(30px, 5vw, 48px);
  line-height: 1.02;
  letter-spacing: -.04em;
  overflow-wrap: anywhere;
}
[data-il-experience-version] .il-learn-account-intro p {
  max-width: 680px;
  margin: 0;
  color: #52667b;
  font-size: clamp(15px, 2vw, 18px);
  line-height: 1.55;
}
body.il-learn-auth-mode-account .il-learn-account-card {
  padding: clamp(20px, 4vw, 36px);
}
[data-il-experience-version] .il-learn-account-head > div { min-width: 0; }
[data-il-experience-version] .il-learn-account-head :where(h2,p) {
  max-width: 100%;
  overflow-wrap: anywhere;
}
[data-il-experience-version] .il-learn-account-sections {
  display: grid;
  gap: 12px;
}
[data-il-experience-version] details.il-learn-account-panel {
  scroll-margin-top: 110px;
  margin: 0;
  padding: 0;
  overflow: clip;
  border: 1px solid rgba(148,163,184,.26);
  border-radius: 20px;
  background: #fff;
}
[data-il-experience-version] details.il-learn-account-panel[open] {
  border-color: rgba(15,118,110,.28);
  box-shadow: 0 12px 30px rgba(15,23,42,.06);
}
[data-il-experience-version] .il-learn-account-panel > summary {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 15px 18px;
  color: #0f172a;
  cursor: pointer;
  list-style: none;
}
[data-il-experience-version] .il-learn-account-panel > summary::-webkit-details-marker { display: none; }
[data-il-experience-version] .il-learn-account-panel > summary > span {
  min-width: 0;
  display: grid;
  gap: 4px;
}
[data-il-experience-version] .il-learn-account-panel > summary strong {
  font-size: 17px;
  line-height: 1.25;
  overflow-wrap: anywhere;
}
[data-il-experience-version] .il-learn-account-panel > summary small {
  color: #64748b;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  overflow-wrap: anywhere;
}
[data-il-experience-version] .il-learn-account-panel > summary b {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #e7f6f3;
  color: #0f766e;
  font-size: 21px;
  font-weight: 600;
  line-height: 1;
  transition: transform .16s ease;
}
[data-il-experience-version] .il-learn-account-panel[open] > summary b { transform: rotate(45deg); }
[data-il-experience-version] .il-learn-account-panel__body {
  padding: 0 18px 20px;
  border-top: 1px solid rgba(148,163,184,.18);
}
[data-il-experience-version] .il-learn-account-panel__body > .il-learn-auth-form { margin-top: 18px; }
[data-il-experience-version] .il-learn-account-panel__body .il-learn-account-grid { margin-bottom: 0; }
[data-il-experience-version] .il-learn-account-tabs a[aria-current="page"] {
  background: #0f766e;
  color: #fff !important;
}
[data-il-experience-version] .il-learn-account-grid a,
[data-il-experience-version] .il-learn-account-grid :where(strong,span) {
  min-width: 0;
  overflow-wrap: anywhere;
}
@media (max-width: 640px) {
  body.il-learn-auth-mode-account .interactive-learner-learn-auth-shell__main,
  [data-il-shell-active="account"] .interactive-learner-learn-shell__main { width: min(100% - 20px, 1040px); }
  [data-il-experience-version] .il-learn-account-intro { border-radius: 20px; }
  [data-il-experience-version] .il-learn-account-panel > summary { min-height: 68px; padding: 14px; }
  [data-il-experience-version] .il-learn-account-panel__body { padding: 0 14px 16px; }
  [data-il-experience-version] .il-learn-account-tabs ul { width: max-content; }
}
@media (prefers-reduced-motion: reduce) {
  [data-il-experience-version] .il-learn-account-panel > summary b { transition: none; }
}

/* 7.1.22 mobile Account navigation must remain readable and horizontally scrollable. */
[data-il-experience-version] .il-learn-account-tabs li,
[data-il-experience-version] .il-learn-account-tabs a {
  flex: 0 0 auto;
}
[data-il-experience-version] .il-learn-account-tabs a {
  max-width: none;
  white-space: nowrap;
}

/* 7.1.22 transaction submission guard and delayed-access recovery. */
[data-il-learn-checkout] form[aria-busy="true"] {
  position: relative;
}
[data-il-learn-checkout] [aria-disabled="true"].is-submitting,
[data-il-learn-checkout] form[aria-busy="true"] :is(button[type="submit"], input[type="submit"], button:not([type])) {
  cursor: progress !important;
  opacity: .72;
}
[data-il-learn-checkout] [data-il-refresh-access][aria-busy="true"] {
  cursor: progress;
}
[data-il-learn-checkout] [data-il-refresh-access][aria-busy="true"]::after,
[data-il-learn-checkout] .is-submitting::after {
  content: "";
  inline-size: .9em;
  block-size: .9em;
  margin-inline-start: .55em;
  border: 2px solid currentColor;
  border-block-start-color: transparent;
  border-radius: 50%;
  animation: il-transaction-spin .75s linear infinite;
}
[data-il-learn-checkout] input.is-submitting::after { content: none; }
.il-learn-checkout-result.is-processing {
  border-color: rgba(180, 105, 0, .28);
  background: linear-gradient(145deg, #fffdf7, #fff8e8);
}
.il-learn-checkout-result.is-processing [data-il-refresh-access] {
  min-inline-size: 190px;
}
.il-learn-checkout-result.is-processing .il-learn-checkout-help {
  max-inline-size: 62ch;
  margin-block-start: 16px;
  color: #5b6472;
  line-height: 1.55;
}
@keyframes il-transaction-spin { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) {
  [data-il-learn-checkout] [data-il-refresh-access][aria-busy="true"]::after,
  [data-il-learn-checkout] .is-submitting::after { animation-duration: 1.5s; }
}
@media (max-width: 560px) {
  .il-learn-checkout-result.is-processing .il-learn-checkout-actions {
    display: grid;
    grid-template-columns: 1fr;
  }
  .il-learn-checkout-result.is-processing .il-learn-checkout-actions .button {
    inline-size: 100%;
    justify-content: center;
    text-align: center;
  }
}
@media (forced-colors: active) {
  .il-learn-checkout-result.is-processing { border-color: CanvasText; background: Canvas; }
  [data-il-learn-checkout] [data-il-refresh-access][aria-busy="true"]::after,
  [data-il-learn-checkout] .is-submitting::after { forced-color-adjust: none; border-color: ButtonText; border-block-start-color: transparent; }
}
