.atxcs-shell,
.atxcs-shell *{box-sizing:border-box}
.atxcs-shell{--atxcs-bg:#fff;--atxcs-card-bg:#fff;--atxcs-media-bg:#f4f6f8;--atxcs-text:#0f172a;--atxcs-muted:#64748b;--atxcs-accent:#ff7a1a;--atxcs-border:rgba(15,23,42,.10);--atxcs-padding:28px;--atxcs-gap:22px;--atxcs-radius:28px;--atxcs-card-radius:20px;--atxcs-min-height:auto;--atxcs-items-desktop:4;--atxcs-items-tablet:2;--atxcs-items-mobile:1;--atxcs-media-ratio:4/3;--atxcs-media-max-width:100%;color:var(--atxcs-text);background:var(--atxcs-bg);border:1px solid var(--atxcs-border);border-radius:var(--atxcs-radius);padding:var(--atxcs-padding);position:relative;overflow:hidden;isolation:isolate;box-shadow:0 24px 60px rgba(15,23,42,.08);margin:0 auto 26px;max-width:100%}
.atxcs-shell:before{content:"";position:absolute;inset:-20% -10% auto auto;width:420px;height:240px;background:radial-gradient(circle, color-mix(in srgb,var(--atxcs-accent) 22%, transparent), transparent 70%);opacity:.75;z-index:-1;pointer-events:none}
.atxcs-header{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:22px;position:relative;z-index:3}
.atxcs-heading-text h2{font-size:clamp(28px,3.2vw,48px);line-height:1.02;letter-spacing:-.045em;color:var(--atxcs-text);margin:0 0 8px;font-weight:900}
.atxcs-heading-text p{margin:0;color:var(--atxcs-muted);font-size:15px;line-height:1.5;max-width:760px}
.atxcs-controls{display:flex;gap:10px;flex:0 0 auto}
.atxcs-arrow{width:42px;height:42px;border-radius:999px;border:1px solid var(--atxcs-border);background:#fff;color:var(--atxcs-text);font-size:28px;line-height:1;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 12px 24px rgba(15,23,42,.08);transition:transform .2s ease,box-shadow .2s ease,background .2s ease,color .2s ease,border-color .2s ease}
.atxcs-arrow:hover,.atxcs-arrow:focus{background:var(--atxcs-accent);border-color:var(--atxcs-accent);color:#fff;transform:translateY(-1px);box-shadow:0 18px 34px color-mix(in srgb,var(--atxcs-accent) 28%, transparent)}
.atxcs-arrow[disabled]{opacity:.45;cursor:not-allowed;transform:none;box-shadow:none}
.atxcs-viewport{overflow:hidden;margin:0 calc(var(--atxcs-gap) * -0.15);padding:2px calc(var(--atxcs-gap) * .15) 4px}
.atxcs-track{display:flex;gap:var(--atxcs-gap);overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;padding:2px 0 12px;outline:none}
.atxcs-track::-webkit-scrollbar{height:0;width:0}
.atxcs-slide{flex:0 0 calc((100% - (var(--atxcs-gap) * (var(--atxcs-items-desktop) - 1))) / var(--atxcs-items-desktop));min-width:0;scroll-snap-align:start;scroll-snap-stop:always}
.atxcs-mode-slider .atxcs-slide{flex-basis:100%}
.atxcs-product,
.atxcs-category{height:100%;min-height:var(--atxcs-min-height);background:var(--atxcs-card-bg);border:1px solid var(--atxcs-border);border-radius:var(--atxcs-card-radius);overflow:hidden;position:relative;display:flex;flex-direction:column;box-shadow:0 16px 36px rgba(15,23,42,.07);transition:transform .26s ease,box-shadow .26s ease,border-color .26s ease}
.atxcs-product:hover,
.atxcs-category:hover{transform:translateY(-3px);box-shadow:0 24px 48px rgba(15,23,42,.12);border-color:color-mix(in srgb,var(--atxcs-accent) 35%,var(--atxcs-border))}
.atxcs-media{display:block;position:relative;background:var(--atxcs-media-bg);overflow:hidden;text-decoration:none;color:inherit;line-height:0;min-height:0}
.atxcs-media-bg{display:block;width:min(100%,var(--atxcs-media-max-width));height:100%;margin-inline:auto;background-repeat:no-repeat;background-position:center;background-size:cover;transition:transform .42s ease;position:relative;z-index:1}
.atxcs-product:hover .atxcs-media-bg,
.atxcs-category:hover .atxcs-media-bg{transform:scale(1.045)}
.atxcs-img-fit-contain .atxcs-media-bg{background-size:contain}
.atxcs-img-fit-contain .atxcs-product:hover .atxcs-media-bg,
.atxcs-img-fit-contain .atxcs-category:hover .atxcs-media-bg{transform:scale(1.02)}
.atxcs-img-fit-cover .atxcs-media-bg{background-size:cover}
.atxcs-img-pos-top .atxcs-media-bg{background-position:top center}
.atxcs-img-pos-bottom .atxcs-media-bg{background-position:bottom center}
.atxcs-img-pos-left .atxcs-media-bg{background-position:left center}
.atxcs-img-pos-right .atxcs-media-bg{background-position:right center}
.atxcs-img-pos-center .atxcs-media-bg{background-position:center}
.atxcs-fallback{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-weight:900;letter-spacing:.12em;color:color-mix(in srgb,var(--atxcs-text) 16%, transparent);font-size:26px;line-height:1;z-index:2;background:linear-gradient(135deg,rgba(15,23,42,.04),rgba(15,23,42,.10))}
.atxcs-body{display:flex;flex-direction:column;gap:10px;padding:18px;min-width:0;position:relative;z-index:3;flex:1}
.atxcs-kicker{display:inline-flex;align-self:flex-start;align-items:center;min-height:24px;padding:4px 9px;border-radius:999px;color:var(--atxcs-accent);background:color-mix(in srgb,var(--atxcs-accent) 12%, transparent);font-size:11px;line-height:1.15;text-transform:uppercase;letter-spacing:.04em;font-weight:900}
.atxcs-title{margin:0;color:var(--atxcs-text);font-size:clamp(18px,1.5vw,24px);line-height:1.08;letter-spacing:-.03em;font-weight:900;overflow-wrap:anywhere}
.atxcs-title a{color:inherit!important;text-decoration:none!important}
.atxcs-title a:hover{color:var(--atxcs-accent)!important}
.atxcs-excerpt{margin:0;color:var(--atxcs-muted);font-size:15px;line-height:1.5;max-width:720px}
.atxcs-meta-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:auto;min-width:0}
.atxcs-price{color:var(--atxcs-text);font-weight:900;font-size:15px;line-height:1.2;display:inline-flex;align-items:center;gap:5px;flex-wrap:wrap}
.atxcs-price del{opacity:.55;font-weight:700}
.atxcs-price ins{text-decoration:none;color:var(--atxcs-accent)}
.atxcs-count{font-weight:850;color:var(--atxcs-muted);font-size:14px;white-space:nowrap}
.atxcs-button{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:10px 16px;border-radius:999px;background:var(--atxcs-accent);color:#fff!important;text-decoration:none!important;font-weight:900;font-size:14px;line-height:1;box-shadow:0 12px 26px color-mix(in srgb,var(--atxcs-accent) 28%, transparent);transition:transform .2s ease,box-shadow .2s ease,filter .2s ease;white-space:nowrap}
.atxcs-button:hover{transform:translateY(-1px);filter:saturate(1.05);box-shadow:0 18px 34px color-mix(in srgb,var(--atxcs-accent) 35%, transparent)}
.atxcs-dots{display:flex;justify-content:center;align-items:center;gap:8px;padding-top:8px}
.atxcs-dots button{width:9px;height:9px;border-radius:999px;border:0;background:color-mix(in srgb,var(--atxcs-text) 20%, transparent);padding:0;cursor:pointer;transition:width .22s ease,background .22s ease,opacity .22s ease}
.atxcs-dots button.is-active{width:28px;background:var(--atxcs-accent)}
.atxcs-notice{padding:14px 16px;border-radius:12px;background:#fff7ed;border:1px solid #fed7aa;color:#9a3412;font-weight:800;margin:12px 0}

/* Carousel card layouts */
.atxcs-mode-carousel .atxcs-media{aspect-ratio:var(--atxcs-media-ratio);border-radius:calc(var(--atxcs-card-radius) - 7px);margin:10px 10px 0}
.atxcs-mode-carousel .atxcs-layout-compact .atxcs-product,
.atxcs-mode-carousel .atxcs-layout-compact .atxcs-category,
.atxcs-mode-carousel.atxcs-layout-compact .atxcs-product,
.atxcs-mode-carousel.atxcs-layout-compact .atxcs-category{display:grid;grid-template-columns:100px minmax(0,1fr);align-items:center;min-height:112px}
.atxcs-mode-carousel.atxcs-layout-compact .atxcs-media{width:78px;height:78px;min-width:78px;aspect-ratio:auto;margin:12px;border-radius:16px}
.atxcs-mode-carousel.atxcs-layout-compact .atxcs-body{padding:12px 14px 12px 0;gap:5px}
.atxcs-mode-carousel.atxcs-layout-compact .atxcs-title{font-size:18px}
.atxcs-mode-carousel.atxcs-layout-compact .atxcs-kicker,
.atxcs-mode-carousel.atxcs-layout-compact .atxcs-button{display:none}
.atxcs-mode-carousel.atxcs-layout-compact .atxcs-meta-row{justify-content:flex-start;margin-top:0}
.atxcs-mode-carousel.atxcs-layout-overlay .atxcs-product,
.atxcs-mode-carousel.atxcs-layout-overlay .atxcs-category{min-height:260px;display:flex;justify-content:flex-end;background:#0f172a;border-color:transparent;color:#fff}
.atxcs-mode-carousel.atxcs-layout-overlay .atxcs-media{position:absolute;inset:0;margin:0;border-radius:0;height:100%;aspect-ratio:auto;background:#0f172a}
.atxcs-mode-carousel.atxcs-layout-overlay .atxcs-media:after{content:"";position:absolute;inset:0;z-index:2;background:linear-gradient(180deg,rgba(15,23,42,.08),rgba(15,23,42,.84));pointer-events:none}
.atxcs-mode-carousel.atxcs-layout-overlay .atxcs-body{color:#fff;padding:20px;justify-content:flex-end;min-height:260px;text-shadow:0 2px 18px rgba(0,0,0,.35)}
.atxcs-mode-carousel.atxcs-layout-overlay .atxcs-title,
.atxcs-mode-carousel.atxcs-layout-overlay .atxcs-title a,
.atxcs-mode-carousel.atxcs-layout-overlay .atxcs-price,
.atxcs-mode-carousel.atxcs-layout-overlay .atxcs-count{color:#fff!important}
.atxcs-mode-carousel.atxcs-layout-overlay .atxcs-kicker{background:rgba(255,255,255,.16);color:#fff;backdrop-filter:blur(6px)}
.atxcs-mode-carousel.atxcs-layout-overlay .atxcs-button{box-shadow:none}
.atxcs-mode-carousel.atxcs-layout-floating .atxcs-product,
.atxcs-mode-carousel.atxcs-layout-floating .atxcs-category{border-color:transparent;background:linear-gradient(180deg,#fff, color-mix(in srgb,var(--atxcs-accent) 5%,#fff));box-shadow:0 28px 55px rgba(15,23,42,.12)}
.atxcs-mode-carousel.atxcs-layout-floating .atxcs-media{margin:14px 14px 0;border-radius:calc(var(--atxcs-card-radius) - 5px);box-shadow:0 16px 28px rgba(15,23,42,.10)}

/* Slider feature layouts */
.atxcs-mode-slider .atxcs-product,
.atxcs-mode-slider .atxcs-category{min-height:var(--atxcs-min-height,430px);box-shadow:0 20px 48px rgba(15,23,42,.09)}
.atxcs-mode-slider.atxcs-layout-split .atxcs-product,
.atxcs-mode-slider.atxcs-layout-split .atxcs-category,
.atxcs-mode-slider.atxcs-layout-image-right .atxcs-product,
.atxcs-mode-slider.atxcs-layout-image-right .atxcs-category{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(280px,.95fr);align-items:stretch}
.atxcs-mode-slider.atxcs-layout-split .atxcs-media,
.atxcs-mode-slider.atxcs-layout-image-right .atxcs-media{height:auto;min-height:var(--atxcs-min-height,430px);margin:0;border-radius:0;aspect-ratio:auto}
.atxcs-mode-slider.atxcs-layout-split .atxcs-body,
.atxcs-mode-slider.atxcs-layout-image-right .atxcs-body{padding:clamp(28px,4vw,58px);justify-content:center;gap:15px}
.atxcs-mode-slider.atxcs-layout-split .atxcs-title,
.atxcs-mode-slider.atxcs-layout-image-right .atxcs-title{font-size:clamp(34px,4.4vw,66px)}
.atxcs-mode-slider.atxcs-layout-split .atxcs-media{order:0}
.atxcs-mode-slider.atxcs-layout-split .atxcs-body{order:1}
.atxcs-mode-slider.atxcs-layout-image-right .atxcs-body{order:0}
.atxcs-mode-slider.atxcs-layout-image-right .atxcs-media{order:1}
.atxcs-mode-slider .atxcs-meta-row{justify-content:flex-start;gap:18px;margin-top:8px;flex-wrap:wrap}
.atxcs-mode-slider .atxcs-price{font-size:clamp(18px,2vw,26px)}
.atxcs-mode-slider .atxcs-button{min-height:46px;padding:13px 22px}
.atxcs-mode-slider.atxcs-layout-overlay .atxcs-product,
.atxcs-mode-slider.atxcs-layout-overlay .atxcs-category{min-height:var(--atxcs-min-height,480px);background:#0f172a;border-color:transparent;justify-content:flex-end;color:#fff}
.atxcs-mode-slider.atxcs-layout-overlay .atxcs-media{position:absolute;inset:0;margin:0;border-radius:0;height:100%;aspect-ratio:auto;background:#0f172a}
.atxcs-mode-slider.atxcs-layout-overlay .atxcs-media:after{content:"";position:absolute;inset:0;z-index:2;background:linear-gradient(90deg,rgba(15,23,42,.88),rgba(15,23,42,.46),rgba(15,23,42,.12));pointer-events:none}
.atxcs-mode-slider.atxcs-layout-overlay .atxcs-body{max-width:760px;min-height:var(--atxcs-min-height,480px);padding:clamp(30px,5vw,70px);justify-content:center;color:#fff;text-shadow:0 2px 18px rgba(0,0,0,.34)}
.atxcs-mode-slider.atxcs-layout-overlay .atxcs-title,
.atxcs-mode-slider.atxcs-layout-overlay .atxcs-title a,
.atxcs-mode-slider.atxcs-layout-overlay .atxcs-price,
.atxcs-mode-slider.atxcs-layout-overlay .atxcs-count{color:#fff!important}
.atxcs-mode-slider.atxcs-layout-overlay .atxcs-excerpt{color:rgba(255,255,255,.78)}
.atxcs-mode-slider.atxcs-layout-overlay .atxcs-kicker{background:rgba(255,255,255,.16);color:#fff;backdrop-filter:blur(6px)}
.atxcs-mode-slider.atxcs-layout-overlay .atxcs-title{font-size:clamp(38px,5vw,76px)}
.atxcs-mode-slider.atxcs-layout-magazine .atxcs-product,
.atxcs-mode-slider.atxcs-layout-magazine .atxcs-category{display:flex;background:linear-gradient(135deg,#fff, color-mix(in srgb,var(--atxcs-accent) 5%,#fff));min-height:var(--atxcs-min-height,430px)}
.atxcs-mode-slider.atxcs-layout-magazine .atxcs-media{height:300px;margin:20px 20px 0;border-radius:calc(var(--atxcs-card-radius) - 4px);box-shadow:0 18px 36px rgba(15,23,42,.11);aspect-ratio:auto}
.atxcs-mode-slider.atxcs-layout-magazine .atxcs-body{padding:clamp(26px,4vw,54px);padding-top:28px;max-width:980px}
.atxcs-mode-slider.atxcs-layout-magazine .atxcs-title{font-size:clamp(34px,4.8vw,72px)}


.atxcs-kind-product .atxcs-media{background:linear-gradient(180deg,#fbfbfc,#f3f4f6)}
.atxcs-kind-product .atxcs-media-bg{background-size:contain;background-position:center center}
.atxcs-kind-product.atxcs-img-fit-cover .atxcs-media-bg{background-size:cover}
.atxcs-kind-product.atxcs-img-fit-contain .atxcs-media-bg{background-size:contain}
.atxcs-kind-product.atxcs-mode-carousel.atxcs-layout-card .atxcs-media,
.atxcs-kind-product.atxcs-mode-carousel.atxcs-layout-floating .atxcs-media{aspect-ratio:var(--atxcs-media-ratio)}
.atxcs-kind-product.atxcs-mode-slider.atxcs-layout-split .atxcs-media,
.atxcs-kind-product.atxcs-mode-slider.atxcs-layout-image-right .atxcs-media,
.atxcs-kind-product.atxcs-mode-slider.atxcs-layout-magazine .atxcs-media{display:flex;align-items:center;justify-content:center;padding:22px}
.atxcs-kind-product.atxcs-mode-slider.atxcs-layout-split .atxcs-media-bg,
.atxcs-kind-product.atxcs-mode-slider.atxcs-layout-image-right .atxcs-media-bg,
.atxcs-kind-product.atxcs-mode-slider.atxcs-layout-magazine .atxcs-media-bg{max-width:100%;height:100%;background-size:contain;background-position:center center}
.atxcs-kind-product.atxcs-mode-slider.atxcs-layout-overlay .atxcs-media-bg{background-size:contain;background-position:center center}
.atxcs-kind-product.atxcs-mode-slider.atxcs-layout-overlay .atxcs-media{background:linear-gradient(135deg,#152031,#0f172a)}

@media(max-width:980px){
  .atxcs-slide{flex-basis:calc((100% - (var(--atxcs-gap) * (var(--atxcs-items-tablet) - 1))) / var(--atxcs-items-tablet))}
  .atxcs-mode-slider .atxcs-slide{flex-basis:100%}
  .atxcs-mode-slider.atxcs-layout-split .atxcs-product,
  .atxcs-mode-slider.atxcs-layout-split .atxcs-category,
  .atxcs-mode-slider.atxcs-layout-image-right .atxcs-product,
  .atxcs-mode-slider.atxcs-layout-image-right .atxcs-category{grid-template-columns:1fr}
  .atxcs-mode-slider.atxcs-layout-split .atxcs-media,
  .atxcs-mode-slider.atxcs-layout-image-right .atxcs-media{height:300px;min-height:300px;order:0!important}
  .atxcs-mode-slider.atxcs-layout-split .atxcs-body,
  .atxcs-mode-slider.atxcs-layout-image-right .atxcs-body{order:1!important}
}
@media(max-width:680px){
  .atxcs-shell{padding:18px;border-radius:22px}
  .atxcs-header{align-items:flex-start;flex-direction:column;margin-bottom:16px}
  .atxcs-controls{align-self:flex-end;margin-top:-8px}
  .atxcs-arrow{width:38px;height:38px;font-size:25px}
  .atxcs-slide{flex-basis:calc((100% - (var(--atxcs-gap) * (var(--atxcs-items-mobile) - 1))) / var(--atxcs-items-mobile))}
  .atxcs-mode-slider .atxcs-slide{flex-basis:100%}
  .atxcs-mode-carousel.atxcs-layout-compact .atxcs-product,
  .atxcs-mode-carousel.atxcs-layout-compact .atxcs-category{grid-template-columns:88px minmax(0,1fr)}
  .atxcs-mode-carousel.atxcs-layout-compact .atxcs-media{width:66px;height:66px;min-width:66px}
  .atxcs-mode-slider.atxcs-layout-overlay .atxcs-media:after{background:linear-gradient(180deg,rgba(15,23,42,.18),rgba(15,23,42,.88))}
  .atxcs-mode-slider.atxcs-layout-overlay .atxcs-body{min-height:420px;justify-content:flex-end}
  .atxcs-mode-slider.atxcs-layout-magazine .atxcs-media{height:230px;margin:14px 14px 0}
  .atxcs-kind-product.atxcs-mode-slider.atxcs-layout-split .atxcs-media,
  .atxcs-kind-product.atxcs-mode-slider.atxcs-layout-image-right .atxcs-media,
  .atxcs-kind-product.atxcs-mode-slider.atxcs-layout-magazine .atxcs-media{padding:14px}
}


/* v1.0.2 compact + overlay corrections for trading-card product imagery */
.atxcs-kind-product.atxcs-mode-carousel.atxcs-layout-compact .atxcs-product{
  grid-template-columns:132px minmax(0,1fr);
  min-height:138px;
  align-items:center;
}
.atxcs-kind-product.atxcs-mode-carousel.atxcs-layout-compact .atxcs-media{
  width:92px;
  height:112px;
  min-width:92px;
  margin:12px 18px;
  border-radius:14px;
  aspect-ratio:auto;
  background:linear-gradient(180deg,#ffffff,#f3f4f6);
  box-shadow:0 10px 22px rgba(15,23,42,.10);
}
.atxcs-kind-product.atxcs-mode-carousel.atxcs-layout-compact .atxcs-media-bg{
  width:100%;
  max-width:100%;
  background-size:contain!important;
  background-position:center center!important;
}
.atxcs-kind-product.atxcs-mode-carousel.atxcs-layout-compact .atxcs-body{
  padding:18px 20px 18px 0;
  gap:7px;
  justify-content:center;
}
.atxcs-kind-product.atxcs-mode-carousel.atxcs-layout-compact .atxcs-title{
  font-size:clamp(18px,1.35vw,22px);
  line-height:1.1;
}
.atxcs-kind-product.atxcs-mode-carousel.atxcs-layout-compact .atxcs-price{
  font-size:15px;
}
.atxcs-kind-product.atxcs-mode-carousel.atxcs-layout-compact .atxcs-meta-row{
  margin-top:0;
}

/* Product overlay should feel like a card showcase, not a cropped banner. */
.atxcs-kind-product.atxcs-mode-carousel.atxcs-layout-overlay .atxcs-product{
  min-height:300px;
  background:linear-gradient(135deg,#111827,#0f172a);
}
.atxcs-kind-product.atxcs-mode-carousel.atxcs-layout-overlay .atxcs-media{
  background:radial-gradient(circle at 50% 38%,rgba(255,255,255,.16),rgba(15,23,42,.18) 42%,rgba(15,23,42,.92));
}
.atxcs-kind-product.atxcs-mode-carousel.atxcs-layout-overlay .atxcs-media-bg{
  width:100%;
  max-width:100%;
  background-size:contain!important;
  background-position:center center!important;
  transform:none!important;
}
.atxcs-kind-product.atxcs-mode-carousel.atxcs-layout-overlay .atxcs-media:after{
  background:
    linear-gradient(180deg,rgba(15,23,42,.04),rgba(15,23,42,.22) 45%,rgba(15,23,42,.82)),
    radial-gradient(circle at 50% 40%,rgba(255,255,255,.08),transparent 58%);
}
.atxcs-kind-product.atxcs-mode-carousel.atxcs-layout-overlay .atxcs-body{
  padding:20px 22px;
  min-height:300px;
}
.atxcs-kind-product.atxcs-mode-carousel.atxcs-layout-overlay .atxcs-price{
  color:#fff!important;
  opacity:.96;
  text-shadow:0 2px 14px rgba(0,0,0,.55);
}
.atxcs-kind-product.atxcs-mode-carousel.atxcs-layout-overlay .atxcs-button{
  position:relative;
  z-index:5;
}

/* Category overlays can keep the photo/banner behavior. */
.atxcs-kind-category.atxcs-mode-carousel.atxcs-layout-overlay .atxcs-media-bg{
  background-size:cover;
}

@media(max-width:680px){
  .atxcs-kind-product.atxcs-mode-carousel.atxcs-layout-compact .atxcs-product{
    grid-template-columns:108px minmax(0,1fr);
    min-height:124px;
  }
  .atxcs-kind-product.atxcs-mode-carousel.atxcs-layout-compact .atxcs-media{
    width:76px;
    height:96px;
    margin:10px 16px;
  }
  .atxcs-kind-product.atxcs-mode-carousel.atxcs-layout-compact .atxcs-body{
    padding:14px 16px 14px 0;
  }
}


/* v1.0.4 image carousel + image slider */
.atxcs-image-card{
  height:100%;
  min-height:var(--atxcs-min-height);
  background:var(--atxcs-card-bg);
  border:1px solid var(--atxcs-border);
  border-radius:var(--atxcs-card-radius);
  overflow:hidden;
  position:relative;
  display:flex;
  flex-direction:column;
  box-shadow:0 16px 36px rgba(15,23,42,.07);
  transition:transform .26s ease,box-shadow .26s ease,border-color .26s ease;
}
.atxcs-image-card:hover{
  transform:translateY(-3px);
  box-shadow:0 24px 48px rgba(15,23,42,.12);
  border-color:color-mix(in srgb,var(--atxcs-accent) 35%,var(--atxcs-border));
}
.atxcs-kind-image .atxcs-media{
  background:var(--atxcs-media-bg);
}
.atxcs-kind-image.atxcs-mode-carousel .atxcs-media{
  aspect-ratio:var(--atxcs-media-ratio);
  border-radius:calc(var(--atxcs-card-radius) - 7px);
  margin:10px 10px 0;
}
.atxcs-kind-image .atxcs-media-bg{
  width:min(100%,var(--atxcs-media-max-width));
  height:100%;
  margin-inline:auto;
}
.atxcs-kind-image.atxcs-layout-poster .atxcs-media{
  aspect-ratio:3/4;
}
.atxcs-kind-image.atxcs-layout-poster .atxcs-body{
  padding:16px 18px 20px;
}
.atxcs-kind-image.atxcs-mode-carousel.atxcs-layout-overlay .atxcs-image-card{
  min-height:280px;
  background:#0f172a;
  border-color:transparent;
  color:#fff;
  justify-content:flex-end;
}
.atxcs-kind-image.atxcs-mode-carousel.atxcs-layout-overlay .atxcs-media{
  position:absolute;
  inset:0;
  margin:0;
  border-radius:0;
  height:100%;
  aspect-ratio:auto;
}
.atxcs-kind-image.atxcs-mode-carousel.atxcs-layout-overlay .atxcs-media:after{
  content:"";
  position:absolute;
  inset:0;
  z-index:2;
  background:linear-gradient(180deg,rgba(15,23,42,.05),rgba(15,23,42,.78));
  pointer-events:none;
}
.atxcs-kind-image.atxcs-mode-carousel.atxcs-layout-overlay .atxcs-body{
  min-height:280px;
  padding:22px;
  justify-content:flex-end;
  color:#fff;
  text-shadow:0 2px 18px rgba(0,0,0,.32);
}
.atxcs-kind-image.atxcs-mode-carousel.atxcs-layout-overlay .atxcs-title,
.atxcs-kind-image.atxcs-mode-carousel.atxcs-layout-overlay .atxcs-title a,
.atxcs-kind-image.atxcs-mode-carousel.atxcs-layout-overlay .atxcs-excerpt{
  color:#fff!important;
}
.atxcs-kind-image.atxcs-mode-carousel.atxcs-layout-floating .atxcs-image-card{
  border-color:transparent;
  background:linear-gradient(180deg,#fff,color-mix(in srgb,var(--atxcs-accent) 5%,#fff));
  box-shadow:0 28px 55px rgba(15,23,42,.12);
}
.atxcs-kind-image.atxcs-mode-carousel.atxcs-layout-floating .atxcs-media{
  margin:14px 14px 0;
  border-radius:calc(var(--atxcs-card-radius) - 5px);
  box-shadow:0 16px 28px rgba(15,23,42,.10);
}
.atxcs-kind-image.atxcs-mode-slider .atxcs-image-card{
  min-height:var(--atxcs-min-height,430px);
}
.atxcs-kind-image.atxcs-mode-slider.atxcs-layout-overlay .atxcs-image-card{
  min-height:var(--atxcs-min-height,480px);
  background:#0f172a;
  border-color:transparent;
  justify-content:flex-end;
  color:#fff;
}
.atxcs-kind-image.atxcs-mode-slider.atxcs-layout-overlay .atxcs-media{
  position:absolute;
  inset:0;
  margin:0;
  border-radius:0;
  height:100%;
  aspect-ratio:auto;
}
.atxcs-kind-image.atxcs-mode-slider.atxcs-layout-overlay .atxcs-media:after{
  content:"";
  position:absolute;
  inset:0;
  z-index:2;
  background:linear-gradient(90deg,rgba(15,23,42,.84),rgba(15,23,42,.42),rgba(15,23,42,.10));
  pointer-events:none;
}
.atxcs-kind-image.atxcs-mode-slider.atxcs-layout-overlay .atxcs-body{
  max-width:760px;
  min-height:var(--atxcs-min-height,480px);
  padding:clamp(30px,5vw,70px);
  justify-content:center;
  color:#fff;
  text-shadow:0 2px 18px rgba(0,0,0,.34);
}
.atxcs-kind-image.atxcs-mode-slider.atxcs-layout-overlay .atxcs-title,
.atxcs-kind-image.atxcs-mode-slider.atxcs-layout-overlay .atxcs-title a,
.atxcs-kind-image.atxcs-mode-slider.atxcs-layout-overlay .atxcs-excerpt{
  color:#fff!important;
}
.atxcs-kind-image.atxcs-mode-slider.atxcs-layout-overlay .atxcs-title{
  font-size:clamp(38px,5vw,76px);
}
.atxcs-kind-image.atxcs-mode-slider.atxcs-layout-split .atxcs-image-card,
.atxcs-kind-image.atxcs-mode-slider.atxcs-layout-image-right .atxcs-image-card{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(280px,.95fr);
  align-items:stretch;
}
.atxcs-kind-image.atxcs-mode-slider.atxcs-layout-split .atxcs-media,
.atxcs-kind-image.atxcs-mode-slider.atxcs-layout-image-right .atxcs-media{
  height:auto;
  min-height:var(--atxcs-min-height,430px);
  margin:0;
  border-radius:0;
  aspect-ratio:auto;
}
.atxcs-kind-image.atxcs-mode-slider.atxcs-layout-split .atxcs-body,
.atxcs-kind-image.atxcs-mode-slider.atxcs-layout-image-right .atxcs-body{
  padding:clamp(28px,4vw,58px);
  justify-content:center;
  gap:15px;
}
.atxcs-kind-image.atxcs-mode-slider.atxcs-layout-split .atxcs-media{order:0}
.atxcs-kind-image.atxcs-mode-slider.atxcs-layout-split .atxcs-body{order:1}
.atxcs-kind-image.atxcs-mode-slider.atxcs-layout-image-right .atxcs-body{order:0}
.atxcs-kind-image.atxcs-mode-slider.atxcs-layout-image-right .atxcs-media{order:1}
.atxcs-kind-image.atxcs-mode-slider.atxcs-layout-split .atxcs-title,
.atxcs-kind-image.atxcs-mode-slider.atxcs-layout-image-right .atxcs-title{
  font-size:clamp(34px,4.4vw,66px);
}
.atxcs-kind-image.atxcs-mode-slider.atxcs-layout-magazine .atxcs-image-card{
  display:flex;
  background:linear-gradient(135deg,#fff,color-mix(in srgb,var(--atxcs-accent) 5%,#fff));
  min-height:var(--atxcs-min-height,430px);
}
.atxcs-kind-image.atxcs-mode-slider.atxcs-layout-magazine .atxcs-media{
  height:300px;
  margin:20px 20px 0;
  border-radius:calc(var(--atxcs-card-radius) - 4px);
  box-shadow:0 18px 36px rgba(15,23,42,.11);
  aspect-ratio:auto;
}
.atxcs-kind-image.atxcs-mode-slider.atxcs-layout-magazine .atxcs-body{
  padding:clamp(26px,4vw,54px);
  padding-top:28px;
  max-width:980px;
}
.atxcs-kind-image.atxcs-mode-slider.atxcs-layout-magazine .atxcs-title{
  font-size:clamp(34px,4.8vw,72px);
}
.atxcs-kind-image.atxcs-mode-slider.atxcs-layout-card .atxcs-media{
  aspect-ratio:var(--atxcs-media-ratio);
  margin:14px 14px 0;
  border-radius:calc(var(--atxcs-card-radius) - 6px);
}
@media(max-width:980px){
  .atxcs-kind-image.atxcs-mode-slider.atxcs-layout-split .atxcs-image-card,
  .atxcs-kind-image.atxcs-mode-slider.atxcs-layout-image-right .atxcs-image-card{
    grid-template-columns:1fr;
  }
  .atxcs-kind-image.atxcs-mode-slider.atxcs-layout-split .atxcs-media,
  .atxcs-kind-image.atxcs-mode-slider.atxcs-layout-image-right .atxcs-media{
    height:300px;
    min-height:300px;
    order:0!important;
  }
  .atxcs-kind-image.atxcs-mode-slider.atxcs-layout-split .atxcs-body,
  .atxcs-kind-image.atxcs-mode-slider.atxcs-layout-image-right .atxcs-body{
    order:1!important;
  }
}
@media(max-width:680px){
  .atxcs-kind-image.atxcs-mode-slider.atxcs-layout-overlay .atxcs-media:after{
    background:linear-gradient(180deg,rgba(15,23,42,.16),rgba(15,23,42,.86));
  }
  .atxcs-kind-image.atxcs-mode-slider.atxcs-layout-overlay .atxcs-body{
    min-height:420px;
    justify-content:flex-end;
  }
  .atxcs-kind-image.atxcs-mode-slider.atxcs-layout-magazine .atxcs-media{
    height:230px;
    margin:14px 14px 0;
  }
}


/* v1.1.0 video elements */
.atxcs-video-hero,
.atxcs-video-showcase,
.atxcs-product-video{
  --atxcs-bg:#0f172a;
  --atxcs-card-bg:#fff;
  --atxcs-text:#fff;
  --atxcs-muted:#94a3b8;
  --atxcs-accent:#ff7a1a;
  --atxcs-border:rgba(255,255,255,.14);
  --atxcs-padding:48px;
  --atxcs-gap:34px;
  --atxcs-radius:28px;
  position:relative;
  max-width:var(--atxcs-video-max-width,100%);
  margin:0 auto 26px;
  border-radius:var(--atxcs-radius);
  overflow:hidden;
  isolation:isolate;
}
.atxcs-video-player{display:block;width:100%;height:100%;border:0;background:#000;object-fit:cover}
.atxcs-video-hero{
  min-height:var(--atxcs-video-min-height,560px);
  padding:var(--atxcs-padding);
  background:var(--atxcs-bg);
  color:var(--atxcs-text);
  display:flex;
  align-items:center;
}
.atxcs-video-hero-media{position:absolute;inset:0;z-index:-2;overflow:hidden;background:var(--atxcs-bg)}
.atxcs-video-hero-media .atxcs-video-player{position:absolute;inset:0;transform:scale(1.02)}
.atxcs-video-hero-media:after{
  content:"";position:absolute;inset:0;z-index:2;pointer-events:none;
  background:linear-gradient(90deg,rgba(15,23,42,var(--atxcs-video-overlay,.55)),rgba(15,23,42,.18));
}
.atxcs-video-hero-content{position:relative;z-index:2;max-width:760px}
.atxcs-video-content-center{justify-content:center;text-align:center}
.atxcs-video-content-center .atxcs-video-hero-content{margin:auto}
.atxcs-video-content-right{justify-content:flex-end;text-align:right}
.atxcs-video-content-right .atxcs-video-actions{justify-content:flex-end}
.atxcs-video-eyebrow{
  font-size:13px;line-height:1;text-transform:uppercase;letter-spacing:.14em;
  font-weight:900;color:var(--atxcs-accent);margin-bottom:14px
}
.atxcs-video-hero h2,
.atxcs-video-showcase h2,
.atxcs-product-video h2{
  margin:0 0 16px;color:var(--atxcs-text);font-size:clamp(36px,5vw,74px);
  line-height:1.02;letter-spacing:-.045em;font-weight:900
}
.atxcs-video-hero p,
.atxcs-video-showcase p,
.atxcs-product-video p{
  margin:0;color:var(--atxcs-muted);font-size:clamp(16px,1.6vw,20px);
  line-height:1.6;max-width:720px
}
.atxcs-video-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:24px}
.atxcs-video-secondary{
  display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:12px 18px;
  border-radius:999px;border:1px solid currentColor;color:var(--atxcs-text)!important;
  text-decoration:none!important;font-weight:900
}
.atxcs-video-mode-foreground{
  display:grid;grid-template-columns:minmax(0,.9fr) minmax(340px,1.1fr);gap:var(--atxcs-gap,34px)
}
.atxcs-video-hero-foreground{
  position:relative;min-height:380px;border-radius:calc(var(--atxcs-radius) - 8px);
  overflow:hidden;box-shadow:0 28px 70px rgba(0,0,0,.30)
}
.atxcs-video-showcase,
.atxcs-product-video{
  min-height:var(--atxcs-video-min-height,420px);padding:var(--atxcs-padding);
  background:var(--atxcs-bg);color:var(--atxcs-text);border:1px solid var(--atxcs-border);
  display:grid;grid-template-columns:minmax(0,var(--atxcs-copy-width,48%)) minmax(0,var(--atxcs-video-width,52%));
  gap:var(--atxcs-gap);align-items:center;box-shadow:0 22px 60px rgba(15,23,42,.10)
}
.atxcs-video-showcase.atxcs-video-side-left .atxcs-video-showcase-media,
.atxcs-product-video.atxcs-video-side-left .atxcs-product-video-media{order:0}
.atxcs-video-showcase.atxcs-video-side-left .atxcs-video-showcase-copy,
.atxcs-product-video.atxcs-video-side-left .atxcs-product-video-copy{order:1}
.atxcs-video-showcase.atxcs-video-side-right .atxcs-video-showcase-copy,
.atxcs-product-video.atxcs-video-side-right .atxcs-product-video-copy{order:0}
.atxcs-video-showcase.atxcs-video-side-right .atxcs-video-showcase-media,
.atxcs-product-video.atxcs-video-side-right .atxcs-product-video-media{order:1}
.atxcs-video-showcase-media,
.atxcs-product-video-media{
  min-height:360px;height:100%;overflow:hidden;border-radius:calc(var(--atxcs-radius) - 8px);background:#000
}
.atxcs-video-showcase h2,.atxcs-product-video h2{font-size:clamp(30px,4vw,58px)}
.atxcs-video-card{
  height:100%;background:var(--atxcs-card-bg);border:1px solid var(--atxcs-border);
  border-radius:var(--atxcs-card-radius);overflow:hidden;box-shadow:0 16px 36px rgba(15,23,42,.07)
}
.atxcs-video-thumb{
  appearance:none;border:0;padding:0;margin:0;width:100%;aspect-ratio:var(--atxcs-media-ratio,16/9);
  position:relative;overflow:hidden;background:var(--atxcs-media-bg,#0f172a);
  cursor:pointer;display:block;text-align:left;color:#fff
}
.atxcs-video-poster{
  position:absolute;inset:0;background-size:cover;background-position:center;
  transition:transform .35s ease,filter .35s ease
}
.atxcs-video-thumb:hover .atxcs-video-poster{transform:scale(1.04);filter:brightness(.84)}
.atxcs-video-poster:empty{
  background:radial-gradient(circle at 70% 30%,color-mix(in srgb,var(--atxcs-accent) 50%,transparent),transparent 30%),
             linear-gradient(135deg,#111827,#1e293b)
}
.atxcs-play-button{
  position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);
  width:66px;height:66px;border-radius:999px;background:var(--atxcs-accent);color:#fff;
  display:flex;align-items:center;justify-content:center;padding-left:4px;font-size:25px;
  box-shadow:0 18px 40px color-mix(in srgb,var(--atxcs-accent) 38%,transparent);z-index:3
}
.atxcs-video-thumb-copy{
  position:absolute;left:0;right:0;bottom:0;z-index:2;padding:44px 18px 16px;
  background:linear-gradient(180deg,transparent,rgba(2,6,23,.86));
  display:flex;flex-direction:column;gap:4px
}
.atxcs-video-thumb-copy strong{font-size:18px;line-height:1.15}
.atxcs-video-thumb-copy em{font-style:normal;font-size:13px;opacity:.82;line-height:1.35}
.atxcs-video-gallery-grid{
  display:grid;grid-template-columns:repeat(var(--atxcs-video-cols,3),minmax(0,1fr));gap:var(--atxcs-gap)
}
.atxcs-product-video{--atxcs-copy-width:44%;--atxcs-video-width:56%}
.atxcs-product-video-meta{display:flex;align-items:center;gap:16px;flex-wrap:wrap;margin-top:20px}
.atxcs-product-video-price{font-size:26px;font-weight:900;color:var(--atxcs-text)}
.atxcs-product-video-stock{font-weight:900;font-size:14px}
.atxcs-product-video-stock.is-in{color:#059669}
.atxcs-product-video-stock.is-out{color:#dc2626}

/* Global video lightbox */
.atxcs-video-lightbox{
  position:fixed;inset:0;z-index:999999;display:none;align-items:center;justify-content:center;
  padding:28px;background:rgba(2,6,23,.88);backdrop-filter:blur(8px)
}
.atxcs-video-lightbox.is-open{display:flex}
.atxcs-video-lightbox-dialog{
  position:relative;width:min(1100px,96vw);aspect-ratio:16/9;background:#000;
  border-radius:18px;overflow:hidden;box-shadow:0 35px 110px rgba(0,0,0,.62)
}
.atxcs-video-lightbox-stage,
.atxcs-video-lightbox-stage iframe,
.atxcs-video-lightbox-stage video{
  width:100%;height:100%;border:0;display:block;object-fit:contain;background:#000
}
.atxcs-video-lightbox-close{
  position:absolute;top:14px;right:14px;z-index:4;width:42px;height:42px;border:0;border-radius:999px;
  background:rgba(255,255,255,.92);color:#0f172a;font-size:28px;line-height:1;cursor:pointer;
  box-shadow:0 10px 25px rgba(0,0,0,.24)
}
body.atxcs-video-modal-open{overflow:hidden}

@media(max-width:980px){
  .atxcs-video-mode-foreground,.atxcs-video-showcase,.atxcs-product-video{grid-template-columns:1fr}
  .atxcs-video-showcase-media,.atxcs-product-video-media,.atxcs-video-hero-foreground{min-height:320px}
  .atxcs-video-showcase-copy,.atxcs-video-showcase-media,.atxcs-product-video-copy,.atxcs-product-video-media{order:initial!important}
  .atxcs-video-gallery-grid{grid-template-columns:repeat(var(--atxcs-video-cols-tablet,2),minmax(0,1fr))}
}
@media(max-width:680px){
  .atxcs-video-hero,.atxcs-video-showcase,.atxcs-product-video{padding:22px;border-radius:22px}
  .atxcs-video-hero{min-height:480px}
  .atxcs-video-hero h2{font-size:clamp(34px,11vw,54px)}
  .atxcs-video-gallery-grid{grid-template-columns:repeat(var(--atxcs-video-cols-mobile,1),minmax(0,1fr))}
  .atxcs-video-lightbox{padding:12px}
  .atxcs-video-lightbox-dialog{width:100%;border-radius:12px}
  .atxcs-play-button{width:56px;height:56px;font-size:21px}
}
\n\n/* v1.1.1 inline autoplay video carousel */\n.atxcs-video-carousel .atxcs-video-card{display:flex;flex-direction:column}\n.atxcs-video-inline{width:100%;aspect-ratio:var(--atxcs-media-ratio,16/9);background:#000;overflow:hidden;position:relative}\n.atxcs-video-inline .atxcs-video-player{position:absolute;inset:0;width:100%;height:100%;border:0;object-fit:cover;background:#000}\n.atxcs-video-carousel .atxcs-video-card:not(:has(.atxcs-body)){background:#000}\n.atxcs-video-carousel .atxcs-video-card:not(:has(.atxcs-body)) .atxcs-video-inline{border-radius:var(--atxcs-card-radius)}\n

/* v1.1.2 Video Carousel independent container + card design controls */
.atxcs-video-carousel.atxcs-shell{
  background:var(--atxcs-video-container-bg,var(--atxcs-bg));
  border:var(--atxcs-video-container-border-width,1px) solid var(--atxcs-video-container-border,var(--atxcs-border));
  border-radius:var(--atxcs-video-container-radius,var(--atxcs-radius));
}
.atxcs-video-carousel .atxcs-video-card{
  background:var(--atxcs-video-card-bg,var(--atxcs-card-bg));
  border:var(--atxcs-video-card-border-width,1px) solid var(--atxcs-video-card-border,var(--atxcs-border));
  border-radius:var(--atxcs-video-card-radius,var(--atxcs-card-radius));
}
.atxcs-video-carousel .atxcs-video-card:not(:has(.atxcs-body)) .atxcs-video-inline{
  border-radius:calc(var(--atxcs-video-card-radius,var(--atxcs-card-radius)) - var(--atxcs-video-card-border-width,1px));
}

.atxcs-video-carousel.atxcs-vc-container-shadow-none{box-shadow:none!important}
.atxcs-video-carousel.atxcs-vc-container-shadow-soft{box-shadow:0 24px 60px rgba(15,23,42,.08)!important}
.atxcs-video-carousel.atxcs-vc-container-shadow-strong{box-shadow:0 34px 90px rgba(15,23,42,.18)!important}

.atxcs-video-carousel.atxcs-vc-card-shadow-none .atxcs-video-card{box-shadow:none!important}
.atxcs-video-carousel.atxcs-vc-card-shadow-soft .atxcs-video-card{box-shadow:0 16px 36px rgba(15,23,42,.07)!important}
.atxcs-video-carousel.atxcs-vc-card-shadow-strong .atxcs-video-card{box-shadow:0 24px 55px rgba(15,23,42,.16)!important}


/* v1.1.3 hard border toggles for Video Carousel */
.atxcs-video-carousel.atxcs-vc-container-border-off{
  border:none!important;
  outline:none!important;
}
.atxcs-video-carousel.atxcs-vc-container-border-on{
  border-style:solid!important;
  border-width:var(--atxcs-video-container-border-width,1px)!important;
  border-color:var(--atxcs-video-container-border,var(--atxcs-border))!important;
}
.atxcs-video-carousel.atxcs-vc-card-border-off .atxcs-video-card{
  border:none!important;
  outline:none!important;
}
.atxcs-video-carousel.atxcs-vc-card-border-on .atxcs-video-card{
  border-style:solid!important;
  border-width:var(--atxcs-video-card-border-width,1px)!important;
  border-color:var(--atxcs-video-card-border,var(--atxcs-border))!important;
}

/* Make the inline video itself incapable of drawing a frame when card border is off. */
.atxcs-video-carousel.atxcs-vc-card-border-off .atxcs-video-inline,
.atxcs-video-carousel.atxcs-vc-card-border-off .atxcs-video-player,
.atxcs-video-carousel.atxcs-vc-card-border-off iframe,
.atxcs-video-carousel.atxcs-vc-card-border-off video{
  border:0!important;
  outline:0!important;
  box-shadow:none;
}


/* v1.1.4 WPBakery column integration for Video Carousel */
.atxcs-video-carousel{
  width:100%;
  min-width:0;
  margin-bottom:var(--atxcs-video-outer-margin-bottom,0)!important;
}

/* Standard preserves the original carousel geometry. */
.atxcs-video-carousel.atxcs-vc-integration-standard{
  align-self:auto;
}

/* Column Friendly keeps normal container padding but removes hidden carousel offsets. */
.atxcs-video-carousel.atxcs-vc-integration-column-friendly .atxcs-viewport,
.atxcs-video-carousel.atxcs-vc-track-gutters-off .atxcs-viewport{
  margin-left:0!important;
  margin-right:0!important;
  padding-left:0!important;
  padding-right:0!important;
}
.atxcs-video-carousel.atxcs-vc-integration-column-friendly .atxcs-track,
.atxcs-video-carousel.atxcs-vc-track-gutters-off .atxcs-track{
  padding-top:0!important;
  padding-bottom:0!important;
}

/* Flush makes the media box behave much more like a normal image/video element. */
.atxcs-video-carousel.atxcs-vc-integration-flush{
  padding:0!important;
  background:transparent!important;
}
.atxcs-video-carousel.atxcs-vc-integration-flush .atxcs-viewport{
  margin:0!important;
  padding:0!important;
}
.atxcs-video-carousel.atxcs-vc-integration-flush .atxcs-track{
  padding:0!important;
}
.atxcs-video-carousel.atxcs-vc-integration-flush .atxcs-dots{
  padding-top:14px;
}

/* Explicit vertical positioning when the parent column/row is flex-based. */
.atxcs-video-carousel.atxcs-vc-align-top{align-self:flex-start}
.atxcs-video-carousel.atxcs-vc-align-middle{align-self:center}
.atxcs-video-carousel.atxcs-vc-align-bottom{align-self:flex-end}

/* Optional equal-height support for WPBakery rows configured as Equal Height. */
.vc_row-o-equal-height .atxcs-video-carousel.atxcs-vc-match-column-height{
  height:100%;
  min-height:0;
  display:flex;
  flex-direction:column;
  align-self:stretch;
}
.vc_row-o-equal-height .atxcs-video-carousel.atxcs-vc-match-column-height .atxcs-viewport,
.vc_row-o-equal-height .atxcs-video-carousel.atxcs-vc-match-column-height .atxcs-track{
  flex:1 1 auto;
  min-height:0;
}
.vc_row-o-equal-height .atxcs-video-carousel.atxcs-vc-match-column-height .atxcs-track{
  align-items:stretch;
}
.vc_row-o-equal-height .atxcs-video-carousel.atxcs-vc-match-column-height .atxcs-slide{
  display:flex;
  min-height:0;
}
.vc_row-o-equal-height .atxcs-video-carousel.atxcs-vc-match-column-height .atxcs-video-card{
  flex:1 1 auto;
  display:flex;
  flex-direction:column;
  min-height:0;
}
.vc_row-o-equal-height .atxcs-video-carousel.atxcs-vc-match-column-height .atxcs-video-inline{
  flex:1 1 auto;
  aspect-ratio:auto;
  min-height:var(--atxcs-video-min-media-height,240px);
}

/* Fixed/minimum media height support without forcing it when blank. */
.atxcs-video-carousel .atxcs-video-inline{
  min-height:var(--atxcs-video-min-media-height,0);
}


/* v1.1.5 Image Carousel independent container + image card design controls */
.atxcs-image-carousel.atxcs-shell{
  background:var(--atxcs-image-container-bg,var(--atxcs-bg));
  border-radius:var(--atxcs-image-container-radius,var(--atxcs-radius));
}
.atxcs-image-carousel.atxcs-ic-container-border-off{
  border:none!important;
  outline:none!important;
}
.atxcs-image-carousel.atxcs-ic-container-border-on{
  border-style:solid!important;
  border-width:var(--atxcs-image-container-border-width,1px)!important;
  border-color:var(--atxcs-image-container-border,var(--atxcs-border))!important;
}
.atxcs-image-carousel .atxcs-image-card{
  background:var(--atxcs-image-card-bg,var(--atxcs-card-bg));
  border-radius:var(--atxcs-image-card-radius,var(--atxcs-card-radius));
}
.atxcs-image-carousel.atxcs-ic-card-border-off .atxcs-image-card{
  border:none!important;
  outline:none!important;
}
.atxcs-image-carousel.atxcs-ic-card-border-on .atxcs-image-card{
  border-style:solid!important;
  border-width:var(--atxcs-image-card-border-width,1px)!important;
  border-color:var(--atxcs-image-card-border,var(--atxcs-border))!important;
}

/* Shadow controls */
.atxcs-image-carousel.atxcs-ic-container-shadow-none{box-shadow:none!important}
.atxcs-image-carousel.atxcs-ic-container-shadow-soft{box-shadow:0 24px 60px rgba(15,23,42,.08)!important}
.atxcs-image-carousel.atxcs-ic-container-shadow-strong{box-shadow:0 34px 90px rgba(15,23,42,.18)!important}

.atxcs-image-carousel.atxcs-ic-card-shadow-none .atxcs-image-card{box-shadow:none!important}
.atxcs-image-carousel.atxcs-ic-card-shadow-soft .atxcs-image-card{box-shadow:0 16px 36px rgba(15,23,42,.07)!important}
.atxcs-image-carousel.atxcs-ic-card-shadow-strong .atxcs-image-card{box-shadow:0 24px 55px rgba(15,23,42,.16)!important}

.atxcs-image-carousel.atxcs-ic-media-shadow-none .atxcs-media{box-shadow:none!important}
.atxcs-image-carousel.atxcs-ic-media-shadow-soft .atxcs-media{box-shadow:0 12px 28px rgba(15,23,42,.10)!important}
.atxcs-image-carousel.atxcs-ic-media-shadow-strong .atxcs-media{box-shadow:0 20px 42px rgba(15,23,42,.18)!important}

/* Media inset control overrides the built-in 10px/14px margins. */
.atxcs-image-carousel.atxcs-mode-carousel .atxcs-media{
  margin:var(--atxcs-image-media-inset,10px) var(--atxcs-image-media-inset,10px) 0!important;
  border-radius:calc(var(--atxcs-image-card-radius,var(--atxcs-card-radius)) - var(--atxcs-image-media-inset,10px));
}
.atxcs-image-carousel.atxcs-layout-overlay .atxcs-media{
  margin:0!important;
  border-radius:0!important;
}
.atxcs-image-carousel.atxcs-ic-card-border-off .atxcs-media{
  outline:none!important;
  border:none!important;
}

/* Hover behavior can now be disabled. */
.atxcs-image-carousel.atxcs-ic-hover-lift-off .atxcs-image-card:hover{
  transform:none!important;
}
.atxcs-image-carousel.atxcs-ic-hover-lift-off .atxcs-image-card{
  transition:border-color .26s ease,box-shadow .26s ease!important;
}


/* ==========================================================
   v1.2.0 Video Suite rebuild
   ========================================================== */
.atxv-suite,
.atxv-suite *{
  box-sizing:border-box;
}

.atxv-suite{
  --atxv-bg:#fff;
  --atxv-text:#0f172a;
  --atxv-muted:#64748b;
  --atxv-accent:#ff7a1a;
  --atxv-container-border:rgba(15,23,42,.10);
  --atxv-media-border:rgba(15,23,42,.10);
  --atxv-card-bg:#fff;
  --atxv-card-border:rgba(15,23,42,.10);
  --atxv-play-bg:#ff7a1a;
  --atxv-max-width:100%;
  --atxv-mt:0;
  --atxv-mr:0;
  --atxv-mb:24px;
  --atxv-ml:0;
  --atxv-pt:24px;
  --atxv-pr:24px;
  --atxv-pb:24px;
  --atxv-pl:24px;
  --atxv-gap:22px;
  --atxv-container-border-width:1px;
  --atxv-container-radius:28px;
  --atxv-media-border-width:1px;
  --atxv-media-radius:18px;
  --atxv-media-ratio:16/9;
  --atxv-media-max-width:100%;
  --atxv-media-min-height:0;
  --atxv-body-padding:16px;
  --atxv-play-size:64px;
  width:100%;
  max-width:var(--atxv-max-width)!important;
  margin:var(--atxv-mt) var(--atxv-mr) var(--atxv-mb) var(--atxv-ml)!important;
  padding:var(--atxv-pt) var(--atxv-pr) var(--atxv-pb) var(--atxv-pl)!important;
  border-radius:var(--atxv-container-radius)!important;
  background:var(--atxv-bg)!important;
  color:var(--atxv-text)!important;
  overflow:hidden;
}

.atxv-container-border-off{border:none!important;outline:none!important}
.atxv-container-border-on{
  border-style:solid!important;
  border-width:var(--atxv-container-border-width)!important;
  border-color:var(--atxv-container-border)!important;
}
.atxv-container-shadow-none{box-shadow:none!important}
.atxv-container-shadow-soft{box-shadow:0 20px 48px rgba(15,23,42,.10)!important}
.atxv-container-shadow-strong{box-shadow:0 34px 90px rgba(15,23,42,.20)!important}

.atxv-media{
  width:min(100%,var(--atxv-media-max-width))!important;
  min-width:0;
  min-height:var(--atxv-media-min-height)!important;
  max-height:var(--atxv-media-max-height,none)!important;
  margin-left:auto;
  margin-right:auto;
  border-radius:var(--atxv-media-radius)!important;
  overflow:hidden!important;
  background:#000;
}
.atxv-media-aspect .atxv-media{
  aspect-ratio:var(--atxv-media-ratio)!important;
  height:auto!important;
}
.atxv-media-fixed .atxv-media{
  aspect-ratio:auto!important;
  height:var(--atxv-media-height)!important;
}
.atxv-media-border-off .atxv-media{border:none!important;outline:none!important}
.atxv-media-border-on .atxv-media{
  border-style:solid!important;
  border-width:var(--atxv-media-border-width)!important;
  border-color:var(--atxv-media-border)!important;
}
.atxv-media-shadow-none .atxv-media{box-shadow:none!important}
.atxv-media-shadow-soft .atxv-media{box-shadow:0 16px 36px rgba(15,23,42,.12)!important}
.atxv-media-shadow-strong .atxv-media{box-shadow:0 26px 60px rgba(15,23,42,.24)!important}

.atxv-media .atxcs-video-player,
.atxv-media > .atxcs-video-inline,
.atxv-media > .atxcs-video-thumb{
  width:100%!important;
  height:100%!important;
  max-width:100%!important;
  max-height:100%!important;
  aspect-ratio:auto!important;
  border:0!important;
  margin:0!important;
  border-radius:0!important;
  display:block!important;
}
.atxv-media .atxcs-video-inline .atxcs-video-player{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
}
.atxv-body{
  padding:var(--atxv-body-padding)!important;
}
.atxv-suite h2,
.atxv-suite .atxcs-title{
  font-size:var(--atxv-title-size,inherit)!important;
}
.atxv-suite p,
.atxv-suite .atxcs-excerpt{
  font-size:var(--atxv-text-size,inherit)!important;
}

/* Hero */
.atxv-suite.atxcs-video-hero{
  min-height:0!important;
  display:flex!important;
  align-items:center!important;
  gap:var(--atxv-gap)!important;
  position:relative;
}
.atxv-suite.atxcs-video-hero.atxcs-video-mode-background{
  min-height:var(--atxv-media-height,520px)!important;
}
.atxv-suite.atxcs-video-hero .atxcs-video-hero-media{
  position:absolute!important;
  inset:0!important;
  z-index:-2!important;
  overflow:hidden!important;
}
.atxv-suite.atxcs-video-hero .atxcs-video-hero-media:after{
  background:linear-gradient(90deg,rgba(15,23,42,var(--atxv-overlay,.55)),rgba(15,23,42,.12))!important;
}
.atxv-suite.atxcs-video-hero .atxcs-video-hero-content{
  max-width:760px;
  padding:var(--atxv-body-padding)!important;
}
.atxv-suite.atxcs-video-hero.atxcs-video-mode-foreground{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(280px,1fr)!important;
}
.atxv-suite.atxcs-video-hero .atxcs-video-hero-foreground{
  min-height:0!important;
}

/* Showcase + Product Video */
.atxv-suite.atxcs-video-showcase,
.atxv-suite.atxcs-product-video{
  display:grid!important;
  grid-template-columns:minmax(0,var(--atxv-copy-width,48%)) minmax(0,var(--atxv-video-width,52%))!important;
  gap:var(--atxv-gap)!important;
  align-items:center!important;
  min-height:0!important;
}
.atxv-suite.atxcs-video-showcase.atxcs-video-side-left .atxcs-video-showcase-media,
.atxv-suite.atxcs-product-video.atxcs-video-side-left .atxcs-product-video-media{order:0}
.atxv-suite.atxcs-video-showcase.atxcs-video-side-left .atxcs-video-showcase-copy,
.atxv-suite.atxcs-product-video.atxcs-video-side-left .atxcs-product-video-copy{order:1}
.atxv-suite.atxcs-video-showcase.atxcs-video-side-right .atxcs-video-showcase-copy,
.atxv-suite.atxcs-product-video.atxcs-video-side-right .atxcs-product-video-copy{order:0}
.atxv-suite.atxcs-video-showcase.atxcs-video-side-right .atxcs-video-showcase-media,
.atxv-suite.atxcs-product-video.atxcs-video-side-right .atxcs-product-video-media{order:1}

/* Carousel */
.atxv-suite.atxcs-video-carousel.atxcs-shell{
  border-radius:var(--atxv-container-radius)!important;
}
.atxv-suite.atxcs-video-carousel .atxcs-viewport{
  margin:0!important;
  padding:0!important;
}
.atxv-suite.atxcs-video-carousel .atxcs-track{
  gap:var(--atxv-gap)!important;
  padding:0 0 8px!important;
}
.atxv-suite.atxcs-video-carousel .atxcs-slide{
  flex-basis:calc((100% - (var(--atxv-gap) * (var(--atxcs-items-desktop) - 1))) / var(--atxcs-items-desktop))!important;
}
.atxv-suite.atxcs-video-carousel .atxcs-video-card,
.atxv-suite.atxcs-video-gallery .atxcs-video-card{
  background:var(--atxv-card-bg)!important;
  border-radius:var(--atxcs-video-card-radius,20px)!important;
  overflow:hidden!important;
  height:100%;
}
.atxv-card-border-off{border:none!important;outline:none!important}
.atxv-card-border-on{
  border-style:solid!important;
  border-width:var(--atxcs-video-card-border-width,1px)!important;
  border-color:var(--atxv-card-border)!important;
}
.atxv-card-shadow-none{box-shadow:none!important}
.atxv-card-shadow-soft{box-shadow:0 16px 36px rgba(15,23,42,.10)!important}
.atxv-card-shadow-strong{box-shadow:0 24px 58px rgba(15,23,42,.20)!important}
.atxv-card-body{
  padding:var(--atxv-body-padding)!important;
}

/* Gallery */
.atxv-suite.atxcs-video-gallery .atxcs-video-gallery-grid{
  display:grid!important;
  grid-template-columns:repeat(var(--atxv-cols,3),minmax(0,1fr))!important;
  gap:var(--atxv-gap)!important;
}

/* Lightbox thumbnail + play button */
.atxv-suite .atxcs-video-thumb{
  aspect-ratio:auto!important;
  height:100%!important;
}
.atxv-suite .atxcs-play-button{
  width:var(--atxv-play-size)!important;
  height:var(--atxv-play-size)!important;
  min-width:var(--atxv-play-size)!important;
  min-height:var(--atxv-play-size)!important;
  background:var(--atxv-play-bg)!important;
}

/* Eliminate empty footer/body space */
.atxv-suite .atxcs-video-card:not(:has(.atxv-card-body)){
  display:block!important;
}
.atxv-suite .atxcs-video-card:not(:has(.atxv-card-body)) .atxv-media{
  height:100%;
}

/* Responsive */
@media(max-width:980px){
  .atxv-suite.atxcs-video-hero.atxcs-video-mode-foreground,
  .atxv-suite.atxcs-video-showcase,
  .atxv-suite.atxcs-product-video{
    grid-template-columns:1fr!important;
  }
  .atxv-suite.atxcs-video-showcase .atxcs-video-showcase-copy,
  .atxv-suite.atxcs-video-showcase .atxcs-video-showcase-media,
  .atxv-suite.atxcs-product-video .atxcs-product-video-copy,
  .atxv-suite.atxcs-product-video .atxcs-product-video-media{
    order:initial!important;
  }
  .atxv-suite.atxcs-video-gallery .atxcs-video-gallery-grid{
    grid-template-columns:repeat(var(--atxv-cols-tablet,2),minmax(0,1fr))!important;
  }
  .atxv-suite.atxcs-video-carousel .atxcs-slide{
    flex-basis:calc((100% - (var(--atxv-gap) * (var(--atxcs-items-tablet) - 1))) / var(--atxcs-items-tablet))!important;
  }
}
@media(max-width:680px){
  .atxv-suite{
    --atxv-pr:16px;
    --atxv-pl:16px;
  }
  .atxv-suite.atxcs-video-gallery .atxcs-video-gallery-grid{
    grid-template-columns:repeat(var(--atxv-cols-mobile,1),minmax(0,1fr))!important;
  }
  .atxv-suite.atxcs-video-carousel .atxcs-slide{
    flex-basis:calc((100% - (var(--atxv-gap) * (var(--atxcs-items-mobile) - 1))) / var(--atxcs-items-mobile))!important;
  }
}


/* ==========================================================
   v1.3.0 Sports-themed video containers
   ========================================================== */
.atxv-suite{
  --atxv-frame-accent:#ff7a1a;
  --atxv-frame-trim:#38bdf8;
  --atxv-frame-pad:18px;
}

.atxv-suite[class*="atxv-frame-"]:not(.atxv-frame-none) .atxv-media{
  position:relative!important;
  overflow:visible!important;
  isolation:isolate;
}
.atxv-suite[class*="atxv-frame-"]:not(.atxv-frame-none) .atxv-media > *{
  position:relative;
  z-index:2;
  border-radius:calc(max(12px, var(--atxv-media-radius) - 4px))!important;
  overflow:hidden!important;
  box-shadow:0 14px 30px rgba(2,6,23,.35);
}

/* Scoreboard */
.atxv-suite.atxv-frame-scoreboard .atxv-media{
  padding:var(--atxv-frame-pad)!important;
  padding-bottom:calc(var(--atxv-frame-pad) + 42px)!important;
  border-radius:calc(var(--atxv-media-radius) + 12px)!important;
  background:
    linear-gradient(180deg, rgba(255,255,255,.12), rgba(255,255,255,0) 18%),
    linear-gradient(145deg, #0f172a, #111827 55%, #1e293b);
  border:2px solid rgba(255,255,255,.14)!important;
  box-shadow:0 22px 48px rgba(2,6,23,.26), inset 0 0 0 2px rgba(255,255,255,.05)!important;
}
.atxv-suite.atxv-frame-scoreboard .atxv-media:before{
  content:'ATX SPORTS NETWORK • LIVE';
  position:absolute;
  left:14px; right:14px; top:12px;
  height:24px;
  display:flex; align-items:center; justify-content:center;
  background:linear-gradient(90deg, rgba(56,189,248,.18), rgba(255,122,26,.18));
  border:1px solid rgba(255,255,255,.12);
  border-radius:999px;
  font-size:11px; font-weight:800; letter-spacing:.18em;
  color:#e2e8f0;
  z-index:3;
  pointer-events:none;
}
.atxv-suite.atxv-frame-scoreboard .atxv-media:after{
  content:'HOME 00    •    ATX LIVE    •    AWAY 00';
  position:absolute;
  left:14px; right:14px; bottom:12px;
  height:30px;
  display:flex; align-items:center; justify-content:center;
  background:linear-gradient(90deg, rgba(15,23,42,.95), rgba(30,41,59,.92));
  border:1px solid rgba(255,255,255,.12);
  border-radius:10px;
  box-shadow:inset 0 0 0 1px rgba(56,189,248,.18);
  font-size:11px; font-weight:800; letter-spacing:.16em;
  color:#f8fafc;
  z-index:3;
  pointer-events:none;
}

/* Jumbotron */
.atxv-suite.atxv-frame-jumbotron .atxv-media{
  padding:calc(var(--atxv-frame-pad) + 10px)!important;
  border-radius:calc(var(--atxv-media-radius) + 18px)!important;
  background:
    radial-gradient(circle at 50% 0%, rgba(255,255,255,.22), transparent 34%),
    linear-gradient(180deg, #111827, #0f172a 55%, #1f2937);
  border:4px solid #cbd5e1!important;
  box-shadow:0 28px 54px rgba(2,6,23,.28), inset 0 0 0 2px rgba(255,255,255,.12)!important;
}
.atxv-suite.atxv-frame-jumbotron .atxv-media:before{
  content:'JUMBOTRON';
  position:absolute;
  top:-18px; left:50%; transform:translateX(-50%);
  padding:8px 18px;
  background:linear-gradient(90deg, var(--atxv-frame-accent), var(--atxv-frame-trim));
  color:#fff;
  border-radius:999px;
  font-size:11px; font-weight:900; letter-spacing:.18em;
  box-shadow:0 12px 22px rgba(15,23,42,.28);
  z-index:3;
  pointer-events:none;
}
.atxv-suite.atxv-frame-jumbotron .atxv-media:after{
  content:'';
  position:absolute;
  left:12%; right:12%; bottom:-18px; height:18px;
  background:linear-gradient(180deg, rgba(100,116,139,.9), rgba(51,65,85,.95));
  border-radius:0 0 16px 16px;
  box-shadow:0 12px 18px rgba(2,6,23,.18);
  z-index:1;
  pointer-events:none;
}

/* Stadium screen */
.atxv-suite.atxv-frame-stadium .atxv-media{
  padding:calc(var(--atxv-frame-pad) + 6px)!important;
  padding-top:calc(var(--atxv-frame-pad) + 34px)!important;
  border-radius:calc(var(--atxv-media-radius) + 14px)!important;
  background:
    repeating-linear-gradient(90deg, rgba(255,255,255,.06) 0 2px, transparent 2px 18px),
    linear-gradient(145deg, #020617, #0f172a 48%, #172554 100%);
  border:2px solid rgba(255,255,255,.16)!important;
  box-shadow:0 24px 48px rgba(2,6,23,.28), inset 0 0 0 1px rgba(255,255,255,.06)!important;
}
.atxv-suite.atxv-frame-stadium .atxv-media:before{
  content:'STADIUM SCREEN';
  position:absolute;
  top:10px; left:14px; right:14px;
  height:22px;
  display:flex; align-items:center; justify-content:center;
  color:#f8fafc;
  font-size:10px; font-weight:900; letter-spacing:.22em;
  text-transform:uppercase;
  z-index:3; pointer-events:none;
}
.atxv-suite.atxv-frame-stadium .atxv-media:after{
  content:'';
  position:absolute;
  inset:10px;
  border-radius:calc(var(--atxv-media-radius) + 8px);
  border:1px solid rgba(56,189,248,.18);
  pointer-events:none;
  z-index:1;
}

/* Broadcast panel */
.atxv-suite.atxv-frame-broadcast .atxv-media{
  padding:calc(var(--atxv-frame-pad) + 10px)!important;
  padding-bottom:calc(var(--atxv-frame-pad) + 44px)!important;
  border-radius:calc(var(--atxv-media-radius) + 10px)!important;
  background:
    linear-gradient(135deg, rgba(255,255,255,.10), rgba(255,255,255,0) 34%),
    linear-gradient(145deg, #0b1120, #111827 55%, #1e293b);
  border:2px solid rgba(255,255,255,.12)!important;
  box-shadow:0 24px 50px rgba(2,6,23,.28)!important;
}
.atxv-suite.atxv-frame-broadcast .atxv-media:before{
  content:'ATX HIGHLIGHTS';
  position:absolute;
  top:12px; left:12px;
  padding:7px 12px;
  background:var(--atxv-frame-accent);
  color:#fff;
  border-radius:999px;
  font-size:10px; font-weight:900; letter-spacing:.18em;
  z-index:3; pointer-events:none;
}
.atxv-suite.atxv-frame-broadcast .atxv-media:after{
  content:'NOW PLAYING • ATX COLLECTS • SPORTS VIDEO';
  position:absolute;
  left:12px; right:12px; bottom:12px;
  height:30px;
  display:flex; align-items:center; justify-content:center;
  background:linear-gradient(90deg, rgba(255,122,26,.14), rgba(56,189,248,.14));
  border:1px solid rgba(255,255,255,.12);
  border-radius:10px;
  color:#fff;
  font-size:10px; font-weight:800; letter-spacing:.16em;
  z-index:3; pointer-events:none;
}

@media (max-width: 680px){
  .atxv-suite.atxv-frame-scoreboard .atxv-media,
  .atxv-suite.atxv-frame-broadcast .atxv-media{
    padding-bottom:calc(var(--atxv-frame-pad) + 38px)!important;
  }
  .atxv-suite.atxv-frame-scoreboard .atxv-media:after,
  .atxv-suite.atxv-frame-broadcast .atxv-media:after{
    font-size:9px;
    letter-spacing:.08em;
  }
}


/* ==========================================================
   v1.4.0 Pro venue scoreboard / jumbotron frame system
   ========================================================== */
.atxv-media{
  container-type:inline-size;
}
.atxv-frame-screen{
  position:relative;
  z-index:2;
  width:100%;
  height:100%;
  min-width:0;
  min-height:0;
  overflow:hidden;
  border-radius:inherit;
  background:#020617;
}
.atxv-frame-screen > *,
.atxv-frame-screen .atxcs-video-inline,
.atxv-frame-screen .atxcs-video-thumb,
.atxv-frame-screen .atxcs-video-player{
  width:100%!important;
  height:100%!important;
  max-width:100%!important;
  max-height:100%!important;
  margin:0!important;
  border:0!important;
  border-radius:0!important;
  display:block!important;
}
.atxv-sports-ui{
  position:absolute;
  inset:0;
  z-index:4;
  pointer-events:none;
  color:#f8fafc;
  font-family:Inter,Arial,sans-serif;
  text-transform:uppercase;
}
.atxv-live-dot{
  width:7px;height:7px;border-radius:50%;background:#ef4444;display:inline-block;
  box-shadow:0 0 0 3px rgba(239,68,68,.18),0 0 14px rgba(239,68,68,.8);
}
.atxv-frame-masthead{
  position:absolute;top:10px;left:16px;right:16px;height:32px;
  display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;
  padding:0 12px;border:1px solid rgba(255,255,255,.16);border-radius:9px;
  background:linear-gradient(180deg,rgba(30,41,59,.96),rgba(2,6,23,.96));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 8px 20px rgba(2,6,23,.25);
  font-size:10px;letter-spacing:.18em;
}
.atxv-frame-masthead strong{text-align:center;font-size:11px;color:#fff}
.atxv-frame-status{
  position:absolute;left:14px;right:14px;bottom:10px;height:28px;
  display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;
  padding:0 11px;border-radius:8px;border:1px solid rgba(255,255,255,.12);
  background:linear-gradient(90deg,rgba(15,23,42,.97),rgba(30,41,59,.94),rgba(15,23,42,.97));
  font-size:9px;letter-spacing:.14em;
}
.atxv-frame-status strong{text-align:center;color:#fff}

/* MLB Ballpark Scoreboard */
.atxv-frame-mlb .atxv-media{
  padding:52px 22px 116px!important;
  border-radius:20px!important;
  background:
    radial-gradient(circle at 50% -20%,rgba(255,255,255,.15),transparent 32%),
    linear-gradient(145deg,#1f2937,#0f172a 55%,#111827);
  border:3px solid #475569!important;
  box-shadow:0 28px 55px rgba(2,6,23,.28),inset 0 0 0 2px rgba(255,255,255,.05)!important;
}
.atxv-frame-mlb .atxv-frame-screen{
  border:3px solid #020617;border-radius:8px;
  box-shadow:0 0 0 1px rgba(56,189,248,.15),inset 0 0 24px rgba(2,6,23,.5);
}
.atxv-mlb-team{
  position:absolute;top:50px;width:72px;height:42px;
  display:flex;align-items:center;justify-content:space-between;gap:7px;
  padding:0 9px;background:linear-gradient(180deg,#111827,#020617);
  border:1px solid rgba(255,255,255,.14);border-radius:7px;
  font-size:9px;letter-spacing:.12em;
  box-shadow:0 8px 16px rgba(2,6,23,.25);
}
.atxv-mlb-team strong{font-family:Consolas,monospace;font-size:20px;color:var(--atxv-frame-trim)}
.atxv-mlb-away{left:8px}.atxv-mlb-home{right:8px}
.atxv-mlb-linescore{
  position:absolute;left:12px;right:12px;bottom:43px;
  padding:6px 8px;border:1px solid rgba(255,255,255,.14);border-radius:8px;
  background:linear-gradient(180deg,rgba(2,6,23,.98),rgba(15,23,42,.98));
  box-shadow:inset 0 0 0 1px rgba(56,189,248,.08);
}
.atxv-mlb-row{
  display:grid;grid-template-columns:44px repeat(12,minmax(14px,1fr));align-items:center;gap:2px;
  min-height:18px;font-size:8px;letter-spacing:.02em;text-align:center;
}
.atxv-mlb-row b{text-align:left;overflow:hidden;text-overflow:ellipsis}
.atxv-mlb-head{color:#94a3b8;border-bottom:1px solid rgba(255,255,255,.08)}
.atxv-mlb-row strong{color:var(--atxv-frame-accent)}

/* NFL / College stadium scoreboards */
.atxv-frame-nfl .atxv-media,
.atxv-frame-college-football .atxv-media{
  padding:52px 24px 124px!important;
  border-radius:18px!important;
  background:
    linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px) 0 0/18px 18px,
    linear-gradient(145deg,#111827,#020617 60%,#1e293b);
  border:4px solid #334155!important;
  box-shadow:0 30px 58px rgba(2,6,23,.3),inset 0 0 0 2px rgba(255,255,255,.05)!important;
}
.atxv-frame-nfl .atxv-frame-screen,
.atxv-frame-college-football .atxv-frame-screen{
  border:3px solid #020617;border-radius:8px;
  box-shadow:0 0 0 1px rgba(255,255,255,.08),inset 0 0 22px rgba(2,6,23,.45);
}
.atxv-score-ribbon{
  position:absolute;left:12px;right:12px;bottom:64px;height:50px;
  display:grid;grid-template-columns:1fr 112px 1fr;align-items:stretch;
  background:#020617;border:1px solid rgba(255,255,255,.14);border-radius:8px;overflow:hidden;
  box-shadow:0 8px 18px rgba(2,6,23,.28);
}
.atxv-score-team{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:0 12px;font-size:10px;font-weight:800;letter-spacing:.12em;background:linear-gradient(180deg,#1e293b,#0f172a)}
.atxv-score-team strong{font-family:Consolas,monospace;font-size:24px;color:#fff}
.atxv-game-center{display:flex;flex-direction:column;align-items:center;justify-content:center;border-left:1px solid rgba(255,255,255,.12);border-right:1px solid rgba(255,255,255,.12);background:linear-gradient(180deg,#111827,#020617)}
.atxv-game-center b{font-size:9px;color:var(--atxv-frame-accent);letter-spacing:.15em}
.atxv-game-center strong{font-family:Consolas,monospace;font-size:18px;letter-spacing:.08em}
.atxv-game-center small{font-size:7px;color:#94a3b8;margin-top:2px}
.atxv-nfl-info{
  position:absolute;left:18px;right:18px;bottom:38px;height:22px;
  display:grid;grid-template-columns:1fr 1fr 1fr;gap:4px;
}
.atxv-nfl-info span{display:flex;align-items:center;justify-content:center;gap:5px;background:rgba(15,23,42,.96);border:1px solid rgba(255,255,255,.1);border-radius:5px;font-size:8px;letter-spacing:.08em}
.atxv-nfl-info b{color:var(--atxv-frame-trim);font-size:7px}
.atxv-cfb-strip{
  position:absolute;left:16px;right:16px;bottom:38px;height:22px;
  display:grid;grid-template-columns:1fr 1.35fr 1fr;align-items:center;text-align:center;
  background:linear-gradient(90deg,rgba(15,23,42,.96),rgba(30,41,59,.96),rgba(15,23,42,.96));
  border:1px solid rgba(255,255,255,.1);border-radius:5px;font-size:8px;letter-spacing:.1em;
}
.atxv-cfb-strip strong{color:var(--atxv-frame-trim)}
.atxv-cfb-lights{position:absolute;left:14px;right:14px;bottom:8px;display:flex;justify-content:space-around}
.atxv-cfb-lights i{width:8px;height:8px;border-radius:50%;background:#f8fafc;box-shadow:0 0 12px rgba(255,255,255,.8)}

/* NBA / NHL hanging arena jumbotrons */
.atxv-frame-nba .atxv-media,
.atxv-frame-nhl .atxv-media{
  padding:68px 34px 116px!important;
  overflow:visible!important;
  border-radius:14px!important;
  background:linear-gradient(145deg,#020617,#111827 50%,#1e293b);
  border:4px solid #64748b!important;
  box-shadow:0 34px 70px rgba(2,6,23,.34),inset 0 0 0 2px rgba(255,255,255,.08)!important;
}
.atxv-frame-nba .atxv-frame-screen,
.atxv-frame-nhl .atxv-frame-screen{
  border:4px solid #020617;border-radius:4px;
  box-shadow:0 0 0 2px rgba(255,255,255,.06),0 0 30px color-mix(in srgb,var(--atxv-frame-trim) 18%,transparent);
}
.atxv-jumbo-rig{
  position:absolute;top:8px;left:7%;right:7%;height:42px;
  display:grid;grid-template-columns:18px 1fr auto 1fr 18px;align-items:center;gap:5px;
}
.atxv-jumbo-rig i{height:4px;background:linear-gradient(90deg,#334155,#cbd5e1,#334155);box-shadow:0 0 8px rgba(255,255,255,.22)}
.atxv-jumbo-rig strong{padding:7px 14px;border:1px solid rgba(255,255,255,.16);border-radius:6px;background:#020617;font-size:9px;letter-spacing:.2em;color:#fff;box-shadow:0 6px 14px rgba(2,6,23,.35)}
.atxv-arena-scoreband,
.atxv-hockey-scoreband{
  position:absolute;left:15px;right:15px;bottom:55px;height:54px;
  display:grid;grid-template-columns:1fr 116px 1fr;background:#020617;border:2px solid #475569;border-radius:6px;overflow:hidden;
  box-shadow:0 10px 20px rgba(2,6,23,.35);
}
.atxv-hockey-scoreband .atxv-score-team{display:grid;grid-template-columns:1fr auto;grid-template-rows:1fr auto}
.atxv-hockey-scoreband .atxv-score-team small{grid-column:1/-1;color:#94a3b8;font-size:7px;letter-spacing:.12em}
.atxv-led-ribbon{
  position:absolute;left:10px;right:10px;bottom:26px;height:22px;
  display:flex;align-items:center;justify-content:center;gap:12px;
  background:linear-gradient(90deg,color-mix(in srgb,var(--atxv-frame-accent) 35%,#020617),#020617,color-mix(in srgb,var(--atxv-frame-trim) 35%,#020617));
  border:1px solid rgba(255,255,255,.12);border-radius:4px;font-size:8px;letter-spacing:.18em;
  overflow:hidden;
}
.atxv-jumbo-underlights{position:absolute;left:18%;right:18%;bottom:4px;display:flex;justify-content:space-around}
.atxv-jumbo-underlights i{width:10px;height:10px;border-radius:50%;background:#f8fafc;box-shadow:0 0 14px rgba(255,255,255,.9)}
.atxv-ice-lights i{background:#dbeafe;box-shadow:0 0 16px rgba(96,165,250,.95)}
.atxv-frame-nba .atxv-media:before,
.atxv-frame-nhl .atxv-media:before,
.atxv-frame-nba .atxv-media:after,
.atxv-frame-nhl .atxv-media:after{
  content:'';position:absolute;top:74px;bottom:118px;width:24px;z-index:1;
  background:linear-gradient(180deg,#334155,#0f172a,#475569);border:2px solid #64748b;
  clip-path:polygon(0 8%,100% 0,100% 100%,0 92%);box-shadow:0 8px 18px rgba(2,6,23,.3);
}
.atxv-frame-nba .atxv-media:before,.atxv-frame-nhl .atxv-media:before{left:6px}
.atxv-frame-nba .atxv-media:after,.atxv-frame-nhl .atxv-media:after{right:6px;transform:scaleX(-1)}

/* Professional sports broadcast package */
.atxv-frame-broadcast-pro .atxv-media{
  padding:18px 18px 74px!important;
  border-radius:14px!important;
  background:linear-gradient(145deg,#020617,#0f172a 60%,#172554);
  border:2px solid #334155!important;
  box-shadow:0 24px 50px rgba(2,6,23,.28),inset 0 0 0 1px rgba(255,255,255,.06)!important;
}
.atxv-frame-broadcast-pro .atxv-frame-screen{border:1px solid rgba(255,255,255,.1);border-radius:6px}
.atxv-broadcast-bug{position:absolute;top:8px;left:8px;display:flex;align-items:center;gap:6px;padding:5px 8px;border-radius:5px;background:#b91c1c;color:#fff;font-size:8px;font-weight:900;letter-spacing:.12em}
.atxv-broadcast-network{position:absolute;top:8px;right:8px;padding:5px 8px;border-radius:5px;background:rgba(2,6,23,.92);border:1px solid rgba(255,255,255,.12);font-size:8px;font-weight:800;letter-spacing:.14em}
.atxv-broadcast-scorebug{position:absolute;left:16px;right:16px;bottom:39px;height:29px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;background:rgba(2,6,23,.96);border-left:4px solid var(--atxv-frame-accent);border-right:4px solid var(--atxv-frame-trim);font-size:9px;font-weight:800;letter-spacing:.08em}
.atxv-broadcast-scorebug span:first-child{padding-left:10px}.atxv-broadcast-scorebug span:last-child{text-align:right;padding-right:10px}.atxv-broadcast-scorebug em{font-style:normal;color:#cbd5e1;font-size:8px}
.atxv-broadcast-ticker{position:absolute;left:16px;right:16px;bottom:10px;height:24px;display:grid;grid-template-columns:auto 1fr;align-items:center;gap:12px;padding:0 10px;background:linear-gradient(90deg,var(--atxv-frame-accent),#0f172a 35%);font-size:8px;letter-spacing:.1em;overflow:hidden}
.atxv-broadcast-ticker span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}

/* Compact treatment for grids / narrow cards */
@container (max-width: 430px){
  .atxv-frame-masthead{left:8px;right:8px;height:25px;font-size:7px;padding:0 7px;letter-spacing:.09em}
  .atxv-frame-masthead strong{font-size:8px}
  .atxv-frame-mlb .atxv-media{padding:42px 12px 86px!important}
  .atxv-mlb-team{display:none}
  .atxv-mlb-linescore{left:7px;right:7px;bottom:35px;padding:4px}
  .atxv-mlb-row{grid-template-columns:30px repeat(12,minmax(8px,1fr));font-size:6px;min-height:14px;gap:1px}
  .atxv-frame-status{left:7px;right:7px;bottom:6px;height:24px;font-size:6px;letter-spacing:.06em}
  .atxv-frame-nfl .atxv-media,.atxv-frame-college-football .atxv-media{padding:42px 12px 90px!important}
  .atxv-score-ribbon{left:7px;right:7px;bottom:39px;height:42px;grid-template-columns:1fr 72px 1fr}
  .atxv-score-team{padding:0 6px;font-size:7px;letter-spacing:.05em}.atxv-score-team strong{font-size:17px}
  .atxv-game-center b{font-size:6px}.atxv-game-center strong{font-size:13px}
  .atxv-nfl-info,.atxv-cfb-strip{display:none}
  .atxv-frame-nba .atxv-media,.atxv-frame-nhl .atxv-media{padding:48px 20px 88px!important}
  .atxv-jumbo-rig{height:30px}.atxv-jumbo-rig strong{font-size:6px;padding:5px 8px}
  .atxv-arena-scoreband,.atxv-hockey-scoreband{left:7px;right:7px;bottom:32px;height:46px;grid-template-columns:1fr 72px 1fr}
  .atxv-led-ribbon{left:7px;right:7px;bottom:7px;height:19px;font-size:6px;letter-spacing:.08em}
  .atxv-jumbo-underlights{display:none}
}


/* ==========================================================
   v1.5.0 Venue Frame Proportion + Hardware Rebuild
   Replaces fixed-padding sport frames with proportional venue layouts.
   ========================================================== */

/* Give compact frame rules a real container context. */
.atxcs-video-card,
.atxcs-video-showcase-media,
.atxcs-product-video-media,
.atxcs-video-hero-foreground{
  container-type:inline-size;
}

/* Sport frames must not inherit the normal media aspect-box padding model. */
.atxv-suite.atxv-frame-college-football .atxv-media,
.atxv-suite.atxv-frame-nhl .atxv-media,
.atxv-suite.atxv-frame-nfl .atxv-media,
.atxv-suite.atxv-frame-nba .atxv-media,
.atxv-suite.atxv-frame-mlb .atxv-media{
  position:relative!important;
  padding:0!important;
  min-height:0!important;
  height:auto!important;
  overflow:visible!important;
  isolation:isolate!important;
}

.atxv-suite.atxv-frame-college-football .atxv-media,
.atxv-suite.atxv-frame-nfl .atxv-media{
  aspect-ratio:16/10!important;
}
.atxv-suite.atxv-frame-nhl .atxv-media,
.atxv-suite.atxv-frame-nba .atxv-media{
  aspect-ratio:16/10!important;
}
.atxv-suite.atxv-frame-mlb .atxv-media{
  aspect-ratio:16/10!important;
}

/* Always keep the frame information layer above the screen and theme pseudo-elements. */
.atxv-suite .atxv-sports-ui{
  position:absolute!important;
  inset:0!important;
  z-index:30!important;
  display:block!important;
  visibility:visible!important;
  opacity:1!important;
  pointer-events:none!important;
  overflow:visible!important;
}
.atxv-suite .atxv-frame-screen{
  position:absolute!important;
  z-index:10!important;
  min-width:0!important;
  min-height:0!important;
  overflow:hidden!important;
  background:#020617!important;
}
.atxv-suite .atxv-frame-screen > *,
.atxv-suite .atxv-frame-screen .atxcs-video-inline,
.atxv-suite .atxv-frame-screen .atxcs-video-thumb,
.atxv-suite .atxv-frame-screen .atxcs-video-player{
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  max-height:none!important;
  object-fit:cover!important;
}

/* ==========================================================
   College Football Stadium Scoreboard
   ========================================================== */
.atxv-suite.atxv-frame-college-football .atxv-media{
  border-radius:clamp(14px,2.5cqw,26px)!important;
  border:clamp(2px,.7cqw,5px) solid #475569!important;
  background:
    linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px) 0 0/4.2% 100%,
    linear-gradient(180deg,rgba(255,255,255,.07),transparent 14%),
    radial-gradient(circle at 50% -15%,color-mix(in srgb,var(--atxv-frame-trim) 18%,transparent),transparent 36%),
    linear-gradient(145deg,#111827 0%,#020617 58%,#172033 100%)!important;
  box-shadow:
    0 clamp(16px,4cqw,34px) clamp(34px,8cqw,70px) rgba(2,6,23,.34),
    inset 0 0 0 2px rgba(255,255,255,.05),
    inset 0 -18px 28px rgba(2,6,23,.34)!important;
}

.atxv-suite.atxv-frame-college-football .atxv-frame-screen{
  top:16%!important;
  left:5.5%!important;
  right:5.5%!important;
  width:auto!important;
  height:48%!important;
  border:clamp(2px,.65cqw,5px) solid #020617!important;
  border-radius:clamp(5px,1.2cqw,12px)!important;
  box-shadow:
    0 0 0 clamp(1px,.25cqw,2px) rgba(148,163,184,.38),
    0 0 clamp(18px,5cqw,50px) color-mix(in srgb,var(--atxv-frame-accent) 16%,transparent),
    inset 0 0 22px rgba(2,6,23,.58)!important;
}

/* Stadium side towers */
.atxv-suite.atxv-frame-college-football .atxv-media:before,
.atxv-suite.atxv-frame-college-football .atxv-media:after{
  content:''!important;
  position:absolute!important;
  top:15%!important;
  bottom:34%!important;
  width:4.2%!important;
  z-index:6!important;
  background:
    linear-gradient(90deg,rgba(255,255,255,.11),transparent 38%),
    linear-gradient(180deg,#334155,#0f172a 48%,#475569)!important;
  border:1px solid #64748b!important;
  box-shadow:0 8px 20px rgba(2,6,23,.36)!important;
}
.atxv-suite.atxv-frame-college-football .atxv-media:before{
  left:1.2%!important;
  clip-path:polygon(0 8%,100% 0,100% 100%,0 92%)!important;
}
.atxv-suite.atxv-frame-college-football .atxv-media:after{
  right:1.2%!important;
  clip-path:polygon(0 0,100% 8%,100% 92%,0 100%)!important;
}

.atxv-frame-college-football .atxv-frame-masthead{
  top:2.2%!important;
  left:7%!important;
  right:7%!important;
  height:9.5%!important;
  min-height:0!important;
  padding:0 clamp(8px,2cqw,18px)!important;
  border-radius:clamp(5px,1cqw,10px)!important;
  border:1px solid rgba(255,255,255,.16)!important;
  background:
    linear-gradient(90deg,color-mix(in srgb,var(--atxv-frame-accent) 28%,#111827),#020617 28%,#020617 72%,color-mix(in srgb,var(--atxv-frame-trim) 28%,#111827))!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.10),0 8px 18px rgba(2,6,23,.28)!important;
  font-size:clamp(6px,1.35cqw,11px)!important;
  letter-spacing:.14em!important;
}
.atxv-frame-college-football .atxv-frame-masthead strong{
  font-size:clamp(8px,1.65cqw,14px)!important;
  letter-spacing:.16em!important;
}

.atxv-frame-college-football .atxv-score-ribbon{
  top:67%!important;
  bottom:auto!important;
  left:5.5%!important;
  right:5.5%!important;
  height:15.5%!important;
  grid-template-columns:1fr clamp(76px,20cqw,150px) 1fr!important;
  border:clamp(1px,.35cqw,2px) solid #64748b!important;
  border-radius:clamp(5px,1cqw,10px)!important;
  background:#020617!important;
  box-shadow:0 10px 22px rgba(2,6,23,.38)!important;
  overflow:hidden!important;
}
.atxv-frame-college-football .atxv-score-team{
  padding:0 clamp(6px,2cqw,16px)!important;
  font-size:clamp(7px,1.45cqw,12px)!important;
  letter-spacing:.11em!important;
  background:
    linear-gradient(180deg,color-mix(in srgb,var(--atxv-frame-accent) 12%,#1e293b),#0f172a)!important;
}
.atxv-frame-college-football .atxv-score-team.home{
  background:linear-gradient(180deg,color-mix(in srgb,var(--atxv-frame-trim) 12%,#1e293b),#0f172a)!important;
}
.atxv-frame-college-football .atxv-score-team strong{
  font-size:clamp(18px,4.2cqw,34px)!important;
  text-shadow:0 0 16px rgba(255,255,255,.16)!important;
}
.atxv-frame-college-football .atxv-game-center b{
  font-size:clamp(6px,1.15cqw,10px)!important;
}
.atxv-frame-college-football .atxv-game-center strong{
  font-size:clamp(12px,2.8cqw,22px)!important;
}
.atxv-frame-college-football .atxv-cfb-strip{
  top:84.5%!important;
  bottom:auto!important;
  left:7%!important;
  right:7%!important;
  height:7%!important;
  border-radius:clamp(4px,.8cqw,7px)!important;
  font-size:clamp(5px,1.05cqw,9px)!important;
  letter-spacing:.09em!important;
  background:
    linear-gradient(90deg,#0f172a,color-mix(in srgb,var(--atxv-frame-accent) 16%,#1e293b),#0f172a)!important;
}
.atxv-frame-college-football .atxv-cfb-lights{
  left:10%!important;
  right:10%!important;
  bottom:2%!important;
  height:3.8%!important;
  display:flex!important;
  align-items:center!important;
}
.atxv-frame-college-football .atxv-cfb-lights i{
  width:clamp(5px,1.3cqw,10px)!important;
  height:clamp(5px,1.3cqw,10px)!important;
  background:#f8fafc!important;
  box-shadow:0 0 clamp(7px,2cqw,16px) rgba(255,255,255,.92)!important;
}

/* ==========================================================
   NHL Suspended Arena Jumbotron
   ========================================================== */
.atxv-suite.atxv-frame-nhl .atxv-media{
  border-radius:clamp(12px,2.4cqw,22px)!important;
  border:clamp(2px,.65cqw,5px) solid #64748b!important;
  background:
    radial-gradient(ellipse at 50% -10%,rgba(147,197,253,.20),transparent 34%),
    repeating-linear-gradient(90deg,rgba(255,255,255,.025) 0 1px,transparent 1px 5%),
    linear-gradient(145deg,#020617,#0f172a 55%,#172554)!important;
  box-shadow:
    0 clamp(18px,5cqw,40px) clamp(40px,10cqw,82px) rgba(2,6,23,.40),
    inset 0 0 0 2px rgba(255,255,255,.05),
    0 0 clamp(22px,6cqw,56px) rgba(59,130,246,.12)!important;
  transform:perspective(1200px) rotateX(.3deg)!important;
}
.atxv-suite.atxv-frame-nhl .atxv-frame-screen{
  top:19%!important;
  left:8%!important;
  right:8%!important;
  width:auto!important;
  height:48%!important;
  border:clamp(2px,.7cqw,5px) solid #020617!important;
  border-radius:clamp(4px,.8cqw,8px)!important;
  box-shadow:
    0 0 0 clamp(1px,.35cqw,3px) rgba(148,163,184,.42),
    0 0 clamp(20px,6cqw,54px) rgba(96,165,250,.22),
    inset 0 0 24px rgba(2,6,23,.52)!important;
}

/* Angled side video housing wings */
.atxv-suite.atxv-frame-nhl .atxv-media:before,
.atxv-suite.atxv-frame-nhl .atxv-media:after{
  content:''!important;
  position:absolute!important;
  top:18%!important;
  bottom:31%!important;
  width:6.2%!important;
  z-index:8!important;
  background:
    linear-gradient(90deg,rgba(255,255,255,.12),transparent 34%),
    linear-gradient(180deg,#475569,#0f172a 50%,#334155)!important;
  border:clamp(1px,.3cqw,2px) solid #64748b!important;
  box-shadow:0 10px 22px rgba(2,6,23,.38)!important;
}
.atxv-suite.atxv-frame-nhl .atxv-media:before{
  left:1.2%!important;
  clip-path:polygon(0 9%,100% 0,100% 100%,0 91%)!important;
}
.atxv-suite.atxv-frame-nhl .atxv-media:after{
  right:1.2%!important;
  clip-path:polygon(0 0,100% 9%,100% 91%,0 100%)!important;
}

.atxv-frame-nhl .atxv-jumbo-rig{
  top:2%!important;
  left:9%!important;
  right:9%!important;
  height:11%!important;
  grid-template-columns:clamp(12px,4cqw,30px) 1fr auto 1fr clamp(12px,4cqw,30px)!important;
  gap:clamp(3px,1cqw,8px)!important;
}
.atxv-frame-nhl .atxv-jumbo-rig i{
  height:clamp(2px,.6cqw,5px)!important;
  background:linear-gradient(90deg,#334155,#e2e8f0,#334155)!important;
  box-shadow:0 0 clamp(5px,1.5cqw,12px) rgba(219,234,254,.38)!important;
}
.atxv-frame-nhl .atxv-jumbo-rig strong{
  padding:clamp(4px,1.2cqw,9px) clamp(7px,2cqw,16px)!important;
  border-radius:clamp(4px,.8cqw,7px)!important;
  font-size:clamp(6px,1.35cqw,11px)!important;
  letter-spacing:.16em!important;
  background:linear-gradient(180deg,#111827,#020617)!important;
  border:1px solid rgba(191,219,254,.24)!important;
  box-shadow:0 6px 16px rgba(2,6,23,.42),inset 0 1px 0 rgba(255,255,255,.08)!important;
}

.atxv-frame-nhl .atxv-hockey-scoreband{
  top:70%!important;
  bottom:auto!important;
  left:6%!important;
  right:6%!important;
  height:17%!important;
  grid-template-columns:1fr clamp(76px,21cqw,150px) 1fr!important;
  border:clamp(1px,.4cqw,3px) solid #64748b!important;
  border-radius:clamp(4px,.8cqw,8px)!important;
  background:#020617!important;
  box-shadow:0 10px 24px rgba(2,6,23,.42)!important;
}
.atxv-frame-nhl .atxv-hockey-scoreband .atxv-score-team{
  padding:0 clamp(5px,1.7cqw,14px)!important;
  font-size:clamp(6px,1.2cqw,10px)!important;
  background:linear-gradient(180deg,#1e293b,#0f172a)!important;
}
.atxv-frame-nhl .atxv-hockey-scoreband .atxv-score-team strong{
  font-size:clamp(16px,4cqw,30px)!important;
}
.atxv-frame-nhl .atxv-hockey-scoreband .atxv-score-team small{
  font-size:clamp(5px,.95cqw,8px)!important;
  letter-spacing:.09em!important;
}
.atxv-frame-nhl .atxv-hockey-scoreband .atxv-game-center b{
  font-size:clamp(5px,1.05cqw,9px)!important;
  color:#93c5fd!important;
}
.atxv-frame-nhl .atxv-hockey-scoreband .atxv-game-center strong{
  font-size:clamp(12px,2.7cqw,21px)!important;
}
.atxv-frame-nhl .atxv-hockey-scoreband .atxv-game-center small{
  font-size:clamp(4px,.85cqw,7px)!important;
}

.atxv-frame-nhl .atxv-led-ribbon{
  top:88.5%!important;
  bottom:auto!important;
  left:7%!important;
  right:7%!important;
  height:6.5%!important;
  border-radius:clamp(3px,.6cqw,6px)!important;
  font-size:clamp(5px,.95cqw,8px)!important;
  letter-spacing:.12em!important;
  background:
    linear-gradient(90deg,color-mix(in srgb,var(--atxv-frame-accent) 38%,#020617),#020617 48%,color-mix(in srgb,var(--atxv-frame-trim) 40%,#020617))!important;
  box-shadow:inset 0 0 12px rgba(96,165,250,.12)!important;
}
.atxv-frame-nhl .atxv-jumbo-underlights{
  left:20%!important;
  right:20%!important;
  bottom:-1.5%!important;
  height:4%!important;
  display:flex!important;
  align-items:center!important;
}
.atxv-frame-nhl .atxv-jumbo-underlights i{
  width:clamp(5px,1.4cqw,11px)!important;
  height:clamp(5px,1.4cqw,11px)!important;
  background:#dbeafe!important;
  box-shadow:0 0 clamp(10px,3cqw,22px) rgba(96,165,250,.98)!important;
}

/* ==========================================================
   Narrow-card tuning: keep hardware visible without crushing screen
   ========================================================== */
@container (max-width: 460px){
  .atxv-frame-college-football .atxv-frame-masthead span:last-child{display:none!important}
  .atxv-frame-college-football .atxv-score-ribbon{
    left:4.5%!important;right:4.5%!important;
    grid-template-columns:1fr clamp(60px,19cqw,82px) 1fr!important;
  }
  .atxv-frame-college-football .atxv-cfb-strip{
    left:5.5%!important;right:5.5%!important;
    grid-template-columns:1fr 1.2fr 1fr!important;
  }
  .atxv-frame-nhl .atxv-hockey-scoreband{
    left:4.5%!important;right:4.5%!important;
    grid-template-columns:1fr clamp(58px,20cqw,78px) 1fr!important;
  }
  .atxv-frame-nhl .atxv-hockey-scoreband .atxv-score-team{
    padding:0 4px!important;
  }
  .atxv-frame-nhl .atxv-led-ribbon{
    left:5%!important;right:5%!important;
  }
}


/* ==========================================================
   v1.5.1 Transparent Shell + Card Background Controls
   ========================================================== */

/* The outer video element background is now independently removable. */
.atxv-suite.atxv-element-bg-transparent{
  background:transparent!important;
  background-color:transparent!important;
  background-image:none!important;
}

/* A transparent shell must not clip scoreboard towers, rigging, lights, or shadows. */
.atxv-suite.atxv-element-bg-transparent{
  overflow:visible!important;
}

/* Color mode preserves the user's Background Color setting. */
.atxv-suite.atxv-element-bg-color{
  background:var(--atxv-bg)!important;
}

/* Video cards can now be transparent independently from the outer element. */
.atxv-suite.atxv-card-bg-transparent .atxcs-video-card{
  background:transparent!important;
  background-color:transparent!important;
  background-image:none!important;
}

/* Preserve explicit card color mode when requested. */
.atxv-suite.atxv-card-bg-color .atxcs-video-card{
  background:var(--atxv-card-bg)!important;
}

/* Sport hardware should float cleanly with no inherited card panel behind it. */
.atxv-suite.atxv-card-bg-transparent[class*="atxv-frame-"] .atxcs-video-card{
  border-color:transparent!important;
}

/* Prevent older shell/card selectors from repainting the backgrounds. */
.atxv-suite.atxcs-video-gallery.atxv-element-bg-transparent,
.atxv-suite.atxcs-video-carousel.atxv-element-bg-transparent{
  background:transparent!important;
  box-shadow:none!important;
}

.atxv-suite.atxcs-video-gallery.atxv-card-bg-transparent .atxcs-video-card,
.atxv-suite.atxcs-video-carousel.atxv-card-bg-transparent .atxcs-video-card{
  background:transparent!important;
  box-shadow:none!important;
}


/* ==========================================================
   v1.6.0 Unified Typography Controls
   Applies to all Product, Category, Image, and Video elements.
   ========================================================== */

.atxcs-shell,
.atxv-suite{
  font-family:var(--atxcs-font-family,inherit)!important;
}

/* Element header title */
.atxcs-shell .atxcs-heading-text h2,
.atxv-suite .atxcs-heading-text h2,
.atxv-suite .atxcs-video-hero-content h2,
.atxv-suite .atxcs-video-showcase-copy h2,
.atxv-suite .atxcs-product-video-copy h2{
  font-family:var(--atxcs-header-title-font,var(--atxcs-font-family,inherit))!important;
  font-size:var(--atxcs-header-title-size,clamp(28px,3.2vw,48px))!important;
  font-weight:var(--atxcs-header-title-weight,900)!important;
  line-height:var(--atxcs-header-title-line-height,1.02)!important;
  letter-spacing:var(--atxcs-header-title-letter-spacing,-.045em)!important;
}

/* Element header subtitle */
.atxcs-shell .atxcs-heading-text p,
.atxv-suite .atxcs-heading-text p{
  font-family:var(--atxcs-subtitle-font,var(--atxcs-font-family,inherit))!important;
  font-size:var(--atxcs-subtitle-size,15px)!important;
  font-weight:var(--atxcs-subtitle-weight,400)!important;
  line-height:var(--atxcs-subtitle-line-height,1.5)!important;
  letter-spacing:var(--atxcs-subtitle-letter-spacing,normal)!important;
}

/* Product/category/image/video card titles */
.atxcs-shell .atxcs-title,
.atxcs-shell .atxcs-title a,
.atxv-suite .atxcs-title,
.atxv-suite .atxcs-title a,
.atxv-suite .atxcs-video-thumb-copy strong{
  font-family:var(--atxcs-item-title-font,var(--atxcs-font-family,inherit))!important;
  font-size:var(--atxcs-item-title-size,clamp(18px,1.5vw,24px))!important;
  font-weight:var(--atxcs-item-title-weight,900)!important;
  line-height:var(--atxcs-item-title-line-height,1.08)!important;
  letter-spacing:var(--atxcs-item-title-letter-spacing,-.03em)!important;
}

/* Body text, descriptions, captions */
.atxcs-shell .atxcs-excerpt,
.atxv-suite .atxcs-excerpt,
.atxv-suite .atxcs-video-hero-content p,
.atxv-suite .atxcs-video-showcase-copy p,
.atxv-suite .atxcs-product-video-copy p,
.atxv-suite .atxcs-video-thumb-copy em{
  font-family:var(--atxcs-body-font,var(--atxcs-font-family,inherit))!important;
  font-size:var(--atxcs-body-size,15px)!important;
  font-weight:var(--atxcs-body-weight,400)!important;
  line-height:var(--atxcs-body-line-height,1.5)!important;
  letter-spacing:var(--atxcs-body-letter-spacing,normal)!important;
}

/* Meta text */
.atxcs-shell .atxcs-kicker,
.atxcs-shell .atxcs-count,
.atxv-suite .atxcs-kicker,
.atxv-suite .atxcs-count,
.atxv-suite .atxcs-video-eyebrow,
.atxv-suite .atxcs-product-video-stock{
  font-family:var(--atxcs-meta-font,var(--atxcs-font-family,inherit))!important;
  font-size:var(--atxcs-meta-size,inherit)!important;
  font-weight:var(--atxcs-meta-weight,inherit)!important;
  line-height:var(--atxcs-meta-line-height,inherit)!important;
  letter-spacing:var(--atxcs-meta-letter-spacing,inherit)!important;
}

/* Prices */
.atxcs-shell .atxcs-price,
.atxv-suite .atxcs-price,
.atxv-suite .atxcs-product-video-price{
  font-family:var(--atxcs-price-font,var(--atxcs-font-family,inherit))!important;
  font-size:var(--atxcs-price-size,15px)!important;
  font-weight:var(--atxcs-price-weight,900)!important;
  line-height:var(--atxcs-price-line-height,1.2)!important;
  letter-spacing:var(--atxcs-price-letter-spacing,normal)!important;
}

/* Buttons and secondary CTAs */
.atxcs-shell .atxcs-button,
.atxv-suite .atxcs-button,
.atxv-suite .atxcs-video-secondary{
  font-family:var(--atxcs-button-font,var(--atxcs-font-family,inherit))!important;
  font-size:var(--atxcs-button-size,14px)!important;
  font-weight:var(--atxcs-button-weight,900)!important;
  line-height:var(--atxcs-button-line-height,1)!important;
  letter-spacing:var(--atxcs-button-letter-spacing,normal)!important;
}


/* ==========================================================
   v1.7.0 Product Slider/Card Design System
   ========================================================== */
.atxcs-kind-product{
  --atxcs-product-gradient-start:#064e3b;
  --atxcs-product-gradient-end:#0f172a;
  --atxcs-product-gradient-accent:#8b1538;
  --atxcs-product-gradient-angle:135deg;
  --atxcs-product-card-frame:rgba(255,255,255,.18);
  --atxcs-product-card-frame-width:1px;
  --atxcs-product-image-frame-bg:#f8fafc;
  --atxcs-product-image-frame-border:rgba(255,255,255,.65);
  --atxcs-product-image-frame-width:1px;
  --atxcs-product-image-frame-radius:22px;
  --atxcs-product-image-frame-padding:14px;
  --atxcs-product-content-bg:rgba(255,255,255,.12);
  --atxcs-product-content-border:rgba(255,255,255,.18);
  --atxcs-product-content-radius:18px;
  --atxcs-product-content-padding:18px;
  --atxcs-product-excerpt-bg:rgba(255,255,255,.12);
  --atxcs-product-excerpt-border:rgba(255,255,255,.18);
  --atxcs-product-excerpt-radius:16px;
  --atxcs-product-excerpt-padding:16px;
  --atxcs-product-button-bg:#8b1538;
  --atxcs-product-button-text:#fff;
  --atxcs-product-button-border:#8b1538;
  --atxcs-product-button-radius:999px;
  --atxcs-product-kicker-bg:rgba(255,255,255,.14);
  --atxcs-product-kicker-text:#fff;
  --atxcs-product-price-color:var(--atxcs-text);
}

.atxcs-kind-product.atxcs-product-style-dark-sports,
.atxcs-kind-product.atxcs-product-style-premium-gold,
.atxcs-kind-product.atxcs-product-style-custom-gradient,
.atxcs-kind-product.atxcs-product-gradient-on{
  --atxcs-card-bg:transparent;
}

.atxcs-kind-product.atxcs-product-style-dark-sports .atxcs-product{
  background:linear-gradient(var(--atxcs-product-gradient-angle),#063f20 0%,#102f2e 46%,#111827 100%)!important;
  color:#fff!important;
  border-color:var(--atxcs-product-card-frame)!important;
}
.atxcs-kind-product.atxcs-product-style-premium-gold .atxcs-product{
  background:linear-gradient(var(--atxcs-product-gradient-angle),#2b1a04 0%,#7c4a03 45%,#0f172a 100%)!important;
  color:#fff!important;
  border-color:rgba(245,158,11,.32)!important;
}
.atxcs-kind-product.atxcs-product-style-custom-gradient .atxcs-product,
.atxcs-kind-product.atxcs-product-gradient-on .atxcs-product{
  background:
    radial-gradient(circle at 18% 12%, color-mix(in srgb,var(--atxcs-product-gradient-accent) 28%,transparent), transparent 34%),
    linear-gradient(var(--atxcs-product-gradient-angle),var(--atxcs-product-gradient-start),var(--atxcs-product-gradient-end))!important;
  color:#fff!important;
  border-color:var(--atxcs-product-card-frame)!important;
}

.atxcs-kind-product.atxcs-product-style-dark-sports .atxcs-title,
.atxcs-kind-product.atxcs-product-style-dark-sports .atxcs-title a,
.atxcs-kind-product.atxcs-product-style-dark-sports .atxcs-price,
.atxcs-kind-product.atxcs-product-style-dark-sports .atxcs-count,
.atxcs-kind-product.atxcs-product-style-premium-gold .atxcs-title,
.atxcs-kind-product.atxcs-product-style-premium-gold .atxcs-title a,
.atxcs-kind-product.atxcs-product-style-premium-gold .atxcs-price,
.atxcs-kind-product.atxcs-product-style-premium-gold .atxcs-count,
.atxcs-kind-product.atxcs-product-style-custom-gradient .atxcs-title,
.atxcs-kind-product.atxcs-product-style-custom-gradient .atxcs-title a,
.atxcs-kind-product.atxcs-product-style-custom-gradient .atxcs-price,
.atxcs-kind-product.atxcs-product-style-custom-gradient .atxcs-count,
.atxcs-kind-product.atxcs-product-gradient-on .atxcs-title,
.atxcs-kind-product.atxcs-product-gradient-on .atxcs-title a,
.atxcs-kind-product.atxcs-product-gradient-on .atxcs-price,
.atxcs-kind-product.atxcs-product-gradient-on .atxcs-count{color:#fff!important}

.atxcs-kind-product.atxcs-product-style-dark-sports .atxcs-excerpt,
.atxcs-kind-product.atxcs-product-style-premium-gold .atxcs-excerpt,
.atxcs-kind-product.atxcs-product-style-custom-gradient .atxcs-excerpt,
.atxcs-kind-product.atxcs-product-gradient-on .atxcs-excerpt{color:rgba(255,255,255,.76)!important}

.atxcs-kind-product.atxcs-product-texture-on .atxcs-product:before{
  content:"";
  position:absolute;
  inset:0;
  background:repeating-linear-gradient(115deg,rgba(255,255,255,.055) 0 1px,transparent 1px 72px);
  pointer-events:none;
  z-index:0;
}
.atxcs-kind-product.atxcs-product-texture-on .atxcs-product > *{position:relative;z-index:1}

.atxcs-kind-product.atxcs-product-card-frame-on .atxcs-product{border-width:var(--atxcs-product-card-frame-width)!important;border-style:solid!important;border-color:var(--atxcs-product-card-frame)!important}
.atxcs-kind-product.atxcs-product-card-frame-off .atxcs-product{border:none!important;outline:none!important}
.atxcs-kind-product.atxcs-product-card-shadow-on .atxcs-product{box-shadow:0 28px 64px rgba(15,23,42,.16)!important}
.atxcs-kind-product.atxcs-product-card-shadow-off .atxcs-product{box-shadow:none!important}

.atxcs-kind-product.atxcs-product-media-frame-on .atxcs-media{
  background:var(--atxcs-product-image-frame-bg)!important;
  border:var(--atxcs-product-image-frame-width) solid var(--atxcs-product-image-frame-border)!important;
  border-radius:var(--atxcs-product-image-frame-radius)!important;
  padding:var(--atxcs-product-image-frame-padding)!important;
  box-shadow:0 18px 40px rgba(0,0,0,.18)!important;
}
.atxcs-kind-product.atxcs-product-media-frame-on .atxcs-media-bg{border-radius:calc(max(0px,var(--atxcs-product-image-frame-radius) - 8px))!important}
.atxcs-kind-product.atxcs-product-media-frame-off .atxcs-media{box-shadow:none}

.atxcs-kind-product.atxcs-mode-slider.atxcs-product-media-frame-on.atxcs-layout-split .atxcs-media,
.atxcs-kind-product.atxcs-mode-slider.atxcs-product-media-frame-on.atxcs-layout-image-right .atxcs-media{
  margin:clamp(18px,2.5vw,34px)!important;
  min-height:calc(var(--atxcs-min-height,430px) - clamp(36px,5vw,68px))!important;
  height:auto!important;
}
.atxcs-kind-product.atxcs-mode-slider.atxcs-product-media-frame-on.atxcs-layout-magazine .atxcs-media{margin:clamp(18px,2.5vw,34px)!important}

.atxcs-kind-product.atxcs-product-content-panel-on .atxcs-body{
  margin:clamp(18px,2.5vw,34px)!important;
  padding:var(--atxcs-product-content-padding)!important;
  border:1px solid var(--atxcs-product-content-border)!important;
  border-radius:var(--atxcs-product-content-radius)!important;
  background:var(--atxcs-product-content-bg)!important;
  backdrop-filter:blur(12px);
  box-shadow:0 20px 42px rgba(0,0,0,.14);
}
.atxcs-kind-product.atxcs-mode-carousel.atxcs-product-content-panel-on .atxcs-body{margin:12px!important}

.atxcs-kind-product.atxcs-product-excerpt-box-on .atxcs-excerpt{
  padding:var(--atxcs-product-excerpt-padding)!important;
  border:1px solid var(--atxcs-product-excerpt-border)!important;
  border-radius:var(--atxcs-product-excerpt-radius)!important;
  background:var(--atxcs-product-excerpt-bg)!important;
  color:inherit!important;
}

.atxcs-kind-product .atxcs-button{
  border:1px solid var(--atxcs-product-button-border)!important;
  border-radius:var(--atxcs-product-button-radius)!important;
}
.atxcs-kind-product.atxcs-product-style-dark-sports .atxcs-button,
.atxcs-kind-product.atxcs-product-style-premium-gold .atxcs-button,
.atxcs-kind-product.atxcs-product-style-custom-gradient .atxcs-button,
.atxcs-kind-product.atxcs-product-gradient-on .atxcs-button{
  background:var(--atxcs-product-button-bg)!important;
  color:var(--atxcs-product-button-text)!important;
  border-color:var(--atxcs-product-button-border)!important;
}
.atxcs-kind-product.atxcs-product-style-dark-sports .atxcs-kicker,
.atxcs-kind-product.atxcs-product-style-premium-gold .atxcs-kicker,
.atxcs-kind-product.atxcs-product-style-custom-gradient .atxcs-kicker,
.atxcs-kind-product.atxcs-product-gradient-on .atxcs-kicker{
  background:var(--atxcs-product-kicker-bg)!important;
  color:var(--atxcs-product-kicker-text)!important;
  border:1px solid rgba(255,255,255,.18);
}
.atxcs-kind-product.atxcs-product-style-dark-sports .atxcs-price,
.atxcs-kind-product.atxcs-product-style-premium-gold .atxcs-price,
.atxcs-kind-product.atxcs-product-style-custom-gradient .atxcs-price,
.atxcs-kind-product.atxcs-product-gradient-on .atxcs-price{color:var(--atxcs-product-price-color)!important}

/* Quick preset refinements */
.atxcs-kind-product.atxcs-product-style-dark-sports.atxcs-mode-slider .atxcs-product{background:linear-gradient(135deg,#064421 0%,#0f3c35 42%,#111827 100%)!important}
.atxcs-kind-product.atxcs-product-style-dark-sports.atxcs-mode-slider .atxcs-media{background:#f8fafc!important}
.atxcs-kind-product.atxcs-product-style-premium-gold.atxcs-mode-slider .atxcs-product{background:linear-gradient(135deg,#301d05 0%,#7a4c06 44%,#111827 100%)!important}
.atxcs-kind-product.atxcs-product-style-premium-gold.atxcs-mode-slider .atxcs-media{background:#fff8e6!important}

@media(max-width:980px){
  .atxcs-kind-product.atxcs-mode-slider.atxcs-product-media-frame-on.atxcs-layout-split .atxcs-media,
  .atxcs-kind-product.atxcs-mode-slider.atxcs-product-media-frame-on.atxcs-layout-image-right .atxcs-media{min-height:300px!important;margin:16px!important}
  .atxcs-kind-product.atxcs-product-content-panel-on .atxcs-body{margin:16px!important}
}


/* ==========================================================
   v1.8.0 Card Shows + Card Releases Display Elements
   ========================================================== */

.atxcs-calendar-display{
  --atxcal-bg:#f8fafc;
  --atxcal-card-bg:#ffffff;
  --atxcal-grad-start:#063f2a;
  --atxcal-grad-end:#111827;
  --atxcal-accent:#ff7a1a;
  --atxcal-text:#ffffff;
  --atxcal-muted:#cbd5e1;
  --atxcal-border:rgba(255,255,255,.18);
  --atxcal-button-bg:#8b1538;
  --atxcal-button-text:#ffffff;
  --atxcal-radius:28px;
  --atxcal-padding:26px;
  --atxcal-gap:18px;
  --atxcal-image-width:220px;
  --atxcal-columns:2;
  margin:28px 0;
  color:var(--atxcal-text);
}

.atxcal-header{
  margin:0 0 18px;
  color:#0f172a;
}

.atxcal-header span{
  display:inline-block;
  margin:0 0 6px;
  color:var(--atxcal-accent);
  font-size:12px;
  font-weight:950;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.atxcal-header h2{
  margin:0;
  color:#0f172a;
  font-size:clamp(30px,3vw,48px);
  line-height:1;
  letter-spacing:-.045em;
  font-weight:950;
}

.atxcal-header p{
  margin:10px 0 0;
  color:#64748b;
  font-size:16px;
  line-height:1.5;
}

.atxcal-items{
  display:grid;
  grid-template-columns:repeat(var(--atxcal-columns), minmax(0,1fr));
  gap:var(--atxcal-gap);
}

.atxcal-item{
  position:relative;
  display:grid;
  grid-template-columns:minmax(140px,var(--atxcal-image-width)) minmax(0,1fr);
  align-items:center;
  gap:22px;
  min-height:220px;
  padding:var(--atxcal-padding);
  border:1px solid var(--atxcal-border);
  border-radius:var(--atxcal-radius);
  background:linear-gradient(135deg,var(--atxcal-grad-start),var(--atxcal-grad-end));
  overflow:hidden;
  isolation:isolate;
  box-shadow:0 24px 60px rgba(15,23,42,.16);
}

.atxcal-gradient-off .atxcal-item{
  background:var(--atxcal-card-bg);
  color:#0f172a;
}

.atxcal-shadow-off .atxcal-item{box-shadow:none}
.atxcal-frame-off .atxcal-item{border:none}

.atxcal-lines-on .atxcal-item:before{
  content:"";
  position:absolute;
  inset:-30%;
  background:repeating-linear-gradient(120deg,rgba(255,255,255,.055) 0 1px,transparent 1px 58px);
  z-index:-1;
  pointer-events:none;
}

.atxcal-item:after{
  content:"";
  position:absolute;
  width:280px;
  height:280px;
  right:-110px;
  top:-120px;
  border-radius:999px;
  background:radial-gradient(circle, color-mix(in srgb,var(--atxcal-accent) 22%,transparent), transparent 68%);
  z-index:-1;
  pointer-events:none;
}

.atxcal-image{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:170px;
  padding:12px;
  border:1px solid rgba(255,255,255,.20);
  border-radius:calc(var(--atxcal-radius) - 8px);
  background:rgba(255,255,255,.92);
  box-shadow:0 18px 42px rgba(0,0,0,.16);
}

.atxcal-image img{
  display:block;
  width:100%;
  height:100%;
  max-height:230px;
  object-fit:contain;
  border-radius:12px;
}

.atxcal-image-off .atxcal-item{
  grid-template-columns:1fr;
}

.atxcal-content{
  position:relative;
  z-index:2;
  min-width:0;
}

.atxcal-date,
.atxcal-status{
  display:inline-flex;
  align-items:center;
  width:max-content;
  max-width:100%;
  margin:0 8px 10px 0;
  padding:7px 11px;
  border:1px solid rgba(255,255,255,.20);
  border-radius:999px;
  background:rgba(255,255,255,.10);
  color:var(--atxcal-text);
  font-size:12px;
  font-weight:900;
  line-height:1;
  text-transform:uppercase;
  letter-spacing:.06em;
}

.atxcal-status{
  color:var(--atxcal-accent);
}

.atxcal-content h3{
  margin:0 0 10px;
  color:var(--atxcal-text);
  font-size:clamp(22px,2.2vw,34px);
  line-height:1.02;
  letter-spacing:-.04em;
  font-weight:950;
}

.atxcal-gradient-off .atxcal-content h3,
.atxcal-gradient-off .atxcal-date{
  color:#0f172a;
}

.atxcal-meta{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:12px 0;
}

.atxcal-meta span{
  display:inline-flex;
  align-items:center;
  min-height:30px;
  padding:7px 10px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:999px;
  background:rgba(255,255,255,.08);
  color:var(--atxcal-muted);
  font-size:13px;
  line-height:1.2;
  font-weight:750;
}

.atxcal-notes{
  margin:10px 0 0;
  color:var(--atxcal-muted);
  font-size:15px;
  line-height:1.5;
}

.atxcal-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  margin-top:16px;
  padding:0 18px;
  border-radius:999px;
  background:var(--atxcal-button-bg);
  color:var(--atxcal-button-text)!important;
  text-decoration:none!important;
  font-weight:950;
  box-shadow:0 14px 28px rgba(0,0,0,.18);
}

.atxcal-button-off .atxcal-button{display:none}

.atxcal-empty{
  padding:24px;
  border:1px dashed rgba(100,116,139,.35);
  border-radius:18px;
  background:#fff;
  color:#64748b;
  font-weight:800;
}

/* Grid cards layout */
.atxcal-layout-cards .atxcal-item{
  grid-template-columns:1fr;
  align-items:start;
  min-height:0;
}

.atxcal-layout-cards .atxcal-image{
  min-height:190px;
}

/* Compact layout */
.atxcal-layout-compact .atxcal-items{
  grid-template-columns:1fr;
}

.atxcal-layout-compact .atxcal-item{
  grid-template-columns:minmax(110px,160px) 1fr;
  min-height:150px;
  padding:18px;
}

.atxcal-layout-compact .atxcal-image{
  min-height:120px;
  padding:8px;
}

.atxcal-layout-compact .atxcal-content h3{
  font-size:clamp(20px,2vw,28px);
}

/* Ticker layout */
.atxcal-layout-ticker .atxcal-items{
  display:flex;
  overflow-x:auto;
  gap:12px;
  padding-bottom:8px;
  scroll-snap-type:x mandatory;
}

.atxcal-layout-ticker .atxcal-item{
  flex:0 0 min(520px,86vw);
  grid-template-columns:1fr;
  min-height:170px;
  scroll-snap-align:start;
}

.atxcal-layout-ticker .atxcal-image{
  display:none;
}

@media(max-width:980px){
  .atxcal-items{
    grid-template-columns:1fr;
  }
}

@media(max-width:680px){
  .atxcal-item,
  .atxcal-layout-compact .atxcal-item{
    grid-template-columns:1fr;
    padding:20px;
  }
  .atxcal-image{
    min-height:180px;
  }
  .atxcal-header h2{
    font-size:34px;
  }
}


/* ==========================================================
   v1.9.0 Calendar Search / Sort / Expandable Detail Panels
   ========================================================== */

.atxcal-tools{
  display:grid;
  grid-template-columns:minmax(220px,1fr) repeat(2,minmax(160px,240px));
  gap:12px;
  align-items:end;
  margin:0 0 18px;
  padding:14px;
  border:1px solid rgba(100,116,139,.16);
  border-radius:18px;
  background:#ffffff;
  box-shadow:0 12px 32px rgba(15,23,42,.06);
}

.atxcal-tool{
  display:flex;
  flex-direction:column;
  gap:6px;
}

.atxcal-tool span{
  color:#64748b;
  font-size:11px;
  font-weight:950;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.atxcal-tool input,
.atxcal-tool select{
  width:100%;
  min-height:44px;
  padding:0 12px;
  border:1px solid rgba(100,116,139,.24);
  border-radius:12px;
  background:#f8fafc;
  color:#0f172a;
  font-weight:750;
  box-shadow:none;
}

.atxcal-actions{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:10px;
  margin-top:16px;
}

.atxcal-detail-toggle{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:0 18px;
  border:1px solid rgba(255,255,255,.22);
  border-radius:999px;
  background:rgba(255,255,255,.10);
  color:var(--atxcal-text);
  font-weight:950;
  cursor:pointer;
}

.atxcal-gradient-off .atxcal-detail-toggle{
  border-color:rgba(15,23,42,.14);
  color:#0f172a;
}

.atxcal-details{
  margin-top:18px;
  padding:18px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:calc(var(--atxcal-radius) - 10px);
  background:rgba(255,255,255,.08);
  color:var(--atxcal-text);
}

.atxcal-details[hidden]{
  display:none!important;
}

.atxcal-details-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
}

.atxcal-detail-field{
  padding:12px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:14px;
  background:rgba(255,255,255,.08);
}

.atxcal-detail-field span,
.atxcal-detail-notes span{
  display:block;
  margin:0 0 4px;
  color:var(--atxcal-accent);
  font-size:11px;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.08em;
}

.atxcal-detail-field strong{
  display:block;
  color:var(--atxcal-text);
  font-size:14px;
  line-height:1.35;
}

.atxcal-detail-notes{
  margin-top:12px;
  padding:14px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:14px;
  background:rgba(0,0,0,.12);
}

.atxcal-detail-notes p{
  margin:0;
  color:var(--atxcal-muted);
  white-space:normal;
  line-height:1.55;
}

.atxcal-detail-links{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:12px;
}

.atxcal-detail-links a{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:0 12px;
  border-radius:999px;
  background:var(--atxcal-accent);
  color:#fff!important;
  text-decoration:none!important;
  font-size:12px;
  font-weight:950;
}

.atxcal-gradient-off .atxcal-details,
.atxcal-gradient-off .atxcal-detail-field{
  border-color:rgba(15,23,42,.12);
  background:#f8fafc;
}

.atxcal-gradient-off .atxcal-detail-field strong,
.atxcal-gradient-off .atxcal-details{
  color:#0f172a;
}

.atxcal-gradient-off .atxcal-detail-notes{
  border-color:rgba(15,23,42,.12);
  background:#ffffff;
}

.atxcal-no-results{
  margin-top:12px;
}

@media(max-width:860px){
  .atxcal-tools{
    grid-template-columns:1fr;
  }
}

@media(max-width:680px){
  .atxcal-details-grid{
    grid-template-columns:1fr;
  }
  .atxcal-actions{
    align-items:stretch;
    flex-direction:column;
  }
  .atxcal-actions .atxcal-button,
  .atxcal-actions .atxcal-detail-toggle{
    width:100%;
  }
}


/* v1.9.1 Details document link emphasis */
.atxcal-detail-links a[href$=".pdf"],
.atxcal-detail-links a[href*=".pdf?"],
.atxcal-detail-links a[href$=".doc"],
.atxcal-detail-links a[href$=".docx"]{
  background:linear-gradient(135deg,var(--atxcal-accent),var(--atxcal-button-bg));
  box-shadow:0 12px 26px rgba(0,0,0,.18);
}

/* v1.9.2 Pasted full details + country/international refinements */
.atxcal-tool-country{display:flex}
.atxcal-full-details div,
.atxcal-full-details p,
.atxcal-full-details li{
  color:var(--atxcal-muted);
  line-height:1.6;
}
.atxcal-full-details h1,
.atxcal-full-details h2,
.atxcal-full-details h3,
.atxcal-full-details h4{
  color:var(--atxcal-text);
  margin:12px 0 8px;
}
.atxcal-full-details ul,
.atxcal-full-details ol{
  margin:8px 0 0 20px;
}


/* ==========================================================
   v1.9.3 Details panel layout fix
   ========================================================== */

.atxcal-item > .atxcal-details{
  grid-column:1 / -1;
  width:100%;
  margin-top:4px;
  padding:clamp(18px,2vw,26px);
  box-sizing:border-box;
}

.atxcal-details-grid{
  grid-template-columns:repeat(auto-fit,minmax(min(260px,100%),1fr))!important;
  align-items:stretch;
}

.atxcal-detail-field{
  min-width:0;
  overflow-wrap:anywhere;
  word-break:normal;
}

.atxcal-detail-field strong{
  white-space:normal;
  overflow-wrap:break-word;
  word-break:normal;
  line-height:1.45;
}

.atxcal-detail-field--wide,
.atxcal-detail-field--schedule,
.atxcal-detail-notes,
.atxcal-full-details{
  grid-column:1 / -1;
}

.atxcal-detail-field--schedule strong{
  display:block;
  white-space:normal;
}

.atxcal-full-details{
  margin-top:14px;
}

.atxcal-full-details div{
  max-width:980px;
}

.atxcal-layout-banner .atxcal-item > .atxcal-details,
.atxcal-layout-cards .atxcal-item > .atxcal-details,
.atxcal-layout-compact .atxcal-item > .atxcal-details{
  background:rgba(255,255,255,.075);
}

@media(max-width:760px){
  .atxcal-item > .atxcal-details{
    padding:16px;
  }

  .atxcal-details-grid{
    grid-template-columns:1fr!important;
  }
}


/* ==========================================================
   v1.9.5 Calendar panel color variation + Full Details polish
   ========================================================== */

.atxcs-calendar-display{
  --atxcal-alt-grad-start:#1f133a;
  --atxcal-alt-grad-end:#111827;
  --atxcal-third-grad-start:#7c2d12;
  --atxcal-third-grad-end:#111827;
}

/* Alternate mode */
.atxcal-color-mode-alternate .atxcal-item:nth-child(even){
  background:linear-gradient(135deg,var(--atxcal-alt-grad-start),var(--atxcal-alt-grad-end));
}

/* Three-color cycle */
.atxcal-color-mode-cycle .atxcal-item:nth-child(3n+2){
  background:linear-gradient(135deg,var(--atxcal-alt-grad-start),var(--atxcal-alt-grad-end));
}
.atxcal-color-mode-cycle .atxcal-item:nth-child(3n+3){
  background:linear-gradient(135deg,var(--atxcal-third-grad-start),var(--atxcal-third-grad-end));
}

/* Random-looking repeatable variety */
.atxcal-color-mode-random .atxcal-item:nth-child(6n+1){background:linear-gradient(135deg,#063f2a,#111827)}
.atxcal-color-mode-random .atxcal-item:nth-child(6n+2){background:linear-gradient(135deg,#1f133a,#111827)}
.atxcal-color-mode-random .atxcal-item:nth-child(6n+3){background:linear-gradient(135deg,#7c2d12,#111827)}
.atxcal-color-mode-random .atxcal-item:nth-child(6n+4){background:linear-gradient(135deg,#0f3a5f,#111827)}
.atxcal-color-mode-random .atxcal-item:nth-child(6n+5){background:linear-gradient(135deg,#3b0764,#111827)}
.atxcal-color-mode-random .atxcal-item:nth-child(6n+6){background:linear-gradient(135deg,#134e4a,#111827)}

/* Preset palettes */
.atxcal-palette-sports.atxcal-color-mode-alternate .atxcal-item:nth-child(even),
.atxcal-palette-sports.atxcal-color-mode-cycle .atxcal-item:nth-child(3n+2){
  background:linear-gradient(135deg,#0f3a5f,#111827);
}
.atxcal-palette-sports.atxcal-color-mode-cycle .atxcal-item:nth-child(3n+3){
  background:linear-gradient(135deg,#7c2d12,#111827);
}

.atxcal-palette-premium.atxcal-color-mode-alternate .atxcal-item:nth-child(even),
.atxcal-palette-premium.atxcal-color-mode-cycle .atxcal-item:nth-child(3n+2){
  background:linear-gradient(135deg,#3b2f12,#111827);
}
.atxcal-palette-premium.atxcal-color-mode-cycle .atxcal-item:nth-child(3n+3){
  background:linear-gradient(135deg,#4a1d1f,#111827);
}

.atxcal-palette-jewel.atxcal-color-mode-alternate .atxcal-item:nth-child(even),
.atxcal-palette-jewel.atxcal-color-mode-cycle .atxcal-item:nth-child(3n+2){
  background:linear-gradient(135deg,#064e3b,#111827);
}
.atxcal-palette-jewel.atxcal-color-mode-cycle .atxcal-item:nth-child(3n+3){
  background:linear-gradient(135deg,#581c87,#111827);
}

.atxcal-palette-light .atxcal-item{
  background:linear-gradient(135deg,#ffffff,#e0f2fe);
  color:#0f172a;
}
.atxcal-palette-light .atxcal-content h3,
.atxcal-palette-light .atxcal-date,
.atxcal-palette-light .atxcal-detail-field strong,
.atxcal-palette-light .atxcal-detail-toggle{
  color:#0f172a!important;
}
.atxcal-palette-light .atxcal-meta span,
.atxcal-palette-light .atxcal-notes,
.atxcal-palette-light .atxcal-detail-notes p,
.atxcal-palette-light .atxcal-full-details div,
.atxcal-palette-light .atxcal-full-details p,
.atxcal-palette-light .atxcal-full-details li{
  color:#475569!important;
}
.atxcal-palette-light .atxcal-item:nth-child(even){
  background:linear-gradient(135deg,#fff7ed,#ecfeff);
}
.atxcal-palette-light .atxcal-item:nth-child(3n+3){
  background:linear-gradient(135deg,#fdf2f8,#eef2ff);
}

.atxcal-full-details{
  display:block!important;
}
.atxcal-full-details div{
  white-space:normal;
}


/* ==========================================================
   v1.9.7 Calendar View + List View
   ========================================================== */

.atxcal-date-tile{display:none}

/* Calendar View */
.atxcal-layout-calendar .atxcal-items{
  display:grid;
  grid-template-columns:repeat(var(--atxcal-columns),minmax(0,1fr));
  gap:var(--atxcal-gap);
}
.atxcal-layout-calendar .atxcal-item{
  grid-template-columns:96px minmax(0,1fr);
  align-items:start;
  min-height:190px;
  padding:22px;
}
.atxcal-layout-calendar.atxcal-image-on .atxcal-item{
  grid-template-columns:96px minmax(120px,180px) minmax(0,1fr);
}
.atxcal-layout-calendar .atxcal-date-tile{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  width:96px;
  min-height:112px;
  border:1px solid rgba(255,255,255,.20);
  border-radius:22px;
  background:rgba(255,255,255,.10);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.14);
  overflow:hidden;
}
.atxcal-layout-calendar .atxcal-date-tile span{
  width:100%;
  padding:9px 6px;
  background:var(--atxcal-accent);
  color:#fff;
  font-size:13px;
  font-weight:950;
  line-height:1;
  text-align:center;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.atxcal-layout-calendar .atxcal-date-tile strong{
  color:var(--atxcal-text);
  font-size:42px;
  font-weight:950;
  line-height:1;
  letter-spacing:-.05em;
  margin-top:12px;
}
.atxcal-layout-calendar .atxcal-date-tile em{
  color:var(--atxcal-muted);
  font-size:12px;
  font-style:normal;
  font-weight:900;
  margin-top:5px;
}
.atxcal-layout-calendar .atxcal-image{min-height:140px;padding:8px}
.atxcal-layout-calendar .atxcal-image img{max-height:165px}
.atxcal-layout-calendar .atxcal-content h3{font-size:clamp(24px,2.2vw,36px)}
.atxcal-layout-calendar .atxcal-content .atxcal-date{display:none}
.atxcal-layout-calendar .atxcal-item > .atxcal-details{grid-column:1 / -1}

/* List View */
.atxcal-layout-list .atxcal-items{
  display:grid;
  grid-template-columns:1fr;
  gap:12px;
}
.atxcal-layout-list .atxcal-item{
  grid-template-columns:150px minmax(0,1fr) auto;
  align-items:center;
  min-height:0;
  padding:18px;
  border-radius:20px;
}
.atxcal-layout-list.atxcal-image-on .atxcal-item{
  grid-template-columns:150px minmax(90px,130px) minmax(0,1fr) auto;
}
.atxcal-layout-list .atxcal-date-tile{
  display:flex;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  min-height:86px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:18px;
  background:rgba(255,255,255,.08);
}
.atxcal-layout-list .atxcal-date-tile span{
  color:var(--atxcal-accent);
  font-size:12px;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.atxcal-layout-list .atxcal-date-tile strong{
  color:var(--atxcal-text);
  font-size:34px;
  font-weight:950;
  line-height:1;
  letter-spacing:-.04em;
}
.atxcal-layout-list .atxcal-date-tile em{
  color:var(--atxcal-muted);
  font-size:11px;
  font-style:normal;
  font-weight:850;
}
.atxcal-layout-list .atxcal-image{
  min-height:92px;
  padding:6px;
  border-radius:16px;
}
.atxcal-layout-list .atxcal-image img{max-height:110px}
.atxcal-layout-list .atxcal-content h3{
  margin-bottom:6px;
  font-size:clamp(22px,2vw,30px);
}
.atxcal-layout-list .atxcal-content .atxcal-date{display:none}
.atxcal-layout-list .atxcal-meta{margin:8px 0 0}
.atxcal-layout-list .atxcal-notes{margin-top:8px;font-size:14px}
.atxcal-layout-list .atxcal-actions{
  justify-content:flex-start;
  margin-top:12px;
}
.atxcal-layout-list .atxcal-item > .atxcal-details{grid-column:1 / -1}

.atxcal-palette-light .atxcal-date-tile{
  border-color:rgba(15,23,42,.12);
  background:rgba(255,255,255,.72);
}
.atxcal-palette-light .atxcal-date-tile strong{color:#0f172a!important}

@media(max-width:980px){
  .atxcal-layout-calendar .atxcal-items{grid-template-columns:1fr}
  .atxcal-layout-list .atxcal-item,
  .atxcal-layout-list.atxcal-image-on .atxcal-item{
    grid-template-columns:120px minmax(0,1fr);
  }
  .atxcal-layout-list .atxcal-image{display:none}
}
@media(max-width:680px){
  .atxcal-layout-calendar .atxcal-item,
  .atxcal-layout-calendar.atxcal-image-on .atxcal-item,
  .atxcal-layout-list .atxcal-item,
  .atxcal-layout-list.atxcal-image-on .atxcal-item{
    grid-template-columns:1fr;
  }
  .atxcal-layout-calendar .atxcal-date-tile,
  .atxcal-layout-list .atxcal-date-tile{
    width:100%;
    min-height:82px;
    flex-direction:row;
    gap:10px;
  }
  .atxcal-layout-calendar .atxcal-date-tile span{
    width:auto;
    align-self:stretch;
    display:flex;
    align-items:center;
    padding:0 14px;
  }
  .atxcal-layout-calendar .atxcal-date-tile strong,
  .atxcal-layout-list .atxcal-date-tile strong{
    margin:0;
    font-size:32px;
  }
}


/* ==========================================================
   v1.9.8 True frontend Cards / Calendar / List switcher
   ========================================================== */

.atxcal-view-switcher{
  display:inline-flex;
  flex-wrap:wrap;
  gap:8px;
  margin:0 0 16px;
  padding:8px;
  border:1px solid rgba(100,116,139,.16);
  border-radius:999px;
  background:#fff;
  box-shadow:0 12px 32px rgba(15,23,42,.06);
}

.atxcal-view-switcher button{
  min-height:40px;
  padding:0 18px;
  border:1px solid transparent;
  border-radius:999px;
  background:transparent;
  color:#334155;
  font-weight:950;
  cursor:pointer;
}

.atxcal-view-switcher button.is-active{
  background:var(--atxcal-accent);
  color:#fff;
  box-shadow:0 10px 22px rgba(15,23,42,.12);
}

.atxcal-view-panel{display:none}
.atxcal-view-panel.is-active{display:block}

/* In switcher mode, cards are the existing premium panels. */
.atxcal-view-switcher-enabled .atxcal-cards-view{
  display:grid;
  grid-template-columns:repeat(var(--atxcal-columns), minmax(0,1fr));
  gap:var(--atxcal-gap);
}

/* Actual List View: rows, not manipulated card panels. */
.atxcal-list-view{
  display:grid;
  grid-template-columns:1fr;
  gap:10px;
}

.atxcal-list-row{
  display:grid;
  grid-template-columns:86px minmax(0,1fr) auto;
  gap:16px;
  align-items:center;
  padding:16px;
  border:1px solid rgba(100,116,139,.18);
  border-radius:18px;
  background:#fff;
  color:#0f172a;
  box-shadow:0 10px 24px rgba(15,23,42,.05);
}

.atxcal-list-date{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  min-height:76px;
  border-radius:16px;
  background:#f1f5f9;
  border:1px solid rgba(100,116,139,.16);
}

.atxcal-list-date span{
  color:var(--atxcal-accent);
  font-size:11px;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.08em;
}

.atxcal-list-date strong{
  color:#0f172a;
  font-size:30px;
  line-height:1;
  font-weight:950;
  letter-spacing:-.04em;
}

.atxcal-list-date em{
  color:#64748b;
  font-size:11px;
  font-style:normal;
  font-weight:850;
}

.atxcal-list-main h3{
  margin:2px 0 4px;
  color:#0f172a;
  font-size:22px;
  line-height:1.05;
  font-weight:950;
  letter-spacing:-.035em;
}

.atxcal-list-main p{
  margin:0 0 4px;
  color:#334155;
  font-weight:850;
  line-height:1.25;
}

.atxcal-list-main span,
.atxcal-list-date-text{
  color:#64748b;
  font-size:13px;
  font-weight:800;
}

.atxcal-list-actions{
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-end;
  gap:8px;
}

.atxcal-list-row .atxcal-detail-toggle{
  border-color:rgba(15,23,42,.14);
  background:#f8fafc;
  color:#0f172a;
}

.atxcal-list-row .atxcal-button{
  margin-top:0;
}

.atxcal-list-row > .atxcal-details{
  grid-column:1 / -1;
  background:#f8fafc!important;
  border-color:rgba(15,23,42,.12)!important;
  color:#0f172a!important;
}

.atxcal-list-row .atxcal-detail-field,
.atxcal-list-row .atxcal-detail-notes{
  background:#fff!important;
  border-color:rgba(15,23,42,.12)!important;
}

.atxcal-list-row .atxcal-detail-field strong,
.atxcal-list-row .atxcal-full-details h1,
.atxcal-list-row .atxcal-full-details h2,
.atxcal-list-row .atxcal-full-details h3,
.atxcal-list-row .atxcal-full-details h4{
  color:#0f172a!important;
}

.atxcal-list-row .atxcal-detail-notes p,
.atxcal-list-row .atxcal-full-details div,
.atxcal-list-row .atxcal-full-details p,
.atxcal-list-row .atxcal-full-details li{
  color:#475569!important;
}

/* Actual Calendar View: month agenda, not resized cards. */
.atxcal-agenda-view{
  display:grid;
  gap:22px;
}

.atxcal-month-group{
  padding:18px;
  border:1px solid rgba(100,116,139,.18);
  border-radius:24px;
  background:#fff;
  box-shadow:0 14px 34px rgba(15,23,42,.06);
}

.atxcal-month-header{
  display:flex;
  justify-content:space-between;
  align-items:end;
  gap:14px;
  margin:0 0 14px;
  padding:0 0 12px;
  border-bottom:1px solid rgba(100,116,139,.14);
}

.atxcal-month-header span{
  color:var(--atxcal-accent);
  font-size:11px;
  font-weight:950;
  letter-spacing:.10em;
  text-transform:uppercase;
}

.atxcal-month-header h3{
  margin:0;
  color:#0f172a;
  font-size:clamp(26px,3vw,40px);
  line-height:1;
  font-weight:950;
  letter-spacing:-.045em;
}

.atxcal-agenda-items{
  display:grid;
  gap:10px;
}

.atxcal-agenda-row{
  display:grid;
  grid-template-columns:72px minmax(0,1fr) auto;
  gap:14px;
  align-items:center;
  padding:14px;
  border:1px solid rgba(100,116,139,.14);
  border-radius:18px;
  background:#f8fafc;
}

.atxcal-agenda-date{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  min-height:72px;
  border-radius:16px;
  background:#0f172a;
  color:#fff;
}

.atxcal-agenda-date span{
  color:var(--atxcal-accent);
  font-size:11px;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.08em;
}

.atxcal-agenda-date strong{
  color:#fff;
  font-size:30px;
  line-height:1;
  font-weight:950;
}

.atxcal-agenda-date-text{
  color:#64748b;
  font-size:13px;
  font-weight:850;
}

.atxcal-agenda-main h3{
  margin:2px 0 6px;
  color:#0f172a;
  font-size:22px;
  line-height:1.05;
  font-weight:950;
  letter-spacing:-.035em;
}

.atxcal-agenda-meta{
  display:flex;
  flex-wrap:wrap;
  gap:6px;
}

.atxcal-agenda-meta span{
  display:inline-flex;
  align-items:center;
  min-height:28px;
  padding:0 10px;
  border-radius:999px;
  background:#fff;
  border:1px solid rgba(100,116,139,.14);
  color:#334155;
  font-size:12px;
  font-weight:850;
}

.atxcal-agenda-actions{
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-end;
  gap:8px;
}

.atxcal-agenda-row .atxcal-detail-toggle{
  border-color:rgba(15,23,42,.14);
  background:#fff;
  color:#0f172a;
}

.atxcal-agenda-row .atxcal-button{
  margin-top:0;
}

.atxcal-agenda-row > .atxcal-details{
  grid-column:1 / -1;
  background:#fff!important;
  border-color:rgba(15,23,42,.12)!important;
  color:#0f172a!important;
}

.atxcal-agenda-row .atxcal-detail-field,
.atxcal-agenda-row .atxcal-detail-notes{
  background:#f8fafc!important;
  border-color:rgba(15,23,42,.12)!important;
}

.atxcal-agenda-row .atxcal-detail-field strong{
  color:#0f172a!important;
}

.atxcal-agenda-row .atxcal-detail-notes p,
.atxcal-agenda-row .atxcal-full-details div,
.atxcal-agenda-row .atxcal-full-details p,
.atxcal-agenda-row .atxcal-full-details li{
  color:#475569!important;
}

/* Override v1.9.7 fake layout date tile behavior in switcher mode. */
.atxcal-view-switcher-enabled .atxcal-date-tile{
  display:none!important;
}

@media(max-width:860px){
  .atxcal-list-row,
  .atxcal-agenda-row{
    grid-template-columns:1fr;
  }

  .atxcal-list-actions,
  .atxcal-agenda-actions{
    justify-content:flex-start;
  }

  .atxcal-list-date,
  .atxcal-agenda-date{
    min-height:64px;
    flex-direction:row;
    gap:8px;
  }
}

@media(max-width:680px){
  .atxcal-view-switcher{
    width:100%;
    border-radius:18px;
  }

  .atxcal-view-switcher button{
    flex:1;
  }
}


/* ==========================================================
   v1.9.9 User-facing advanced filters
   ========================================================== */

.atxcal-tools{
  grid-template-columns:repeat(auto-fit,minmax(180px,1fr))!important;
}

.atxcal-tool-search{
  grid-column:span 2;
}

.atxcal-tool-reset{
  justify-content:end;
}

.atxcal-tool-reset button{
  min-height:44px;
  width:100%;
  border:1px solid rgba(15,23,42,.14);
  border-radius:12px;
  background:#0f172a;
  color:#fff;
  font-weight:950;
  cursor:pointer;
}

.atxcal-tool-reset button:hover{
  filter:brightness(1.08);
}

@media(max-width:760px){
  .atxcal-tool-search{
    grid-column:span 1;
  }
}


/* ==========================================================
   v1.9.11 Optional image uploads + detail gallery
   ========================================================== */

.atxcal-detail-gallery{
  grid-column:1 / -1;
  margin-top:14px;
  padding:14px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:14px;
  background:rgba(255,255,255,.08);
}

.atxcal-detail-gallery > span{
  display:block;
  margin:0 0 10px;
  color:var(--atxcal-accent);
  font-size:11px;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.08em;
}

.atxcal-detail-gallery > div{
  display:grid;
  grid-template-columns:repeat(auto-fill,minmax(120px,1fr));
  gap:10px;
}

.atxcal-detail-gallery a{
  display:block;
  border-radius:12px;
  overflow:hidden;
  background:rgba(255,255,255,.14);
  border:1px solid rgba(255,255,255,.12);
  aspect-ratio:4/3;
}

.atxcal-detail-gallery img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}

.atxcal-list-row .atxcal-detail-gallery,
.atxcal-agenda-row .atxcal-detail-gallery,
.atxcal-gradient-off .atxcal-detail-gallery{
  border-color:rgba(15,23,42,.12)!important;
  background:#fff!important;
}

.atxcal-list-row .atxcal-detail-gallery a,
.atxcal-agenda-row .atxcal-detail-gallery a,
.atxcal-gradient-off .atxcal-detail-gallery a{
  border-color:rgba(15,23,42,.12);
  background:#f8fafc;
}


/* ==========================================================
   v1.9.12 Release-specific details sections
   ========================================================== */

.atxcal-release-configuration,
.atxcal-full-details{
  grid-column:1 / -1;
}

.atxcal-release-configuration div{
  color:var(--atxcal-muted);
  line-height:1.6;
  white-space:normal;
}

.atxcal-release-configuration div p{
  margin:0 0 8px;
}

.atxcal-release-configuration{
  border-left:3px solid var(--atxcal-accent);
}

.atxcal-list-row .atxcal-release-configuration div,
.atxcal-agenda-row .atxcal-release-configuration div,
.atxcal-gradient-off .atxcal-release-configuration div{
  color:#475569!important;
}


/* ==========================================================
   v1.9.14 Popup modal details option
   ========================================================== */

.atxcal-modal-open{overflow:hidden!important}
.atxcal-modal[hidden],.atxcal-modal-source[hidden]{display:none!important}

.atxcal-modal{
  position:fixed;inset:0;z-index:999999;display:flex;align-items:center;justify-content:center;
  padding:clamp(16px,3vw,42px);box-sizing:border-box;
}
.atxcal-modal-backdrop{position:absolute;inset:0;background:rgba(2,6,23,.72);backdrop-filter:blur(10px)}
.atxcal-modal-dialog{
  position:relative;z-index:1;width:min(1040px,96vw);max-height:88vh;overflow:auto;
  padding:clamp(22px,3vw,36px);border:1px solid rgba(255,255,255,.18);border-radius:28px;
  background:linear-gradient(135deg,#063f2a,#111827);color:#fff;box-shadow:0 40px 110px rgba(0,0,0,.45);
}
.atxcal-modal-close{
  position:sticky;top:0;float:right;z-index:2;width:42px;height:42px;border:1px solid rgba(255,255,255,.20);
  border-radius:999px;background:rgba(255,255,255,.10);color:#fff;font-size:28px;line-height:1;font-weight:700;cursor:pointer;
}
.atxcal-modal-kicker{color:var(--atxcal-accent,#ff6b18);font-size:12px;font-weight:950;letter-spacing:.10em;text-transform:uppercase;margin:0 52px 8px 0}
.atxcal-modal-title{margin:0 52px 18px 0;color:#fff;font-size:clamp(28px,4vw,48px);line-height:.98;font-weight:950;letter-spacing:-.055em}
.atxcal-modal-content .atxcal-details-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(240px,100%),1fr));gap:12px}
.atxcal-modal-content .atxcal-detail-field,.atxcal-modal-content .atxcal-detail-notes,.atxcal-modal-content .atxcal-detail-gallery{border:1px solid rgba(255,255,255,.16);border-radius:16px;background:rgba(255,255,255,.08)}
.atxcal-modal-content .atxcal-detail-field span,.atxcal-modal-content .atxcal-detail-notes span,.atxcal-modal-content .atxcal-detail-gallery>span{color:var(--atxcal-accent,#ff6b18)}
.atxcal-modal-content .atxcal-detail-field strong,.atxcal-modal-content .atxcal-full-details h1,.atxcal-modal-content .atxcal-full-details h2,.atxcal-modal-content .atxcal-full-details h3,.atxcal-modal-content .atxcal-full-details h4{color:#fff!important}
.atxcal-modal-content .atxcal-detail-notes p,.atxcal-modal-content .atxcal-release-configuration div,.atxcal-modal-content .atxcal-full-details div,.atxcal-modal-content .atxcal-full-details p,.atxcal-modal-content .atxcal-full-details li{color:rgba(255,255,255,.78)!important}
.atxcal-modal-content .atxcal-detail-links{margin-top:16px}
@media(max-width:680px){.atxcal-modal{align-items:flex-end;padding:12px}.atxcal-modal-dialog{width:100%;max-height:92vh;border-radius:22px;padding:20px}.atxcal-modal-title{font-size:30px}}


/* ==========================================================
   v1.9.15 Rich text formatting for show/release details
   ========================================================== */

.atxcs-format-toolbar{
  display:flex;
  flex-wrap:wrap;
  gap:6px;
  padding:8px;
  border:1px solid #dcdcde;
  border-radius:10px;
  background:#f6f7f7;
}

.atxcs-format-toolbar button{
  min-height:30px;
  padding:0 10px;
  border:1px solid #c3c4c7;
  border-radius:8px;
  background:#fff;
  color:#1d2327;
  font-size:12px;
  font-weight:700;
  cursor:pointer;
}

.atxcs-format-toolbar button:hover{
  border-color:#2271b1;
  color:#2271b1;
}

.atxcs-rich-textarea{
  min-height:170px;
  line-height:1.45;
}

.atxcs-format-help{
  margin-top:4px;
}

.atxcs-format-help summary{
  cursor:pointer;
  color:#2271b1;
  font-weight:700;
}

.atxcs-format-help div{
  display:flex;
  flex-wrap:wrap;
  gap:6px;
  margin-top:6px;
}

.atxcs-format-help code{
  display:inline-flex;
  align-items:center;
  min-height:26px;
  padding:0 8px;
  border-radius:999px;
  background:#f0f0f1;
}

.atxcal-rich-text{
  color:inherit;
}

.atxcal-rich-text > *:first-child{
  margin-top:0!important;
}

.atxcal-rich-text > *:last-child{
  margin-bottom:0!important;
}

.atxcal-rich-text p{
  margin:0 0 12px;
  color:var(--atxcal-muted);
  line-height:1.62;
}

.atxcal-rich-text h3,
.atxcal-rich-text h4,
.atxcal-rich-text h5{
  margin:14px 0 8px;
  color:var(--atxcal-text);
  line-height:1.1;
  font-weight:950;
  letter-spacing:-.025em;
}

.atxcal-rich-text h3{
  font-size:clamp(20px,2vw,28px);
}

.atxcal-rich-text h4{
  font-size:clamp(17px,1.5vw,22px);
}

.atxcal-rich-text h5{
  font-size:15px;
  text-transform:uppercase;
  letter-spacing:.06em;
}

.atxcal-rich-text ul,
.atxcal-rich-text ol{
  margin:8px 0 14px 1.25em;
  padding:0;
  color:var(--atxcal-muted);
}

.atxcal-rich-text li{
  margin:5px 0;
  line-height:1.55;
}

.atxcal-rich-text strong{
  color:var(--atxcal-text);
  font-weight:950;
}

.atxcal-rich-text em{
  color:var(--atxcal-muted);
}

.atxcal-rich-text a{
  color:var(--atxcal-accent)!important;
  font-weight:900;
  text-decoration:none!important;
}

.atxcal-rich-text hr{
  height:1px;
  margin:16px 0;
  border:0;
  background:rgba(255,255,255,.18);
}

.atxcal-rich-keyval{
  display:grid;
  grid-template-columns:minmax(120px,180px) minmax(0,1fr);
  gap:10px;
  align-items:start;
  margin:8px 0;
  padding:10px 12px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:12px;
  background:rgba(255,255,255,.06);
}

.atxcal-rich-keyval span{
  color:var(--atxcal-accent);
  font-size:11px;
  font-weight:950;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.atxcal-rich-keyval strong{
  color:var(--atxcal-text);
  font-weight:850;
  line-height:1.45;
}

.atxcal-rich-compact .atxcal-rich-text{
  margin-top:4px;
}

.atxcal-list-row .atxcal-rich-text p,
.atxcal-agenda-row .atxcal-rich-text p,
.atxcal-gradient-off .atxcal-rich-text p,
.atxcal-list-row .atxcal-rich-text li,
.atxcal-agenda-row .atxcal-rich-text li,
.atxcal-gradient-off .atxcal-rich-text li{
  color:#475569!important;
}

.atxcal-list-row .atxcal-rich-text h3,
.atxcal-list-row .atxcal-rich-text h4,
.atxcal-list-row .atxcal-rich-text h5,
.atxcal-agenda-row .atxcal-rich-text h3,
.atxcal-agenda-row .atxcal-rich-text h4,
.atxcal-agenda-row .atxcal-rich-text h5,
.atxcal-gradient-off .atxcal-rich-text h3,
.atxcal-gradient-off .atxcal-rich-text h4,
.atxcal-gradient-off .atxcal-rich-text h5,
.atxcal-list-row .atxcal-rich-text strong,
.atxcal-agenda-row .atxcal-rich-text strong,
.atxcal-gradient-off .atxcal-rich-text strong{
  color:#0f172a!important;
}

.atxcal-list-row .atxcal-rich-keyval,
.atxcal-agenda-row .atxcal-rich-keyval,
.atxcal-gradient-off .atxcal-rich-keyval{
  border-color:rgba(15,23,42,.12);
  background:#fff;
}

.atxcal-list-row .atxcal-rich-text hr,
.atxcal-agenda-row .atxcal-rich-text hr,
.atxcal-gradient-off .atxcal-rich-text hr{
  background:rgba(15,23,42,.12);
}

@media(max-width:680px){
  .atxcal-rich-keyval{
    grid-template-columns:1fr;
  }
}


/* ==========================================================
   v1.9.16 Media library buttons + closable gallery image viewer
   ========================================================== */

.atxcs-media-field .atxcs-media-select,
.atxcs-rich-editor-field .atxcs-media-select,
.atxcs-editor-field .atxcs-media-select{
  align-self:flex-start;
  margin-top:4px;
}

.atxcs-media-preview{
  display:block;
  width:120px;
  height:86px;
  margin-top:6px;
  border:1px solid #dcdcde;
  border-radius:10px;
  overflow:hidden;
  background:#f6f7f7;
}

.atxcs-media-preview img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.atxcal-detail-gallery a{
  cursor:zoom-in;
}

.atxcal-image-viewer[hidden]{
  display:none!important;
}

.atxcal-image-viewer{
  position:fixed;
  inset:0;
  z-index:999999;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:24px;
}

.atxcal-image-viewer-backdrop{
  position:absolute;
  inset:0;
  background:rgba(2,6,23,.78);
  backdrop-filter:blur(6px);
}

.atxcal-image-viewer-dialog{
  position:relative;
  z-index:1;
  width:min(1100px,94vw);
  max-height:90vh;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:18px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:22px;
  background:#0f172a;
  box-shadow:0 30px 90px rgba(0,0,0,.45);
}

.atxcal-image-viewer-dialog img{
  display:block;
  max-width:100%;
  max-height:82vh;
  object-fit:contain;
  border-radius:14px;
}

.atxcal-image-viewer-close{
  position:absolute;
  top:10px;
  right:10px;
  z-index:2;
  width:38px;
  height:38px;
  border:1px solid rgba(255,255,255,.2);
  border-radius:999px;
  background:rgba(255,255,255,.12);
  color:#fff;
  font-size:26px;
  line-height:1;
  cursor:pointer;
}

.atxcal-image-viewer-close:hover{
  background:rgba(255,255,255,.22);
}


/* v1.9.17 fail-safe image viewer behavior */
.atxcal-image-viewer-open{
  overflow:hidden;
}

.atxcal-detail-gallery a[href="#"]{
  text-decoration:none!important;
}


/* ==========================================================
   v1.9.18 New Releases checklist CSV support
   ========================================================== */

.atxcs-checklist-section{
  border-left:3px solid #2271b1;
  padding-left:14px!important;
}

.atxcal-release-checklist{
  grid-column:1 / -1;
  border-left:3px solid var(--atxcal-accent);
}

.atxcal-checklist-table-wrap{
  width:100%;
  overflow:auto;
  border:1px solid rgba(255,255,255,.14);
  border-radius:14px;
  background:rgba(255,255,255,.06);
}

.atxcal-checklist-table{
  width:100%;
  border-collapse:collapse;
  min-width:420px;
}

.atxcal-checklist-table th,
.atxcal-checklist-table td{
  padding:10px 12px;
  border-bottom:1px solid rgba(255,255,255,.12);
  text-align:left;
  vertical-align:top;
}

.atxcal-checklist-table th{
  color:var(--atxcal-accent);
  font-size:11px;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.08em;
}

.atxcal-checklist-table td{
  color:var(--atxcal-muted);
  line-height:1.45;
  font-weight:750;
}

.atxcal-checklist-table tbody tr:last-child td{
  border-bottom:0;
}

.atxcal-checklist-table th:last-child,
.atxcal-checklist-table td:last-child{
  width:96px;
  text-align:center;
}

.atxcal-list-row .atxcal-checklist-table-wrap,
.atxcal-agenda-row .atxcal-checklist-table-wrap,
.atxcal-gradient-off .atxcal-checklist-table-wrap{
  border-color:rgba(15,23,42,.12);
  background:#fff;
}

.atxcal-list-row .atxcal-checklist-table th,
.atxcal-agenda-row .atxcal-checklist-table th,
.atxcal-gradient-off .atxcal-checklist-table th{
  color:var(--atxcal-accent)!important;
}

.atxcal-list-row .atxcal-checklist-table td,
.atxcal-agenda-row .atxcal-checklist-table td,
.atxcal-gradient-off .atxcal-checklist-table td{
  color:#475569!important;
  border-bottom-color:rgba(15,23,42,.10);
}


/* ==========================================================
   v1.9.19 Collapsible release checklist inside details/modal
   ========================================================== */

.atxcal-checklist-header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:10px;
}

.atxcal-checklist-header > span{
  margin:0!important;
}

.atxcal-checklist-toggle{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:34px;
  padding:0 12px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:999px;
  background:rgba(255,255,255,.10);
  color:var(--atxcal-text);
  font-size:12px;
  font-weight:950;
  cursor:pointer;
}

.atxcal-checklist-toggle:hover{
  background:rgba(255,255,255,.16);
}

.atxcal-checklist-toggle[aria-expanded="true"]{
  background:var(--atxcal-accent);
  border-color:var(--atxcal-accent);
  color:#fff;
}

.atxcal-checklist-table-wrap[hidden]{
  display:none!important;
}

.atxcal-list-row .atxcal-checklist-toggle,
.atxcal-agenda-row .atxcal-checklist-toggle,
.atxcal-gradient-off .atxcal-checklist-toggle{
  border-color:rgba(15,23,42,.14);
  background:#f8fafc;
  color:#0f172a;
}

.atxcal-list-row .atxcal-checklist-toggle[aria-expanded="true"],
.atxcal-agenda-row .atxcal-checklist-toggle[aria-expanded="true"],
.atxcal-gradient-off .atxcal-checklist-toggle[aria-expanded="true"]{
  background:var(--atxcal-accent);
  border-color:var(--atxcal-accent);
  color:#fff;
}

@media(max-width:560px){
  .atxcal-checklist-header{
    align-items:flex-start;
    flex-direction:column;
  }

  .atxcal-checklist-toggle{
    width:100%;
  }
}


/* ==========================================================
   v1.9.20 Full-column checklist CSV support
   ========================================================== */

.atxcal-checklist-table{
  min-width:max(520px, 100%);
}

.atxcal-checklist-table th,
.atxcal-checklist-table td{
  white-space:nowrap;
}

.atxcal-checklist-table th:first-child,
.atxcal-checklist-table td:first-child{
  min-width:220px;
  white-space:normal;
}

.atxcal-checklist-table th:last-child,
.atxcal-checklist-table td:last-child{
  width:auto;
  text-align:left;
}

.atxcal-checklist-table-wrap{
  max-height:min(62vh, 640px);
  overflow:auto;
}

.atxcal-checklist-table thead th{
  position:sticky;
  top:0;
  z-index:1;
  background:#111827;
}

.atxcal-list-row .atxcal-checklist-table thead th,
.atxcal-agenda-row .atxcal-checklist-table thead th,
.atxcal-gradient-off .atxcal-checklist-table thead th{
  background:#f8fafc;
}


/* ==========================================================
   v1.9.22 Individual delete actions
   ========================================================== */

.atxcs-entry-save-actions{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:flex-end;
  gap:8px;
}

.atxcs-delete-entry-button{
  border-color:#d63638!important;
  color:#b32d2e!important;
  font-weight:800!important;
  text-decoration:none!important;
}

.atxcs-delete-entry-button:hover{
  background:#fcf0f1!important;
  border-color:#b32d2e!important;
  color:#8a2424!important;
}

@media(max-width:782px){
  .atxcs-entry-save-actions{
    justify-content:stretch;
    width:100%;
  }

  .atxcs-entry-save-actions .button{
    width:100%;
    text-align:center;
  }
}


/* ==========================================================
   v1.9.25 Performance-safe server-side view switcher
   ========================================================== */

.atxcal-view-switcher a{
  min-height:40px;
  padding:0 18px;
  border:1px solid transparent;
  border-radius:999px;
  background:transparent;
  color:#334155;
  font-weight:950;
  cursor:pointer;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-decoration:none!important;
}

.atxcal-view-switcher a.is-active{
  background:var(--atxcal-accent);
  color:#fff!important;
  box-shadow:0 10px 22px rgba(15,23,42,.12);
}

.atxcal-view-switcher--server{
  align-items:center;
}


/* ==========================================================
   v1.9.26 Optimized calendar/show/release cover images
   ========================================================== */

.atxcal-image{
  overflow:hidden;
  background:rgba(255,255,255,.08);
}

.atxcal-image img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  image-rendering:auto;
}


/* ==========================================================
   v1.9.27 Frontend pagination for large show/release datasets
   ========================================================== */

.atxcal-pagination{
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  margin-top:24px;
  padding:14px;
  border:1px solid rgba(100,116,139,.18);
  border-radius:18px;
  background:#fff;
  box-shadow:0 12px 32px rgba(15,23,42,.06);
}

.atxcal-page-count{
  color:#475569;
  font-size:13px;
  font-weight:850;
}

.atxcal-page-links{
  display:flex;
  flex-wrap:wrap;
  gap:6px;
  align-items:center;
}

.atxcal-page-link,
.atxcal-page-ellipsis{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:38px;
  min-height:38px;
  padding:0 12px;
  border-radius:999px;
  border:1px solid rgba(15,23,42,.12);
  background:#f8fafc;
  color:#0f172a!important;
  font-weight:950;
  text-decoration:none!important;
}

.atxcal-page-link:hover{
  border-color:var(--atxcal-accent);
  color:var(--atxcal-accent)!important;
}

.atxcal-page-link.is-current{
  background:var(--atxcal-accent);
  border-color:var(--atxcal-accent);
  color:#fff!important;
}

.atxcal-page-prev,
.atxcal-page-next{
  min-width:94px;
}

@media(max-width:680px){
  .atxcal-pagination{
    align-items:stretch;
    flex-direction:column;
  }

  .atxcal-page-links{
    justify-content:center;
  }
}


/* ==========================================================
   v1.9.28 Non-skewing release/show cover image frames
   ========================================================== */

.atxcal-image{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  aspect-ratio:var(--atxcal-image-aspect, 16/9);
  min-height:0;
  overflow:hidden;
  background:rgba(255,255,255,.92);
}

.atxcal-image img{
  display:block;
  width:100%;
  height:100%;
  max-width:100%;
  max-height:100%;
  object-fit:var(--atxcal-image-fit, contain);
  object-position:center center;
  image-rendering:auto;
  transform:none!important;
}

.atxcal-image-on .atxcal-image img[width],
.atxcal-image-on .atxcal-image img[height]{
  width:100%!important;
  height:100%!important;
}

.atxcal-image-off .atxcal-image{
  display:none!important;
}


/* ==========================================================
   v1.9.33 Scalable product/auction boxes inside Product Carousel
   ========================================================== */

.atxcs-product-carousel.atxcs-layout-micro-boxes,
.atxcs-product-carousel.atxcs-layout-mini-boxes,
.atxcs-product-carousel.atxcs-layout-small-boxes{
  --atxcs-gap:min(var(--atxcs-gap), 14px);
}

.atxcs-product-carousel.atxcs-layout-micro-boxes .atxcs-slide{
  flex-basis:120px;
}

.atxcs-product-carousel.atxcs-layout-mini-boxes .atxcs-slide{
  flex-basis:160px;
}

.atxcs-product-carousel.atxcs-layout-small-boxes .atxcs-slide{
  flex-basis:220px;
}

.atxcs-product-carousel.atxcs-layout-micro-boxes .atxcs-product,
.atxcs-product-carousel.atxcs-layout-mini-boxes .atxcs-product,
.atxcs-product-carousel.atxcs-layout-small-boxes .atxcs-product{
  min-height:0!important;
  border-radius:16px;
  box-shadow:0 12px 26px rgba(15,23,42,.08);
}

.atxcs-product-carousel.atxcs-layout-micro-boxes .atxcs-media,
.atxcs-product-carousel.atxcs-layout-mini-boxes .atxcs-media,
.atxcs-product-carousel.atxcs-layout-small-boxes .atxcs-media{
  margin:8px 8px 0;
  border-radius:12px;
  background:var(--atxcs-media-bg);
}

.atxcs-product-carousel.atxcs-layout-micro-boxes .atxcs-media{
  aspect-ratio:1/1;
}

.atxcs-product-carousel.atxcs-layout-mini-boxes .atxcs-media{
  aspect-ratio:4/3;
}

.atxcs-product-carousel.atxcs-layout-small-boxes .atxcs-media{
  aspect-ratio:4/3;
}

.atxcs-product-carousel.atxcs-layout-micro-boxes .atxcs-body,
.atxcs-product-carousel.atxcs-layout-mini-boxes .atxcs-body,
.atxcs-product-carousel.atxcs-layout-small-boxes .atxcs-body{
  padding:10px;
  gap:6px;
}

.atxcs-product-carousel.atxcs-layout-micro-boxes .atxcs-title{
  font-size:11px;
  line-height:1.12;
  letter-spacing:-.02em;
}

.atxcs-product-carousel.atxcs-layout-mini-boxes .atxcs-title{
  font-size:13px;
  line-height:1.12;
  letter-spacing:-.025em;
}

.atxcs-product-carousel.atxcs-layout-small-boxes .atxcs-title{
  font-size:16px;
  line-height:1.1;
}

.atxcs-product-carousel.atxcs-layout-micro-boxes .atxcs-kicker,
.atxcs-product-carousel.atxcs-layout-mini-boxes .atxcs-kicker{
  min-height:18px;
  padding:3px 6px;
  font-size:8px;
}

.atxcs-product-carousel.atxcs-layout-small-boxes .atxcs-kicker{
  min-height:20px;
  padding:3px 7px;
  font-size:9px;
}

.atxcs-product-carousel.atxcs-layout-micro-boxes .atxcs-price{
  font-size:11px;
}

.atxcs-product-carousel.atxcs-layout-mini-boxes .atxcs-price{
  font-size:12px;
}

.atxcs-product-carousel.atxcs-layout-small-boxes .atxcs-price{
  font-size:13px;
}

.atxcs-product-carousel.atxcs-layout-micro-boxes .atxcs-meta-row,
.atxcs-product-carousel.atxcs-layout-mini-boxes .atxcs-meta-row,
.atxcs-product-carousel.atxcs-layout-small-boxes .atxcs-meta-row{
  align-items:flex-start;
  justify-content:flex-start;
  gap:8px;
  margin-top:2px;
}

.atxcs-product-carousel.atxcs-layout-micro-boxes .atxcs-button,
.atxcs-product-carousel.atxcs-layout-mini-boxes .atxcs-button{
  display:none;
}

.atxcs-product-carousel.atxcs-layout-small-boxes .atxcs-button{
  min-height:30px;
  padding:8px 11px;
  font-size:11px;
}

.atxcs-product-carousel.atxcs-layout-micro-boxes .atxcs-dots,
.atxcs-product-carousel.atxcs-layout-mini-boxes .atxcs-dots,
.atxcs-product-carousel.atxcs-layout-small-boxes .atxcs-dots{
  padding-top:4px;
}

@media(max-width:900px){
  .atxcs-product-carousel.atxcs-layout-micro-boxes .atxcs-slide{flex-basis:112px}
  .atxcs-product-carousel.atxcs-layout-mini-boxes .atxcs-slide{flex-basis:148px}
  .atxcs-product-carousel.atxcs-layout-small-boxes .atxcs-slide{flex-basis:190px}
}

@media(max-width:560px){
  .atxcs-product-carousel.atxcs-layout-micro-boxes .atxcs-slide{flex-basis:108px}
  .atxcs-product-carousel.atxcs-layout-mini-boxes .atxcs-slide{flex-basis:142px}
  .atxcs-product-carousel.atxcs-layout-small-boxes .atxcs-slide{flex-basis:175px}
}


/* ==========================================================
   v1.9.34 Adaptive product box that scales to WPBakery columns
   ========================================================== */

.atxcs-product-carousel.atxcs-layout-adaptive-box{
  container-type:inline-size;
  width:100%;
}

.atxcs-product-carousel.atxcs-layout-adaptive-box .atxcs-track{
  gap:var(--atxcs-gap);
  align-items:stretch;
}

.atxcs-product-carousel.atxcs-layout-adaptive-box .atxcs-slide{
  flex:0 0 calc((100% - (var(--atxcs-gap) * (var(--atxcs-items-desktop) - 1))) / var(--atxcs-items-desktop));
  min-width:0;
}

.atxcs-product-carousel.atxcs-layout-adaptive-box .atxcs-product{
  width:100%;
  min-width:0;
  min-height:var(--atxcs-adaptive-min-height, 0px);
  aspect-ratio:var(--atxcs-adaptive-box-ratio, 4/5);
  display:grid;
  grid-template-rows:auto 1fr;
  border-radius:clamp(12px, 5cqw, var(--atxcs-card-radius));
  overflow:hidden;
}

.atxcs-product-carousel.atxcs-layout-adaptive-box .atxcs-media{
  width:auto;
  aspect-ratio:var(--atxcs-adaptive-image-ratio, 4/3);
  margin:clamp(6px, 3cqw, 12px) clamp(6px, 3cqw, 12px) 0;
  border-radius:clamp(10px, 4cqw, 18px);
  background:var(--atxcs-media-bg);
}

.atxcs-product-carousel.atxcs-layout-adaptive-box .atxcs-media-bg{
  width:100%;
  height:100%;
  max-width:100%;
  background-size:contain;
}

.atxcs-product-carousel.atxcs-layout-adaptive-box .atxcs-body{
  min-height:0;
  padding:clamp(8px, 3.8cqw, 18px);
  gap:clamp(4px, 2cqw, 10px);
}

.atxcs-product-carousel.atxcs-layout-adaptive-box .atxcs-kicker{
  min-height:clamp(16px, 5cqw, 24px);
  padding:clamp(2px, 1cqw, 4px) clamp(5px, 2cqw, 9px);
  font-size:clamp(7px, 2.4cqw, 11px);
}

.atxcs-product-carousel.atxcs-layout-adaptive-box .atxcs-title{
  font-size:clamp(11px, 5cqw, 22px);
  line-height:1.08;
  letter-spacing:-.035em;
  display:-webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
  overflow:hidden;
}

.atxcs-product-carousel.atxcs-layout-adaptive-box .atxcs-price{
  font-size:clamp(10px, 3.6cqw, 15px);
  line-height:1.15;
}

.atxcs-product-carousel.atxcs-layout-adaptive-box .atxcs-meta-row{
  align-items:flex-start;
  justify-content:flex-start;
  gap:clamp(4px, 2cqw, 10px);
  margin-top:auto;
  flex-wrap:wrap;
}

.atxcs-product-carousel.atxcs-layout-adaptive-box .atxcs-button{
  min-height:clamp(24px, 7cqw, 38px);
  padding:clamp(6px, 2cqw, 10px) clamp(8px, 4cqw, 16px);
  font-size:clamp(9px, 3cqw, 14px);
}

.atxcs-product-carousel.atxcs-layout-adaptive-box.atxcs-button-off .atxcs-button{
  display:none!important;
}

/* When dropped into narrow WPBakery columns, stop trying to squeeze multiple
   carousel items into one tiny row. Let the product box own the available width. */
@container (max-width: 520px){
  .atxcs-product-carousel.atxcs-layout-adaptive-box .atxcs-slide{
    flex-basis:100%!important;
  }

  .atxcs-product-carousel.atxcs-layout-adaptive-box .atxcs-product{
    aspect-ratio:var(--atxcs-adaptive-box-ratio, 4/5);
  }
}

@container (min-width: 521px) and (max-width: 820px){
  .atxcs-product-carousel.atxcs-layout-adaptive-box .atxcs-slide{
    flex-basis:calc((100% - var(--atxcs-gap)) / min(var(--atxcs-items-desktop), 2))!important;
  }
}

/* Fallback for older browsers without container query units. */
@supports not (font-size: 1cqw){
  .atxcs-product-carousel.atxcs-layout-adaptive-box .atxcs-product{
    border-radius:18px;
  }

  .atxcs-product-carousel.atxcs-layout-adaptive-box .atxcs-media{
    margin:10px 10px 0;
    border-radius:14px;
  }

  .atxcs-product-carousel.atxcs-layout-adaptive-box .atxcs-body{
    padding:12px;
  }

  .atxcs-product-carousel.atxcs-layout-adaptive-box .atxcs-title{
    font-size:clamp(13px, 2.5vw, 20px);
  }

  .atxcs-product-carousel.atxcs-layout-adaptive-box .atxcs-price{
    font-size:13px;
  }
}


/* ==========================================================
   v1.9.36 Single responsive product / auction box through existing Product Carousel shortcode
   This outputs one real product box only, not a carousel.
   ========================================================== */

.atxpb-box{
  --atxpb-bg:#fff;
  --atxpb-media-bg:#f8fafc;
  --atxpb-text:#0f172a;
  --atxpb-muted:#64748b;
  --atxpb-accent:#ff7a1a;
  --atxpb-border:rgba(15,23,42,.12);
  --atxpb-button-bg:#0f172a;
  --atxpb-button-text:#fff;
  --atxpb-radius:18px;
  --atxpb-pad:14px;
  --atxpb-image-ratio:4/3;
  --atxpb-min-height:0px;
  container-type:inline-size;
  display:grid;
  grid-template-rows:auto 1fr;
  width:100%;
  max-width:100%;
  min-width:0;
  min-height:var(--atxpb-min-height);
  background:var(--atxpb-bg);
  border:1px solid var(--atxpb-border);
  border-radius:var(--atxpb-radius);
  overflow:hidden;
  color:var(--atxpb-text);
  box-shadow:0 14px 30px rgba(15,23,42,.08);
}

.atxpb-box[style*="--atxpb-box-ratio"]{
  aspect-ratio:var(--atxpb-box-ratio);
}

.atxpb-media{
  display:flex;
  align-items:center;
  justify-content:center;
  min-width:0;
  margin:clamp(6px, 3cqw, 14px) clamp(6px, 3cqw, 14px) 0;
  aspect-ratio:var(--atxpb-image-ratio);
  border-radius:calc(var(--atxpb-radius) * .72);
  background:var(--atxpb-media-bg);
  overflow:hidden;
  text-decoration:none!important;
}

.atxpb-img{
  display:block;
  width:100%;
  height:100%;
  max-width:100%;
  max-height:100%;
  object-position:center center;
}

.atxpb-fit-contain .atxpb-img{object-fit:contain}
.atxpb-fit-cover .atxpb-img{object-fit:cover}

.atxpb-fallback{
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  height:100%;
  background:#0f172a;
  color:#fff;
  font-weight:950;
  letter-spacing:.14em;
}

.atxpb-content{
  display:flex;
  flex-direction:column;
  min-width:0;
  gap:clamp(4px, 1.8cqw, 9px);
  padding:clamp(8px, 3.4cqw, var(--atxpb-pad));
}

.atxpb-kicker-row{
  display:flex;
  flex-wrap:wrap;
  gap:clamp(4px, 1.4cqw, 7px);
  align-items:center;
  min-width:0;
}

.atxpb-badge,
.atxpb-category{
  display:inline-flex;
  align-items:center;
  max-width:100%;
  min-height:clamp(16px, 5cqw, 24px);
  padding:0 clamp(5px, 2cqw, 9px);
  border-radius:999px;
  font-size:clamp(7px, 2.4cqw, 11px);
  line-height:1;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.05em;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.atxpb-badge{background:var(--atxpb-accent);color:#fff}
.atxpb-box.is-auction .atxpb-badge{background:#8b1538}
.atxpb-category{background:rgba(15,23,42,.06);color:var(--atxpb-muted)}

.atxpb-title{
  margin:0;
  color:var(--atxpb-text);
  font-size:clamp(12px, 5.4cqw, 24px);
  line-height:1.08;
  font-weight:950;
  letter-spacing:-.04em;
  overflow-wrap:anywhere;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:3;
  overflow:hidden;
}

.atxpb-title a{color:inherit!important;text-decoration:none!important}
.atxpb-title a:hover{color:var(--atxpb-accent)!important}

.atxpb-price{
  margin-top:auto;
  color:var(--atxpb-accent);
  font-size:clamp(11px, 3.8cqw, 17px);
  line-height:1.15;
  font-weight:950;
}

.atxpb-price del{opacity:.58;color:var(--atxpb-muted);font-weight:750}
.atxpb-price ins{text-decoration:none}

.atxpb-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:max-content;
  max-width:100%;
  min-height:clamp(26px, 7cqw, 38px);
  margin-top:clamp(3px, 1.5cqw, 8px);
  padding:0 clamp(9px, 3cqw, 16px);
  border-radius:999px;
  background:var(--atxpb-button-bg);
  color:var(--atxpb-button-text)!important;
  font-size:clamp(10px, 3.2cqw, 14px);
  font-weight:950;
  text-decoration:none!important;
}

.atxpb-density-compact .atxpb-content,
.atxpb-density-micro .atxpb-content{gap:clamp(3px, 1.2cqw, 6px)}
.atxpb-density-micro .atxpb-kicker-row{display:none}
.atxpb-density-micro .atxpb-title{-webkit-line-clamp:2}

.atxpb-layout-horizontal,
.atxpb-layout-auto{grid-template-rows:auto}

.atxpb-layout-horizontal{
  grid-template-columns:minmax(72px, 42%) minmax(0, 1fr);
  align-items:stretch;
}

.atxpb-layout-horizontal .atxpb-media{
  margin:clamp(6px, 3cqw, 12px);
  aspect-ratio:auto;
}

.atxpb-layout-horizontal .atxpb-content{
  justify-content:center;
  padding-left:0;
}

@container (max-width: 180px){
  .atxpb-box{border-radius:12px}
  .atxpb-media{margin:6px 6px 0;border-radius:10px}
  .atxpb-content{padding:7px;gap:3px}
  .atxpb-kicker-row{display:none}
  .atxpb-title{font-size:11px;-webkit-line-clamp:2}
  .atxpb-price{font-size:10px}
  .atxpb-button{display:none}
}

@container (min-width: 301px){
  .atxpb-layout-auto{
    grid-template-columns:minmax(92px, 40%) minmax(0, 1fr);
    grid-template-rows:auto;
  }

  .atxpb-layout-auto .atxpb-media{
    margin:clamp(8px, 2.5cqw, 14px);
    aspect-ratio:auto;
  }

  .atxpb-layout-auto .atxpb-content{
    justify-content:center;
    padding-left:0;
  }
}

@supports not (font-size: 1cqw){
  .atxpb-media{margin:10px 10px 0}
  .atxpb-content{padding:12px}
  .atxpb-title{font-size:clamp(13px, 2.5vw, 22px)}
  .atxpb-price{font-size:14px}
}


/* ==========================================================
   v1.9.37 Single Responsive Product Box gradient/design wiring
   ========================================================== */

.atxpb-box{
  --atxpb-grad-start:#e93535;
  --atxpb-grad-end:#e9a623;
  --atxpb-grad-accent:#f26a2e;
  --atxpb-grad-angle:115deg;
  position:relative;
}

.atxpb-box.atxpb-gradient-on{
  background:
    radial-gradient(circle at 78% 16%, color-mix(in srgb, var(--atxpb-grad-accent) 55%, transparent) 0, transparent 34%),
    linear-gradient(var(--atxpb-grad-angle), var(--atxpb-grad-start) 0%, var(--atxpb-grad-accent) 52%, var(--atxpb-grad-end) 100%);
  color:#fff;
  --atxpb-text:#fff;
  --atxpb-muted:rgba(255,255,255,.80);
  --atxpb-border:rgba(255,255,255,.18);
}

.atxpb-box.atxpb-style-dark-sports.atxpb-gradient-on{
  --atxpb-grad-start:#064e3b;
  --atxpb-grad-accent:#12345c;
  --atxpb-grad-end:#0f172a;
}

.atxpb-box.atxpb-style-premium-gold.atxpb-gradient-on{
  --atxpb-grad-start:#4a2500;
  --atxpb-grad-accent:#a16207;
  --atxpb-grad-end:#f59e0b;
}

.atxpb-box.atxpb-style-custom-gradient.atxpb-gradient-on{
  --atxpb-text:#fff;
  --atxpb-muted:rgba(255,255,255,.82);
}

.atxpb-box.atxpb-texture-on::before,
.atxpb-box.atxpb-gradient-on::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  pointer-events:none;
  background:
    repeating-linear-gradient(115deg, rgba(255,255,255,.11) 0 1px, transparent 1px 92px);
  opacity:.42;
}

.atxpb-box.atxpb-gradient-on .atxpb-media{
  background:rgba(255,255,255,.92);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.52), 0 14px 30px rgba(15,23,42,.16);
}

.atxpb-box.atxpb-gradient-on .atxpb-category{
  background:rgba(255,255,255,.14);
  color:rgba(255,255,255,.84);
}

.atxpb-box.atxpb-gradient-on .atxpb-badge{
  background:rgba(255,255,255,.16);
  border:1px solid rgba(255,255,255,.22);
  color:#fff;
}

.atxpb-box.atxpb-gradient-on .atxpb-price{
  color:#fff;
}

.atxpb-box.atxpb-gradient-on .atxpb-button{
  background:var(--atxpb-button-bg, #8b1538);
  color:var(--atxpb-button-text, #fff)!important;
}

.atxpb-box.atxpb-frame-off{
  border-color:transparent!important;
}

.atxpb-box.atxpb-shadow-off{
  box-shadow:none!important;
}

.atxpb-box > *{
  position:relative;
  z-index:1;
}
