/* Click Experience — Commerce / WooCommerce visual layer */
:root{
  --cxs-commerce-navy:#00155c;
  --cxs-commerce-deep:#000b35;
  --cxs-commerce-sky:#27adff;
  --cxs-commerce-red:#ff3131;
  --cxs-commerce-yellow:#ffbd59;
  --cxs-commerce-ink:#0a1736;
  --cxs-commerce-muted:#657391;
  --cxs-commerce-line:#dfe7f2;
  --cxs-commerce-surface:#f7faff;
  --cxs-commerce-radius:22px;
  --cxs-commerce-ease:cubic-bezier(.22,1,.36,1);
}

/* WooCommerce pages inherit Click typography instead of Woo defaults. */
.woocommerce,.woocommerce-page{font-family:inherit;color:var(--cxs-commerce-ink)}
.woocommerce .woocommerce-notices-wrapper,
.woocommerce .woocommerce-form-login-toggle,
.woocommerce .woocommerce-form-coupon-toggle{width:min(1180px,calc(100% - 36px));margin-inline:auto}
.woocommerce-message,.woocommerce-info,.woocommerce-error{
  border:1px solid rgba(39,173,255,.16)!important;border-top:0!important;border-radius:16px!important;
  background:#f5faff!important;color:var(--cxs-commerce-ink)!important;padding:16px 18px 16px 48px!important;
  box-shadow:0 12px 32px rgba(0,21,92,.055);font-size:14px;line-height:1.55
}
.woocommerce-message::before,.woocommerce-info::before{color:var(--cxs-commerce-sky)!important;top:17px!important}
.woocommerce-error{border-color:rgba(255,49,49,.18)!important;background:#fff7f7!important}
.woocommerce-error::before{color:var(--cxs-commerce-red)!important;top:17px!important}

/* Checkout narrative */
.cxs-commerce-checkout-intro{
  width:min(1180px,calc(100% - 36px));margin:34px auto 28px;padding:30px clamp(22px,3vw,38px);
  overflow:hidden;position:relative;border:1px solid rgba(39,173,255,.16);border-radius:28px;
  color:#fff;background:
   radial-gradient(circle at 82% 10%,rgba(39,173,255,.25),transparent 31%),
   linear-gradient(135deg,var(--cxs-commerce-deep),var(--cxs-commerce-navy) 62%,#073a84);
  box-shadow:0 24px 64px rgba(0,21,92,.18)
}
.cxs-commerce-checkout-intro::after{content:"";position:absolute;right:-8%;bottom:-70%;width:320px;height:320px;border:1px solid rgba(255,255,255,.09);border-radius:50%;pointer-events:none}
.cxs-commerce-checkout-intro__eyebrow{margin:0 0 12px;color:#91d7ff;font-size:11px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}
.cxs-commerce-checkout-intro__row{display:grid;grid-template-columns:minmax(0,1fr) minmax(430px,.82fr);gap:42px;align-items:end}
.cxs-commerce-checkout-intro h1{margin:0 0 10px;color:#fff;font-size:clamp(30px,4vw,54px);line-height:.98;letter-spacing:-.055em;font-weight:850}
.cxs-commerce-checkout-intro h1+p{max-width:53ch;margin:0;color:rgba(255,255,255,.72);font-size:14px;line-height:1.65}
.cxs-commerce-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin:0;padding:0;list-style:none}
.cxs-commerce-steps li{position:relative;min-width:0;padding-top:12px;border-top:2px solid rgba(255,255,255,.18)}
.cxs-commerce-steps li::before{content:"";position:absolute;left:0;top:-2px;width:0;height:2px;background:var(--cxs-commerce-sky);transition:width .5s var(--cxs-commerce-ease)}
.cxs-commerce-steps li.is-done::before,.cxs-commerce-steps li.is-active::before{width:100%}
.cxs-commerce-steps span{display:block;color:#86d2ff;font-size:10px;font-weight:800;letter-spacing:.12em}
.cxs-commerce-steps strong{display:block;margin-top:4px;color:rgba(255,255,255,.72);font-size:11px;font-weight:700}
.cxs-commerce-steps .is-active strong,.cxs-commerce-steps .is-done strong{color:#fff}

/* Classic checkout layout */
.woocommerce-checkout form.checkout{
  width:min(1180px,calc(100% - 36px));margin:0 auto 70px;display:grid;
  grid-template-columns:minmax(0,1.04fr) minmax(360px,.76fr);column-gap:30px;align-items:start
}
.woocommerce-checkout #customer_details{grid-column:1;min-width:0}
.woocommerce-checkout #order_review_heading{grid-column:2;margin:0 0 12px!important;padding:0 4px;color:var(--cxs-commerce-navy);font-size:19px!important;letter-spacing:-.025em}
.woocommerce-checkout #order_review{grid-column:2;grid-row:2 / span 2;position:sticky;top:112px;min-width:0}
.woocommerce-checkout #customer_details .col-1,.woocommerce-checkout #customer_details .col-2{float:none!important;width:100%!important}
.woocommerce-checkout #customer_details .col-2:empty{display:none}
.woocommerce-checkout .woocommerce-billing-fields,
.woocommerce-checkout #order_review{
  border:1px solid var(--cxs-commerce-line);border-radius:var(--cxs-commerce-radius);background:#fff;
  box-shadow:0 18px 54px rgba(21,48,100,.07)
}
.woocommerce-checkout .woocommerce-billing-fields{padding:clamp(22px,3vw,34px)}
.woocommerce-checkout .woocommerce-billing-fields>h3{margin:0 0 8px;color:var(--cxs-commerce-navy);font-size:clamp(23px,2vw,30px);letter-spacing:-.04em}
.woocommerce-checkout .woocommerce-billing-fields>h3::after{content:"Usaremos estos datos para tu cuenta, comprobante y comunicación de la compra.";display:block;margin-top:9px;color:var(--cxs-commerce-muted);font-size:12px;font-weight:500;line-height:1.55;letter-spacing:0}
.woocommerce form .form-row{margin:0 0 17px!important;padding:0!important}
.woocommerce form .form-row label{margin:0 0 7px;color:#1a2a4d;font-size:12px;font-weight:750;line-height:1.35}
.woocommerce form .form-row .required{color:var(--cxs-commerce-red)!important}
.woocommerce form .input-text,.woocommerce form select,.woocommerce .select2-container .select2-selection--single{
  width:100%;min-height:52px;border:1px solid #d6e0ed!important;border-radius:13px!important;background:#fbfdff!important;
  color:var(--cxs-commerce-ink)!important;font:inherit;font-size:15px!important;outline:none;box-shadow:none!important;
  transition:border-color .2s ease,box-shadow .2s ease,background .2s ease
}
.woocommerce form .input-text{padding:13px 15px!important}
.woocommerce form select{padding:10px 13px!important}
.woocommerce .select2-container .select2-selection--single{padding:11px 14px!important}
.woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered{padding:0!important;line-height:29px!important;color:var(--cxs-commerce-ink)!important}
.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow{height:50px!important;right:8px!important}
.woocommerce form .input-text:focus,.woocommerce form select:focus,.woocommerce .select2-container--focus .select2-selection--single{
  border-color:var(--cxs-commerce-sky)!important;background:#fff!important;box-shadow:0 0 0 4px rgba(39,173,255,.11)!important
}

.woocommerce-checkout #order_review{padding:24px}
.woocommerce-checkout-review-order-table{border:0!important;border-collapse:separate!important;border-spacing:0;width:100%}
.woocommerce-checkout-review-order-table th,.woocommerce-checkout-review-order-table td{padding:13px 4px!important;border:0!important;border-bottom:1px solid #e8eef6!important;font-size:13px;vertical-align:top}
.woocommerce-checkout-review-order-table th{color:#62718d;font-size:10px!important;font-weight:800!important;letter-spacing:.11em;text-transform:uppercase}
.woocommerce-checkout-review-order-table .product-name{font-weight:700;color:#152649}
.woocommerce-checkout-review-order-table .product-total,.woocommerce-checkout-review-order-table tfoot td{text-align:right;color:var(--cxs-commerce-navy);font-weight:800}
.woocommerce-checkout-review-order-table .order-total th,.woocommerce-checkout-review-order-table .order-total td{padding-top:17px!important;border-bottom:0!important;font-size:16px!important}

.woocommerce-checkout #payment{margin-top:18px!important;border-radius:18px!important;background:#f5f8fc!important;overflow:hidden}
.woocommerce-checkout #payment ul.payment_methods{padding:15px!important;border-bottom:1px solid #e0e8f2!important}
.woocommerce-checkout #payment ul.payment_methods li{padding:10px;border:1px solid transparent;border-radius:13px;transition:border-color .2s ease,background .2s ease}
.woocommerce-checkout #payment ul.payment_methods li:has(input:checked){border-color:rgba(39,173,255,.25);background:#fff}
.woocommerce-checkout #payment label{font-size:13px;font-weight:750;color:#12254b}
.woocommerce-checkout #payment .payment_box{margin:10px 0 0!important;border-radius:12px!important;background:#edf5ff!important;color:#52617b!important;font-size:12px!important;line-height:1.55!important}
.woocommerce-checkout #payment .payment_box::before{border-bottom-color:#edf5ff!important}
.woocommerce-checkout #payment div.form-row{padding:15px!important;margin:0!important}
.woocommerce-checkout #place_order,.woocommerce .button.alt,.woocommerce a.button.alt{
  width:100%;min-height:54px;border:0!important;border-radius:14px!important;background:linear-gradient(135deg,#168fe6,var(--cxs-commerce-sky))!important;
  color:#fff!important;font:inherit!important;font-size:14px!important;font-weight:850!important;letter-spacing:-.01em;
  box-shadow:0 14px 30px rgba(39,173,255,.22);transition:transform .25s var(--cxs-commerce-ease),box-shadow .25s ease,filter .25s ease
}
.woocommerce-checkout #place_order:hover,.woocommerce .button.alt:hover,.woocommerce a.button.alt:hover{transform:translateY(-2px);box-shadow:0 19px 38px rgba(39,173,255,.3);filter:brightness(1.03)}

/* Cart / My Account / Orders */
.woocommerce-cart .woocommerce,.woocommerce-account .woocommerce,.woocommerce-order-received .woocommerce{
  width:min(1180px,calc(100% - 36px));margin:42px auto 72px
}
.woocommerce table.shop_table{border:1px solid var(--cxs-commerce-line)!important;border-radius:18px!important;border-collapse:separate!important;overflow:hidden;background:#fff;box-shadow:0 16px 44px rgba(21,48,100,.055)}
.woocommerce table.shop_table th{background:#f6f9fd;color:#586985;font-size:10px!important;font-weight:850!important;letter-spacing:.1em;text-transform:uppercase}
.woocommerce table.shop_table th,.woocommerce table.shop_table td{padding:14px!important;border-color:#e6edf6!important}
.woocommerce table.shop_table a{color:var(--cxs-commerce-navy);font-weight:750}
.woocommerce .cart_totals{padding:22px;border:1px solid var(--cxs-commerce-line);border-radius:18px;background:#fff}
.woocommerce .cart_totals h2{margin-top:0;color:var(--cxs-commerce-navy);font-size:22px;letter-spacing:-.035em}
.woocommerce .woocommerce-MyAccount-navigation ul{margin:0;padding:12px;list-style:none;border:1px solid var(--cxs-commerce-line);border-radius:18px;background:#fff}
.woocommerce .woocommerce-MyAccount-navigation li a{display:block;padding:12px 13px;border-radius:11px;color:#42516e;text-decoration:none;font-size:13px;font-weight:700}
.woocommerce .woocommerce-MyAccount-navigation li.is-active a,.woocommerce .woocommerce-MyAccount-navigation li a:hover{background:#eef7ff;color:var(--cxs-commerce-navy)}
.woocommerce .woocommerce-MyAccount-content{padding:26px;border:1px solid var(--cxs-commerce-line);border-radius:18px;background:#fff}

/* Thank-you / order confirmation */
.woocommerce-order-received .woocommerce-order{max-width:900px;margin-inline:auto}
.woocommerce-order-received .woocommerce-notice--success{padding:24px!important;border:1px solid rgba(39,173,255,.2)!important;border-radius:18px;background:#f2f9ff;color:var(--cxs-commerce-navy);font-size:18px;font-weight:800}
.woocommerce-order-overview{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:20px 0!important;padding:0!important}
.woocommerce-order-overview li{float:none!important;margin:0!important;padding:15px!important;border:1px solid var(--cxs-commerce-line)!important;border-radius:14px;background:#fff;color:#6b7890;font-size:9px!important;line-height:1.4}
.woocommerce-order-overview li strong{display:block;margin-top:5px;color:#10234c;font-size:13px!important}

/* Global Click cart drawer. It is rendered on every public page, so these rules cannot live only in store.css. */
.cxs-store-cart[hidden]{display:none!important}
.cxs-store-cart{position:fixed;inset:0;z-index:12000;font-family:inherit;isolation:isolate}
body.cxs-cart-open{overflow:hidden}
.cxs-store-cart__backdrop{position:absolute;inset:0;width:100%;height:100%;margin:0;padding:0;border:0;background:rgba(0,8,42,.58);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);cursor:pointer}
.cxs-store-cart__panel{position:absolute;right:0;top:0;width:min(440px,100%);height:100%;height:100dvh;display:grid;grid-template-rows:auto minmax(0,1fr) auto;overflow:hidden;background:#f8fbff;color:var(--cxs-commerce-navy);border-left:1px solid rgba(39,173,255,.13);box-shadow:-34px 0 80px rgba(0,15,55,.18);transform:translateX(102%);transition:transform .38s var(--cxs-commerce-ease);outline:0}
.cxs-store-cart.is-open .cxs-store-cart__panel{transform:translateX(0)}
.cxs-store-cart__panel>header{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:22px;border-bottom:1px solid rgba(0,21,92,.08);background:#fff}
.cxs-store-cart__panel>header span{display:block;margin-bottom:4px;color:#177dcb;font-size:8px;font-weight:800;letter-spacing:.13em}
.cxs-store-cart__panel>header h2{margin:0;color:var(--cxs-commerce-navy);font-size:27px;line-height:1;letter-spacing:-.04em}
.cxs-store-cart__panel>header>button{display:grid;place-items:center;width:40px;height:40px;padding:0;border:0;border-radius:50%;background:#eef4fb;color:var(--cxs-commerce-navy);font-size:25px;line-height:1;cursor:pointer}
.cxs-store-cart__items{min-height:0;overflow:auto;padding:14px;overscroll-behavior:contain}
.cxs-store-cart__item{display:grid;grid-template-columns:74px minmax(0,1fr) auto;gap:12px;align-items:center;padding:12px;margin-bottom:10px;border:1px solid rgba(0,21,92,.07);border-radius:18px;background:#fff;box-shadow:0 10px 28px rgba(0,21,92,.05);transition:opacity .24s ease,transform .34s var(--cxs-commerce-ease),border-color .24s ease}
.cxs-store-cart__item:hover{border-color:rgba(39,173,255,.28)}
.cxs-store-cart__item figure{width:74px;height:74px;margin:0;overflow:hidden;border-radius:14px;background:#eaf2fb}
.cxs-store-cart__item img{width:100%;height:100%;object-fit:cover}
.cxs-store-cart__item h3{margin:0 0 5px;color:var(--cxs-commerce-navy);font-size:13px;line-height:1.25}
.cxs-store-cart__item p{margin:0;color:#6d829c;font-size:10px}
.cxs-store-cart__item>button{align-self:start;border:0;background:transparent;color:#9aabc0;font-size:18px;cursor:pointer}
.cxs-store-cart__qty{display:flex;align-items:center;gap:7px;margin-top:9px}
.cxs-store-cart__qty button{display:grid;place-items:center;width:30px;height:30px;border:1px solid rgba(0,21,92,.09);border-radius:9px;background:#f5f8fc;color:var(--cxs-commerce-navy);font-weight:800;cursor:pointer}
.cxs-store-cart__qty span{min-width:16px;text-align:center;font-size:10px;font-weight:800}
.cxs-store-cart__empty{min-height:0;padding:30px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;background:#f8fbff}
.cxs-store-cart__empty>span{display:grid;place-items:center;width:58px;height:58px;border-radius:20px;background:#eef5fc;color:#98adc6;font-size:18px;font-weight:900}
.cxs-store-cart__empty h3{margin:20px 0 8px;color:var(--cxs-commerce-navy);font-size:25px;letter-spacing:-.04em}
.cxs-store-cart__empty p{max-width:30ch;margin:0;color:#6b809b;font-size:12px;line-height:1.7}
.cxs-store-cart__panel>footer{padding:18px 20px max(22px,env(safe-area-inset-bottom));border-top:1px solid rgba(0,21,92,.08);background:#fff}
.cxs-store-cart__summary{display:grid;grid-template-columns:1fr auto;gap:4px 12px;align-items:end;margin-bottom:14px}
.cxs-store-cart__summary span{font-size:10px;color:#6b7f98}
.cxs-store-cart__summary strong{color:var(--cxs-commerce-navy);font-size:23px;letter-spacing:-.04em}
.cxs-store-cart__summary small{grid-column:1/-1;color:#8395ab;font-size:9px;line-height:1.5}
.cxs-store-cart__wa{min-height:50px;padding:8px 8px 8px 16px;border-radius:999px;background:var(--cxs-commerce-navy);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:12px;text-decoration:none;font-size:12px;font-weight:800;box-shadow:0 14px 32px rgba(0,21,92,.16)}
.cxs-store-cart__wa b{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#fff;color:var(--cxs-commerce-navy)}
.cxs-store-cart__clear{display:block;margin:12px auto 0;border:0;border-bottom:1px solid rgba(0,21,92,.18);background:transparent;color:#71839a;font-size:9px;font-weight:600;line-height:1.5;font-family:inherit;cursor:pointer}
.cxs-commerce-price{font-variant-numeric:tabular-nums}
.cxs-commerce-wishlist.is-saved,[data-cxs-wishlist-toggle].is-saved{color:var(--cxs-commerce-red)!important;border-color:rgba(255,49,49,.24)!important;background:#fff5f5!important}

@media(max-width:960px){
 .cxs-commerce-checkout-intro__row{grid-template-columns:1fr;gap:24px}
 .woocommerce-checkout form.checkout{grid-template-columns:1fr;row-gap:22px}
 .woocommerce-checkout #customer_details,.woocommerce-checkout #order_review_heading,.woocommerce-checkout #order_review{grid-column:1;grid-row:auto}
 .woocommerce-checkout #order_review{position:static;top:auto}
}
@media(max-width:640px){
 .cxs-commerce-checkout-intro{width:calc(100% - 24px);margin-top:18px;padding:23px 18px;border-radius:21px}
 .cxs-commerce-checkout-intro h1{font-size:34px}
 .cxs-commerce-checkout-intro__row{gap:21px}
 .cxs-commerce-steps{gap:5px}
 .cxs-commerce-steps li{padding-top:9px}.cxs-commerce-steps strong{font-size:9px}.cxs-commerce-steps span{font-size:9px}
 .woocommerce-checkout form.checkout,.woocommerce-cart .woocommerce,.woocommerce-account .woocommerce,.woocommerce-order-received .woocommerce{width:calc(100% - 24px)}
 .woocommerce-checkout .woocommerce-billing-fields,.woocommerce-checkout #order_review{padding:18px;border-radius:17px}
 .woocommerce form .form-row-first,.woocommerce form .form-row-last{float:none!important;width:100%!important}
 .woocommerce form .input-text,.woocommerce form select,.woocommerce .select2-container .select2-selection--single{font-size:16px!important}
 .woocommerce-order-overview{grid-template-columns:1fr 1fr}
 .woocommerce .woocommerce-MyAccount-navigation,.woocommerce .woocommerce-MyAccount-content{float:none!important;width:100%!important}
 .woocommerce .woocommerce-MyAccount-navigation{margin-bottom:16px}
}
@media(hover:hover) and (pointer:fine){
 .woocommerce-checkout #place_order:hover,.woocommerce .button.alt:hover,.woocommerce a.button.alt:hover{transform:translateY(-2px)}
}
@media(prefers-reduced-motion:reduce){
 .woocommerce *,.cxs-commerce-steps li::before,.cxs-store-cart__item{scroll-behavior:auto!important;transition:none!important;animation:none!important}
 .woocommerce-checkout #place_order:hover,.woocommerce .button.alt:hover,.woocommerce a.button.alt:hover{transform:none!important}
}

/* Order-specific Click confirmation after WooCommerce records payment. */
.cxs-commerce-thankyou{margin:24px 0;padding:26px;border:1px solid rgba(39,173,255,.18);border-radius:22px;background:linear-gradient(145deg,#f7fbff,#fff);box-shadow:0 18px 46px rgba(0,21,92,.07)}
.cxs-commerce-thankyou__eyebrow{margin:0 0 9px;color:#168fe6;font-size:10px;font-weight:850;letter-spacing:.16em;text-transform:uppercase}
.cxs-commerce-thankyou h2{margin:0 0 10px;color:#00155c;font-size:clamp(24px,3vw,34px);line-height:1.02;letter-spacing:-.045em}
.cxs-commerce-thankyou>p:not(.cxs-commerce-thankyou__eyebrow){max-width:62ch;margin:0;color:#657391;font-size:14px;line-height:1.65}
.cxs-commerce-thankyou__actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}
.cxs-commerce-thankyou__actions .button{width:auto!important;min-height:48px!important;padding:13px 18px!important;display:inline-flex!important;align-items:center;justify-content:center}
.cxs-commerce-thankyou__actions .cxs-commerce-wa{border:1px solid #bee9cd!important;background:#f0fff5!important;color:#117b36!important;box-shadow:none!important}

/* v5.1.1 — compact catalog actions for Academy + Store. */
.cxs-card-actions{
  position:relative;z-index:8;display:grid;grid-template-columns:42px minmax(0,1fr) 42px;align-items:center;gap:8px;
  margin-top:14px;padding-top:14px;border-top:1px solid rgba(0,21,92,.075);pointer-events:auto
}
.cxs-card-action{position:relative;z-index:9;min-width:0;text-decoration:none!important;cursor:pointer}
.cxs-card-action--heart,.cxs-card-action--share{
  width:42px;height:42px;display:grid;place-items:center;padding:0;border:1px solid rgba(0,21,92,.10);border-radius:50%;
  background:#f7faff;color:#00155c;box-shadow:none;transition:transform .22s var(--cxs-commerce-ease),border-color .22s ease,background .22s ease,color .22s ease
}
.cxs-card-action--heart svg,.cxs-card-action--share svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.cxs-card-action--heart.is-saved{color:#ff3131!important;border-color:rgba(255,49,49,.2)!important;background:#fff4f4!important}
.cxs-card-action--heart.is-saved svg path{fill:currentColor;stroke:currentColor}
.cxs-card-action--view{
  min-height:42px;display:flex;align-items:center;justify-content:center;gap:8px;padding:0 15px;border-radius:999px;
  background:#00155c;color:#fff!important;font-size:10px;font-weight:850;letter-spacing:-.01em;box-shadow:0 10px 24px rgba(0,21,92,.12);
  transition:transform .22s var(--cxs-commerce-ease),box-shadow .22s ease,background .22s ease
}
.cxs-card-action--view span{color:#27adff;font-size:13px;transition:transform .22s ease}
.cxs-card-share{position:relative;z-index:12;display:grid;place-items:center}
.cxs-card-share__menu{
  position:absolute;right:0;bottom:calc(100% + 10px);z-index:30;width:188px;padding:7px;border:1px solid rgba(0,21,92,.09);border-radius:16px;
  background:rgba(255,255,255,.98);box-shadow:0 20px 48px rgba(0,21,92,.16);backdrop-filter:blur(16px);transform-origin:bottom right
}
.cxs-card-share__menu[hidden]{display:none!important}
.cxs-card-share__menu button{
  width:100%;min-height:38px;display:grid;grid-template-columns:26px 1fr;align-items:center;gap:8px;padding:6px 8px;border:0;border-radius:10px;
  background:transparent;color:#17305f;text-align:left;font:750 10px/1 var(--cxs-font-ui,inherit);cursor:pointer;transition:background .18s ease,color .18s ease
}
.cxs-card-share__menu button svg{width:17px;height:17px;justify-self:center;fill:currentColor;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}
.cxs-card-share__menu button[data-cxs-share-platform="instagram"] svg{fill:none}
.cxs-card-share__menu button[data-cxs-share-platform="copy"] svg{fill:none}
.cxs-card-share__feedback{
  position:absolute;right:0;bottom:calc(100% + 10px);z-index:31;width:max-content;max-width:210px;padding:8px 10px;border-radius:999px;
  background:#00155c;color:#fff;font-size:8px;font-weight:800;line-height:1;box-shadow:0 12px 28px rgba(0,21,92,.2);pointer-events:none
}
.cxs-card-share__feedback:empty{display:none}
.cxs-learning-card__meta-footer{padding-bottom:0!important}
.cxs-store-card__copy>.cxs-card-actions{pointer-events:auto}
@media(hover:hover) and (pointer:fine){
 .cxs-card-action--heart:hover,.cxs-card-action--share:hover{transform:translateY(-2px);border-color:rgba(39,173,255,.32);background:#eef8ff}
 .cxs-card-action--view:hover{transform:translateY(-2px);background:#072269;box-shadow:0 14px 30px rgba(0,21,92,.18)}
 .cxs-card-action--view:hover span{transform:translate(2px,-2px)}
 .cxs-card-share__menu button:hover{background:#eef7ff;color:#00155c}
}
@media(max-width:430px){
 .cxs-card-actions{grid-template-columns:40px minmax(0,1fr) 40px;gap:7px}
 .cxs-card-action--heart,.cxs-card-action--share{width:40px;height:40px}
 .cxs-card-action--view{min-height:40px;font-size:9.5px}
 .cxs-card-share__menu{right:-3px;width:180px}
}
@media(prefers-reduced-motion:reduce){
 .cxs-card-action,.cxs-card-action--view span,.cxs-card-share__menu{transition:none!important;transform:none!important}
}
.cxs-learning-card,.cxs-store-card{overflow:visible}
.cxs-learning-card>figure{border-radius:22px 22px 0 0}
.cxs-store-card>figure{border-radius:28px 28px 0 0}
.cxs-learning-card.is-share-open,.cxs-store-card.is-share-open{z-index:40}
