/* Allstars Show Manager front-end
 * v1.0.27
 * Homepage styling intentionally mirrors the existing Allstars homepage card section.
 * The plugin itself stays transparent so Elementor can control the section background.
 */
.aosm-upcoming,
.aosm-showtimes,
.aosm-upcoming *,
.aosm-showtimes *{box-sizing:border-box}

.aosm-upcoming,
.aosm-showtimes{
  --aosm-text:#fff;
  --aosm-muted:rgba(255,255,255,.76);
  --aosm-line:rgba(255,255,255,.13);
  --aosm-gold:#c9a44a;
  --aosm-gold2:#e6d08a;
  color:var(--aosm-text);
  font-family:"Lato",system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
}

/* ===== HOMEPAGE / UPCOMING SHOWS ===== */
.aosm-upcoming{
  padding:0;
  color:#fff;
  background:transparent;
}
.aosm-upcoming .aosm-front-wrap{
  width:100%;
  max-width:1200px;
  margin:0 auto;
}
.aosm-upcoming .aosm-home-panel{
  padding:26px 24px 24px;
  border:1px solid rgba(255,255,255,.11);
  border-radius:20px;
  background:rgba(2,2,2,.94);
  box-shadow:0 20px 65px rgba(0,0,0,.34);
}
.aosm-upcoming .aosm-section-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:18px;
  margin-bottom:17px;
}
.aosm-upcoming .aosm-section-head h2{
  margin:0;
  font-size:42px;
  line-height:1.05;
  font-weight:700;
  text-transform:none;
  letter-spacing:0;
  color:var(--aosm-gold);
}
.aosm-upcoming .aosm-section-head p{
  margin:8px 0 0;
  color:rgba(255,255,255,.76);
  font-size:14px;
  line-height:1.45;
}
.aosm-upcoming .aosm-summary-venue{
  margin-top:7px;
  color:rgba(255,255,255,.56);
  font-size:12px;
  letter-spacing:.02em;
}
.aosm-upcoming .aosm-all{
  color:#fff;
  opacity:.92;
  text-decoration:none;
  border-bottom:1px solid rgba(255,255,255,.32);
  padding-bottom:3px;
  white-space:nowrap;
  font-size:14px;
}

/* Shared facts belong once above the cards, not repeated four times. */
.aosm-upcoming .aosm-info-strip{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:0 0 16px;
  border:0;
  border-radius:0;
  background:transparent;
  overflow:visible;
}
.aosm-upcoming .aosm-summary-item{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-width:0;
  padding:8px 12px;
  border:1px solid rgba(201,164,74,.16);
  border-radius:999px;
  background:rgba(255,255,255,.018);
}
.aosm-upcoming .aosm-summary-item:last-child{border-right:1px solid rgba(201,164,74,.16)}
.aosm-upcoming .aosm-summary-item span{
  display:inline-block;
  margin-bottom:0;
  color:var(--aosm-gold2);
  font-size:9px;
  line-height:1.1;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
  white-space:nowrap;
}
.aosm-upcoming .aosm-summary-item strong{
  display:inline-block;
  color:rgba(255,255,255,.94);
  font-size:13px;
  line-height:1.2;
  font-weight:700;
}

.aosm-upcoming .aosm-summary-item.aosm-summary-note{
  display:inline-flex;
  align-items:center;
}
.aosm-upcoming .aosm-summary-item.aosm-summary-note strong{
  color:rgba(255,255,255,.94);
  font-size:13px;
  letter-spacing:0;
}

.aosm-upcoming-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
}
.aosm-upcoming-card{
  position:relative;
  overflow:hidden;
  border:1px solid rgba(201,164,74,.34);
  border-radius:18px;
  padding:16px 16px 15px;
  background:
    radial-gradient(circle at top center,rgba(228,192,102,.11),transparent 30%),
    linear-gradient(180deg,rgba(255,255,255,.03),rgba(255,255,255,.012));
  display:flex;
  gap:14px;
  align-items:flex-start;
  min-width:0;
  min-height:154px;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06), 0 18px 42px rgba(0,0,0,.22);
}
.aosm-upcoming-card::before{
  content:"";
  position:absolute;
  top:0;
  left:14%;
  right:14%;
  height:2px;
  background:linear-gradient(90deg,transparent,rgba(239,214,132,.15),rgba(255,238,182,.95),rgba(239,214,132,.15),transparent);
  opacity:.95;
}
.aosm-upcoming-card::after{display:none}
.aosm-upcoming .aosm-date-block{
  width:76px;
  flex:0 0 76px;
  text-align:center;
  border-right:1px solid rgba(255,255,255,.12);
  padding-right:14px;
  position:relative;
  z-index:1;
}
.aosm-upcoming .aosm-mon{
  font-size:12px;
  letter-spacing:.18em;
  opacity:.72;
  color:#fff;
  text-transform:uppercase;
}
.aosm-upcoming .aosm-day{
  font-size:42px;
  font-weight:800;
  line-height:1;
  margin-top:5px;
  color:#fff;
}
.aosm-upcoming .aosm-dow{
  font-size:12px;
  letter-spacing:.16em;
  opacity:.72;
  margin-top:7px;
  color:#fff;
  text-transform:uppercase;
}
.aosm-upcoming .aosm-card-details{
  flex:1;
  min-width:0;
  display:flex;
  flex-direction:column;
  min-height:0;
  position:relative;
  z-index:1;
}
.aosm-upcoming .aosm-show-title{
  font-size:17px;
  font-weight:800;
  margin-top:1px;
  color:#fff;
  line-height:1.2;
}
.aosm-upcoming .aosm-card-badge{
  display:inline-flex;
  align-self:flex-start;
  margin-top:1px;
  padding:4px 7px 3px;
  border:1px solid rgba(201,164,74,.28);
  border-radius:999px;
  background:rgba(201,164,74,.08);
  color:var(--aosm-gold2);
  font-size:9px;
  line-height:1;
  font-weight:800;
  letter-spacing:.10em;
  text-transform:uppercase;
}
.aosm-upcoming .aosm-primary-time{
  margin-top:0;
  color:#fff;
  font-size:24px;
  line-height:1.05;
  font-weight:900;
  white-space:nowrap;
  letter-spacing:-.02em;
}
.aosm-upcoming .aosm-card-badge + .aosm-primary-time{margin-top:8px}
.aosm-upcoming .aosm-showtimes-list{
  margin-top:10px;
  color:rgba(255,255,255,.96);
  font-size:16px;
  line-height:1.4;
  font-weight:800;
}
.aosm-upcoming .aosm-card-action{
  margin-top:12px;
  padding-top:0;
}
.aosm-upcoming .aosm-primary-subtext{
  margin-top:9px;
  color:rgba(255,255,255,.74);
  font-size:12px;
  line-height:1.35;
  font-weight:500;
}
.aosm-upcoming .aosm-main-ticket-btn{
  appearance:none;
  border:1px solid rgba(201,164,74,.86);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  width:auto;
  min-width:148px;
  min-height:42px;
  padding:11px 16px;
  border-radius:999px;
  background:linear-gradient(180deg,var(--aosm-gold2),var(--aosm-gold));
  color:#090909;
  text-decoration:none;
  font-size:14px;
  font-weight:900;
  text-transform:uppercase;
  line-height:1;
  cursor:pointer;
  font-family:inherit;
  box-shadow:0 12px 28px rgba(0,0,0,.26), inset 0 1px 0 rgba(255,255,255,.38);
  transition:transform .14s ease,filter .14s ease,border-color .14s ease,background .14s ease, box-shadow .14s ease;
}
.aosm-upcoming .aosm-main-ticket-btn::after{
  content:"›";
  font-size:18px;
  line-height:1;
  margin-left:2px;
}
.aosm-upcoming .aosm-main-ticket-btn:hover{
  border-color:rgba(230,208,138,.96);
  background:linear-gradient(180deg,#f1dda1,var(--aosm-gold));
  transform:translateY(-1px);
  filter:brightness(1.04);
  box-shadow:0 14px 30px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.5);
}
.aosm-upcoming .aosm-main-ticket-btn.is-disabled{
  background:#333;
  color:#fff;
  opacity:.72;
  cursor:default;
  transform:none;
}
.aosm-upcoming .aosm-main-ticket-btn.is-disabled::after{display:none}

/* ===== TICKET TIME PICKER ===== */
.aosm-ticket-modal{
  position:fixed;
  inset:0;
  z-index:999999;
  display:none;
  align-items:center;
  justify-content:center;
  padding:20px;
}
.aosm-ticket-modal.is-open{display:flex}
.aosm-ticket-modal-backdrop{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.80);
  backdrop-filter:blur(8px);
}
.aosm-ticket-modal-panel{
  position:relative;
  z-index:2;
  width:min(440px,94vw);
  padding:28px;
  border-radius:20px;
  border:1px solid rgba(201,164,74,.30);
  background:linear-gradient(180deg,#111,#060606);
  box-shadow:0 30px 100px rgba(0,0,0,.80);
  color:#fff;
}
.aosm-ticket-modal-close{
  position:absolute;
  right:13px;
  top:11px;
  width:36px;
  height:36px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.15);
  background:rgba(255,255,255,.06);
  color:#fff;
  font-size:24px;
  line-height:1;
  cursor:pointer;
}
.aosm-ticket-modal-kicker{
  font-size:11px;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:var(--aosm-gold2);
  font-weight:800;
}
.aosm-ticket-modal h3{
  margin:7px 0 0;
  color:#fff;
  font-size:28px;
  line-height:1.1;
}
.aosm-ticket-modal-date{
  margin-top:8px;
  color:var(--aosm-muted);
  font-size:14px;
}
.aosm-ticket-modal-options{
  display:grid;
  gap:10px;
  margin-top:20px;
}
.aosm-picker-option{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  width:100%;
  padding:14px 16px;
  border-radius:12px;
  border:1px solid rgba(255,255,255,.13);
  background:rgba(255,255,255,.045);
  color:#fff;
  text-decoration:none;
}
.aosm-picker-option:hover{
  border-color:rgba(201,164,74,.5);
  background:rgba(201,164,74,.08);
}
.aosm-picker-time{display:flex;flex-direction:column;gap:4px;min-width:0}.aosm-picker-option strong{font-size:18px;color:#fff}.aosm-picker-time small{font-size:11px;color:rgba(255,255,255,.64);text-transform:none;letter-spacing:0;font-weight:500}
.aosm-picker-option span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:34px;
  padding:8px 12px;
  border-radius:999px;
  border:1px solid rgba(201,164,74,.72);
  background:linear-gradient(180deg,var(--aosm-gold2),var(--aosm-gold));
  color:#090909;
  font-size:10px;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-weight:900;
  white-space:nowrap;
  box-shadow:0 10px 24px rgba(0,0,0,.16);
}
.aosm-picker-option.is-disabled{opacity:.5;cursor:default}
.aosm-picker-option.is-disabled span{
  background:#252525;
  color:rgba(255,255,255,.72);
  border-color:rgba(255,255,255,.12);
  box-shadow:none;
}
body.aosm-modal-lock{overflow:hidden}

/* ===== FULL SHOWTIMES ===== */
.aosm-showtimes{
  padding:56px 0 84px;
  color:var(--aosm-text);
  background:radial-gradient(900px 500px at 50% -10%,rgba(201,164,74,.10),transparent 60%),linear-gradient(180deg,#050505,#0b0b0b);
}
.aosm-showtimes .aosm-front-wrap{width:min(1080px,92%);margin:0 auto}
.aosm-showtimes .aosm-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:22px}
.aosm-showtimes .aosm-section-head h2{margin:0;font-size:38px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--aosm-gold2)}
.aosm-showtimes .aosm-section-head p{margin:10px 0 0;color:var(--aosm-muted);font-size:14px}
.aosm-month-nav{display:flex;gap:10px;align-items:center;justify-content:center;margin:20px 0 26px}
.aosm-front-month,.aosm-front-nav{background:#111;color:#fff;border:1px solid var(--aosm-line);border-radius:999px;padding:12px 16px}
.aosm-front-month{min-width:240px}.aosm-front-month option{color:#000}
.aosm-front-nav{cursor:pointer;text-transform:uppercase;font-weight:700;letter-spacing:.08em}.aosm-front-nav:disabled{opacity:.3;cursor:not-allowed}
.aosm-show-row{border:1px solid rgba(255,255,255,.12);border-radius:20px;padding:22px;margin-bottom:16px;background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.03));box-shadow:0 18px 60px rgba(0,0,0,.45);display:flex;gap:16px;align-items:flex-start}
.aosm-showtimes .aosm-date-block{width:84px;flex:0 0 84px;text-align:center;border-right:1px solid rgba(255,255,255,.08);padding-right:18px}
.aosm-showtimes .aosm-mon,.aosm-showtimes .aosm-dow{font-size:12px;letter-spacing:.20em;opacity:.65;text-transform:uppercase}
.aosm-showtimes .aosm-day{font-size:44px;font-weight:900;line-height:1;margin-top:6px;color:var(--aosm-gold2)}
.aosm-showtimes .aosm-dow{margin-top:6px}.aosm-showtimes .aosm-card-details{flex:1;min-width:0}.aosm-showtimes .aosm-show-title{font-size:18px;font-weight:800;margin-top:2px}.aosm-showtimes .aosm-meta{margin-top:8px;color:var(--aosm-muted);font-size:14px}
.aosm-showtimes .aosm-seating-note{font-size:12px;color:rgba(255,255,255,.58)}
.aosm-showtimes .aosm-time-buttons{display:flex;gap:8px;flex-wrap:wrap;margin-top:14px}
.aosm-showtimes .aosm-time-pill{display:inline-flex;flex-direction:column;gap:2px;align-items:center;justify-content:center;padding:10px 13px;border-radius:12px;background:linear-gradient(180deg,var(--aosm-gold2),var(--aosm-gold));color:#090909;text-decoration:none;line-height:1;min-width:98px}
.aosm-showtimes .aosm-time-pill strong{font-size:14px;color:#090909}.aosm-showtimes .aosm-time-pill small{font-size:9px;text-transform:uppercase;letter-spacing:.06em;color:#090909}
.aosm-showtimes .aosm-time-pill.is-disabled{background:#333;color:#fff;opacity:.75}.aosm-showtimes .aosm-time-pill.is-disabled strong,.aosm-showtimes .aosm-time-pill.is-disabled small{color:#fff}
.aosm-showtimes .aosm-time-pill.is-cancelled{background:#3a1717;color:#fff;border:1px solid rgba(255,80,80,.35)}.aosm-showtimes .aosm-time-pill.is-cancelled strong,.aosm-showtimes .aosm-time-pill.is-cancelled small{color:#fff}
.aosm-empty{padding:22px;border:1px solid var(--aosm-line);border-radius:16px;color:var(--aosm-muted);background:rgba(255,255,255,.03)}

@media(max-width:1024px){
  .aosm-upcoming-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:600px){
  .aosm-upcoming .aosm-home-panel{padding:20px 16px}
  .aosm-upcoming .aosm-section-head{align-items:flex-start;flex-direction:column}
  .aosm-upcoming .aosm-section-head h2{font-size:32px}
  .aosm-upcoming-grid{grid-template-columns:1fr}
  .aosm-upcoming-card,.aosm-show-row{padding:16px}
  .aosm-upcoming-card{min-height:0}
  .aosm-upcoming .aosm-card-details{min-height:150px}
  .aosm-upcoming .aosm-day{font-size:38px}
  .aosm-month-nav{flex-wrap:wrap}.aosm-front-month{order:-1;flex:1 1 100%;width:100%}.aosm-front-nav{flex:1}
}

/* v1.0.7 clearer time semantics */
@media (max-width:1180px){
  .aosm-upcoming .aosm-info-row-stacked{grid-template-columns:1fr;gap:2px}
}
@media (max-width:600px){
  .aosm-upcoming .aosm-info-row{grid-template-columns:auto minmax(0,1fr)}
  .aosm-upcoming .aosm-info-row-stacked{grid-template-columns:1fr;gap:2px}
  .aosm-upcoming .aosm-info-value{font-size:13px}
}

/* ===== v1.0.24 FULL SCHEDULE REDESIGN ===== */
.aosm-showtimes{
  padding:0;
  background:transparent;
  color:#fff;
}
.aosm-showtimes .aosm-front-wrap{
  width:100%;
  max-width:1100px;
  margin:0 auto;
}
.aosm-showtimes .aosm-schedule-panel{
  padding:30px 28px 30px;
  border:1px solid rgba(255,255,255,.11);
  border-radius:22px;
  background:rgba(2,2,2,.95);
  box-shadow:0 22px 70px rgba(0,0,0,.38);
}
.aosm-showtimes .aosm-section-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:20px;
  margin:0 0 18px;
}
.aosm-showtimes .aosm-section-head h2{
  margin:0;
  font-size:42px;
  line-height:1.05;
  font-weight:700;
  letter-spacing:0;
  text-transform:none;
  color:var(--aosm-gold);
}
.aosm-showtimes .aosm-section-head p{
  margin:8px 0 0;
  color:rgba(255,255,255,.88);
  font-size:15px;
  font-weight:700;
}
.aosm-showtimes .aosm-summary-venue{
  margin-top:6px;
  color:rgba(255,255,255,.56);
  font-size:12px;
  letter-spacing:.02em;
}
.aosm-calendar-open{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:42px;
  padding:10px 15px;
  border-radius:999px;
  border:1px solid rgba(201,164,74,.72);
  background:linear-gradient(180deg,var(--aosm-gold2),var(--aosm-gold));
  color:#090909;
  box-shadow:0 10px 28px rgba(0,0,0,.24);
  font:inherit;
  font-size:12px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  cursor:pointer;
  transition:.16s ease;
}
.aosm-calendar-open:hover{
  border-color:rgba(230,208,138,.92);
  background:linear-gradient(180deg,#f1dda1,var(--aosm-gold));
  transform:translateY(-1px);
  filter:brightness(1.03);
}

.aosm-showtimes .aosm-info-strip{
  display:grid;
  gap:0;
  margin:0 0 20px;
  border:1px solid rgba(201,164,74,.18);
  border-radius:14px;
  background:linear-gradient(180deg,rgba(201,164,74,.065),rgba(255,255,255,.018));
  overflow:hidden;
}
.aosm-showtimes .aosm-summary-item{
  min-width:0;
  padding:12px 15px 11px;
  border-right:1px solid rgba(255,255,255,.09);
}
.aosm-showtimes .aosm-summary-item:last-child{border-right:0}
.aosm-showtimes .aosm-summary-item span{
  display:block;
  margin-bottom:4px;
  color:var(--aosm-gold2);
  font-size:9px;
  line-height:1.2;
  font-weight:800;
  letter-spacing:.13em;
  text-transform:uppercase;
}
.aosm-showtimes .aosm-summary-item strong{
  display:block;
  color:rgba(255,255,255,.94);
  font-size:13px;
  line-height:1.25;
  font-weight:700;
}
.aosm-showtimes .aosm-summary-item.aosm-summary-note{
  display:flex;
  align-items:center;
}
.aosm-showtimes .aosm-summary-item.aosm-summary-note strong{
  color:var(--aosm-gold2);
  font-size:14px;
}

.aosm-showtimes .aosm-month-nav{
  display:grid;
  grid-template-columns:auto minmax(220px,360px) auto;
  gap:12px;
  align-items:center;
  justify-content:center;
  margin:0 0 22px;
  padding:4px 0 0;
}
.aosm-showtimes .aosm-month-select-wrap{
  position:relative;
  min-width:0;
}
.aosm-showtimes .aosm-front-month{
  width:100%;
  min-width:0;
  height:48px;
  appearance:none;
  background:rgba(255,255,255,.055);
  color:#fff;
  border:1px solid rgba(255,255,255,.13);
  border-radius:14px;
  padding:0 42px 0 16px;
  font-family:inherit;
  font-size:15px;
  font-weight:700;
  line-height:1.2;
  outline:none;
  box-shadow:0 12px 34px rgba(0,0,0,.24);
}
.aosm-showtimes .aosm-front-month option{color:#000}
.aosm-showtimes .aosm-select-arrow{
  position:absolute;
  right:15px;
  top:50%;
  transform:translateY(-50%);
  pointer-events:none;
  color:rgba(255,255,255,.7);
}
.aosm-showtimes .aosm-front-nav{
  min-width:78px;
  padding:11px 14px;
  border-radius:999px;
  border:1px solid rgba(201,164,74,.72);
  background:linear-gradient(180deg,var(--aosm-gold2),var(--aosm-gold));
  color:#090909;
  box-shadow:0 10px 28px rgba(0,0,0,.22);
  font:inherit;
  font-size:11px;
  font-weight:800;
  letter-spacing:.09em;
  text-transform:uppercase;
  cursor:pointer;
}
.aosm-showtimes .aosm-front-nav:hover:not(:disabled){
  border-color:rgba(230,208,138,.92);
  background:linear-gradient(180deg,#f1dda1,var(--aosm-gold));
  transform:translateY(-1px);
  filter:brightness(1.03);
}
.aosm-showtimes .aosm-front-nav:disabled{opacity:.28;cursor:not-allowed}

.aosm-showtimes .aosm-show-row{
  position:relative;
  display:flex;
  gap:20px;
  align-items:stretch;
  margin:0 0 15px;
  padding:20px;
  border:1px solid rgba(255,255,255,.115);
  border-radius:18px;
  background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.022));
  box-shadow:0 14px 42px rgba(0,0,0,.24);
  overflow:hidden;
  transition:border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}
.aosm-showtimes .aosm-show-row::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(135deg,rgba(201,164,74,.06),transparent 38%);
  opacity:.7;
}
.aosm-showtimes .aosm-show-row.is-highlighted{
  border-color:rgba(230,208,138,.75);
  box-shadow:0 0 0 2px rgba(201,164,74,.13),0 18px 55px rgba(0,0,0,.34);
  transform:translateY(-1px);
}
.aosm-showtimes .aosm-date-block{
  position:relative;
  z-index:1;
  width:92px;
  flex:0 0 92px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  border-right:1px solid rgba(255,255,255,.10);
  padding:4px 20px 4px 0;
}
.aosm-showtimes .aosm-mon,
.aosm-showtimes .aosm-dow{
  font-size:11px;
  line-height:1.2;
  letter-spacing:.19em;
  color:rgba(255,255,255,.62);
  text-transform:uppercase;
}
.aosm-showtimes .aosm-day{
  margin:5px 0 4px;
  color:#fff;
  font-size:42px;
  font-weight:900;
  line-height:.95;
}
.aosm-showtimes .aosm-card-details{
  position:relative;
  z-index:1;
  flex:1;
  min-width:0;
}
.aosm-showtimes .aosm-row-heading{
  display:flex;
  justify-content:space-between;
  gap:16px;
  align-items:flex-start;
  margin-bottom:12px;
}
.aosm-showtimes .aosm-show-title{
  margin:0;
  color:#fff;
  font-size:19px;
  line-height:1.2;
  font-weight:800;
}
.aosm-showtimes .aosm-meta{
  margin-top:5px;
  color:rgba(255,255,255,.60);
  font-size:12px;
}
.aosm-showtimes .aosm-row-badge,
.aosm-showtimes .aosm-mini-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(201,164,74,.34);
  background:rgba(201,164,74,.11);
  color:var(--aosm-gold2);
  border-radius:999px;
  font-size:9px;
  line-height:1;
  font-weight:900;
  letter-spacing:.10em;
  text-transform:uppercase;
  white-space:nowrap;
}
.aosm-showtimes .aosm-row-badge{padding:7px 9px}
.aosm-showtimes .aosm-mini-badge{padding:5px 7px}
.aosm-showtimes .aosm-performance-list{
  display:flex;
  flex-direction:column;
  gap:8px;
}
.aosm-showtimes .aosm-performance-line{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  min-height:62px;
  padding:11px 12px 11px 14px;
  border:1px solid rgba(255,255,255,.085);
  border-radius:13px;
  background:rgba(255,255,255,.025);
}
.aosm-showtimes .aosm-performance-line.is-special{
  border-color:rgba(201,164,74,.21);
  background:rgba(201,164,74,.035);
}
.aosm-showtimes .aosm-performance-copy{min-width:0}
.aosm-showtimes .aosm-performance-time-row{
  display:flex;
  align-items:center;
  gap:9px;
  flex-wrap:wrap;
}
.aosm-showtimes .aosm-performance-time-row strong{
  color:#fff;
  font-size:18px;
  line-height:1;
  font-weight:900;
}
.aosm-showtimes .aosm-performance-copy small{
  display:block;
  margin-top:5px;
  color:rgba(255,255,255,.58);
  font-size:11px;
  line-height:1.25;
}
.aosm-showtimes .aosm-performance-label{
  margin-top:5px;
  color:var(--aosm-gold2);
  font-size:11px;
  font-weight:700;
}
.aosm-showtimes .aosm-performance-action{flex:0 0 auto}
.aosm-showtimes .aosm-row-ticket{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:118px;
  min-height:40px;
  padding:10px 14px;
  border:1px solid rgba(201,164,74,.72);
  border-radius:999px;
  background:linear-gradient(180deg,var(--aosm-gold2),var(--aosm-gold));
  color:#090909;
  text-decoration:none;
  font-size:11px;
  line-height:1;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
  box-shadow:0 10px 28px rgba(0,0,0,.22);
  transition:transform .15s ease, filter .15s ease, border-color .15s ease, background .15s ease;
}
.aosm-showtimes .aosm-row-ticket:hover{border-color:rgba(230,208,138,.92);background:linear-gradient(180deg,#f1dda1,var(--aosm-gold));transform:translateY(-1px);filter:brightness(1.03)}
.aosm-showtimes .aosm-row-ticket.is-disabled{
  background:#252525;
  color:rgba(255,255,255,.72);
  cursor:default;
}
.aosm-showtimes .aosm-row-ticket.is-sold-out{background:#252525;color:#f2d58b;border:1px solid rgba(201,164,74,.22);box-shadow:none}
.aosm-showtimes .aosm-row-ticket.is-cancelled{background:#351919;color:#ffb2b2;border:1px solid rgba(255,90,90,.20);box-shadow:none}

/* Calendar modal */
.aosm-calendar-modal{
  position:fixed;
  inset:0;
  display:none;
  z-index:99999;
}
.aosm-calendar-modal.is-open{display:block}
.aosm-calendar-backdrop{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.72);
  backdrop-filter:blur(9px);
}
.aosm-calendar-panel{
  position:relative;
  width:min(930px,92vw);
  max-height:88vh;
  overflow:auto;
  margin:5vh auto;
  padding:20px;
  border:1px solid rgba(201,164,74,.26);
  border-radius:22px;
  background:rgba(8,8,8,.97);
  box-shadow:0 30px 100px rgba(0,0,0,.72);
  color:#fff;
}
.aosm-calendar-top{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:20px;
  padding:2px 2px 14px;
}
.aosm-calendar-kicker{
  color:var(--aosm-gold2);
  font-size:10px;
  font-weight:900;
  letter-spacing:.13em;
  text-transform:uppercase;
}
.aosm-calendar-top h3{
  margin:5px 0 0;
  color:#fff;
  font-size:24px;
  line-height:1.1;
}
.aosm-calendar-close{
  width:36px;
  height:36px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.05);
  color:#fff;
  font-size:22px;
  line-height:1;
  cursor:pointer;
}
.aosm-calendar-toolbar{
  display:grid;
  grid-template-columns:auto 1fr auto;
  gap:12px;
  align-items:center;
  padding:8px 2px 14px;
}
.aosm-calendar-month-label{
  text-align:center;
  font-size:16px;
  font-weight:900;
}
.aosm-cal-nav{
  min-width:74px;
  padding:10px 13px;
  border-radius:999px;
  border:1px solid rgba(201,164,74,.72);
  background:linear-gradient(180deg,var(--aosm-gold2),var(--aosm-gold));
  color:#090909;
  box-shadow:0 10px 28px rgba(0,0,0,.22);
  font-size:10px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
  cursor:pointer;
}
.aosm-cal-nav:hover:not(:disabled){transform:translateY(-1px);filter:brightness(1.03)}
.aosm-cal-nav:disabled{opacity:.28;cursor:not-allowed;filter:grayscale(.45)}
.aosm-calendar-weekdays,
.aosm-calendar-month{
  display:grid;
  grid-template-columns:repeat(7,minmax(0,1fr));
  gap:8px;
}
.aosm-calendar-weekdays{
  margin-bottom:8px;
}
.aosm-calendar-weekdays>div{
  padding:8px 4px;
  color:rgba(255,255,255,.52);
  text-align:center;
  font-size:10px;
  font-weight:900;
  letter-spacing:.09em;
  text-transform:uppercase;
  border-bottom:1px solid rgba(255,255,255,.08);
}
.aosm-cal-cell{
  appearance:none;
  min-height:92px;
  padding:10px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:13px;
  background:rgba(255,255,255,.025);
  color:#fff;
  text-align:left;
  font:inherit;
}
button.aosm-cal-cell{cursor:pointer}
button.aosm-cal-cell:hover{
  border-color:rgba(201,164,74,.48);
  background:rgba(201,164,74,.08);
}
.aosm-cal-cell.is-out{opacity:.18}
.aosm-cal-cell.is-past{opacity:.28}
.aosm-cal-cell.is-show{
  border-color:rgba(201,164,74,.26);
  background:linear-gradient(180deg,rgba(201,164,74,.09),rgba(255,255,255,.025));
}
.aosm-cal-num{
  display:block;
  font-size:14px;
  font-weight:900;
}
.aosm-cal-count{
  display:inline-block;
  margin-top:9px;
  padding:4px 6px;
  border-radius:999px;
  background:rgba(255,255,255,.08);
  color:var(--aosm-gold2);
  font-size:8px;
  line-height:1;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.aosm-cal-times{
  display:block;
  margin-top:6px;
  color:rgba(255,255,255,.68);
  font-size:10px;
  line-height:1.35;
}
.aosm-calendar-foot{
  padding:14px 2px 0;
  color:rgba(255,255,255,.54);
  font-size:12px;
}
body.aosm-calendar-lock{overflow:hidden}

@media(max-width:760px){
  .aosm-showtimes .aosm-schedule-panel{padding:22px 16px;border-radius:18px}
  .aosm-showtimes .aosm-section-head{align-items:flex-start;flex-direction:column}
  .aosm-showtimes .aosm-section-head h2{font-size:34px}
  .aosm-calendar-open{width:100%}
  .aosm-showtimes .aosm-info-strip{grid-template-columns:1fr !important}
  .aosm-showtimes .aosm-summary-item{border-right:0;border-bottom:1px solid rgba(255,255,255,.08)}
  .aosm-showtimes .aosm-summary-item:last-child{border-bottom:0}
  .aosm-showtimes .aosm-month-nav{grid-template-columns:1fr 1fr}
  .aosm-showtimes .aosm-month-select-wrap{grid-column:1/-1;grid-row:1}
  .aosm-showtimes .aosm-front-nav{width:100%}
  .aosm-showtimes .aosm-show-row{gap:14px;padding:16px}
  .aosm-showtimes .aosm-date-block{width:72px;flex-basis:72px;padding-right:14px}
  .aosm-showtimes .aosm-day{font-size:34px}
  .aosm-showtimes .aosm-row-heading{flex-direction:column;gap:8px}
  .aosm-showtimes .aosm-performance-line{align-items:flex-start;flex-direction:column;gap:10px}
  .aosm-showtimes .aosm-performance-action{width:100%}
  .aosm-showtimes .aosm-row-ticket{width:100%}
  .aosm-calendar-panel{width:min(96vw,930px);padding:14px;margin:3vh auto}
  .aosm-calendar-weekdays,.aosm-calendar-month{gap:5px}
  .aosm-cal-cell{min-height:58px;padding:7px}
  .aosm-cal-count,.aosm-cal-times{display:none}
}

/* ===== v1.0.16 CALENDAR TICKET CONFIRMATION ===== */
.aosm-calendar-ticket-modal .aosm-ticket-modal-panel{width:min(470px,94vw)}
.aosm-ticket-modal-back{
  display:inline-flex;
  align-items:center;
  gap:6px;
  margin:0 0 16px;
  padding:0;
  border:0;
  background:transparent;
  color:rgba(255,255,255,.64);
  font-size:11px;
  font-weight:800;
  letter-spacing:.05em;
  cursor:pointer;
}
.aosm-ticket-modal-back:hover{color:var(--aosm-gold2)}

/* ===== v1.0.17 STREAMLINED FULL SCHEDULE ===== */
.aosm-showtimes .aosm-show-row{
  gap:18px;
  align-items:stretch;
  margin-bottom:12px;
  padding:15px 16px;
  border-radius:16px;
  background:linear-gradient(180deg,rgba(255,255,255,.046),rgba(255,255,255,.018));
  box-shadow:0 10px 30px rgba(0,0,0,.18);
}
.aosm-showtimes .aosm-show-row::before{
  opacity:.5;
  background:linear-gradient(115deg,rgba(201,164,74,.055),transparent 36%);
}
.aosm-showtimes .aosm-date-block{
  width:90px;
  flex-basis:90px;
  padding:2px 18px 2px 0;
}
.aosm-showtimes .aosm-day{
  font-size:40px;
}
.aosm-showtimes .aosm-card-details{
  display:flex;
  align-items:center;
}
.aosm-showtimes .aosm-performance-list{
  width:100%;
  gap:7px;
}
.aosm-showtimes .aosm-performance-list.has-single .aosm-performance-line{
  min-height:58px;
}
.aosm-showtimes .aosm-performance-line{
  min-height:56px;
  padding:9px 10px 9px 14px;
  border-color:rgba(255,255,255,.075);
  background:rgba(255,255,255,.018);
  border-radius:12px;
}
.aosm-showtimes .aosm-performance-time-row strong{
  font-size:19px;
}
.aosm-showtimes .aosm-performance-copy small{
  margin-top:4px;
  font-size:11px;
}
.aosm-showtimes .aosm-row-ticket{
  min-width:112px;
  min-height:38px;
  border-radius:9px;
}

/* Cleaner calendar: calendar answers WHEN, ticket modal answers WHICH TIME. */
.aosm-calendar-panel{
  width:min(860px,92vw);
}
.aosm-cal-cell{
  min-height:76px;
  padding:10px;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
}
.aosm-cal-cell.is-show{
  background:linear-gradient(180deg,rgba(201,164,74,.085),rgba(255,255,255,.018));
}
.aosm-cal-primary-time{
  display:inline-block;
  margin-top:auto;
  padding-top:8px;
  color:rgba(255,255,255,.78);
  font-size:10px;
  line-height:1.2;
  font-weight:700;
}
.aosm-cal-count{
  margin-top:auto;
  align-self:flex-start;
  padding:5px 7px;
  background:rgba(201,164,74,.11);
  border:1px solid rgba(201,164,74,.18);
}
.aosm-cal-times{display:none !important}

/* Make the ticket choice feel like one confident, tappable action. */
.aosm-calendar-ticket-modal .aosm-picker-option{
  transition:border-color .15s ease,background .15s ease,transform .15s ease;
}
.aosm-calendar-ticket-modal a.aosm-picker-option:hover{
  border-color:rgba(201,164,74,.42);
  background:rgba(201,164,74,.075);
  transform:translateY(-1px);
}
.aosm-calendar-ticket-modal .aosm-picker-option>span:last-child{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:32px;
  padding:8px 11px;
  border-radius:8px;
  background:rgba(201,164,74,.12);
  border:1px solid rgba(201,164,74,.20);
  color:var(--aosm-gold2);
  font-size:10px;
  font-weight:900;
  letter-spacing:.04em;
  text-transform:uppercase;
}

@media(max-width:760px){
  .aosm-showtimes .aosm-show-row{gap:12px;padding:14px}
  .aosm-showtimes .aosm-date-block{width:68px;flex-basis:68px;padding-right:12px}
  .aosm-showtimes .aosm-day{font-size:32px}
  .aosm-showtimes .aosm-performance-line{align-items:stretch;gap:9px}
  .aosm-calendar-panel{width:min(96vw,860px)}
  .aosm-cal-cell{min-height:54px;padding:7px}
  .aosm-cal-primary-time{display:none}
  .aosm-cal-count{display:none}
}

/* ===== v1.0.18 MONTH VISIBILITY FIX =====
 * Author display rules for month grids can override the browser's native
 * [hidden] treatment in some themes/builders. Keep exactly one month visible.
 */
.aosm-showtimes .aosm-month-panel[hidden],
.aosm-showtimes .aosm-calendar-month[hidden]{
  display:none !important;
}


/* ===== v1.0.25 PREMIUM SHOWTIMES POLISH ===== */
.aosm-showtimes{
  --aosm-panel-glow:0 0 0 1px rgba(201,164,74,.14),0 24px 80px rgba(0,0,0,.30),0 0 36px rgba(201,164,74,.06);
}
.aosm-showtimes .aosm-schedule-panel{
  border-color:rgba(201,164,74,.20);
  box-shadow:var(--aosm-panel-glow);
  background:
    radial-gradient(circle at top right, rgba(201,164,74,.11), transparent 26%),
    linear-gradient(180deg, rgba(8,8,8,.98), rgba(4,4,4,.97));
}
.aosm-showtimes .aosm-section-head{
  margin-bottom:18px;
}
.aosm-showtimes .aosm-section-head h2{
  text-shadow:0 2px 18px rgba(201,164,74,.15);
}
.aosm-calendar-open,
.aosm-showtimes .aosm-front-nav,
.aosm-cal-nav,
.aosm-showtimes .aosm-row-ticket,
.aosm-calendar-ticket-modal .aosm-picker-option > span:last-child{
  box-shadow:0 12px 30px rgba(0,0,0,.26), 0 0 0 1px rgba(255,255,255,.08) inset;
}
.aosm-calendar-open:hover,
.aosm-showtimes .aosm-front-nav:hover:not(:disabled),
.aosm-cal-nav:hover:not(:disabled),
.aosm-showtimes .aosm-row-ticket:hover,
.aosm-calendar-ticket-modal a.aosm-picker-option:hover > span:last-child,
.aosm-picker-option:hover span{
  box-shadow:0 14px 34px rgba(0,0,0,.30), 0 0 20px rgba(230,208,138,.18), 0 0 0 1px rgba(255,255,255,.14) inset;
}
.aosm-showtimes .aosm-month-nav{
  margin:18px 0 22px;
}
.aosm-showtimes .aosm-front-month{
  background:linear-gradient(180deg, rgba(22,22,22,.96), rgba(13,13,13,.98));
  border-color:rgba(255,255,255,.10);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.03), 0 12px 34px rgba(0,0,0,.18);
}
.aosm-showtimes .aosm-show-row{
  padding:14px 16px;
  border:1px solid rgba(201,164,74,.28);
  border-radius:18px;
  background:
    radial-gradient(circle at left center, rgba(201,164,74,.08), transparent 22%),
    linear-gradient(90deg, rgba(255,255,255,.04), rgba(255,255,255,.015));
  box-shadow:0 14px 34px rgba(0,0,0,.22), inset 0 1px 0 rgba(255,255,255,.04);
}
.aosm-showtimes .aosm-show-row::before{
  opacity:.92;
  background:
    radial-gradient(circle at 8% 22%, rgba(230,208,138,.22), transparent 9%),
    linear-gradient(100deg, rgba(201,164,74,.14), transparent 24%, transparent 66%, rgba(201,164,74,.08) 88%, transparent 100%);
}
.aosm-showtimes .aosm-show-row:hover{
  border-color:rgba(230,208,138,.44);
  box-shadow:0 18px 40px rgba(0,0,0,.28), 0 0 22px rgba(201,164,74,.10), inset 0 1px 0 rgba(255,255,255,.05);
}
.aosm-showtimes .aosm-date-block{
  width:94px;
  flex-basis:94px;
  padding:4px 18px 4px 2px;
}
.aosm-showtimes .aosm-mon,
.aosm-showtimes .aosm-dow{
  color:rgba(230,208,138,.84);
}
.aosm-showtimes .aosm-day{
  color:var(--aosm-gold2);
  text-shadow:0 4px 18px rgba(201,164,74,.18);
}
.aosm-showtimes .aosm-card-details{
  align-items:stretch;
}
.aosm-showtimes .aosm-performance-list{
  gap:10px;
}
.aosm-showtimes .aosm-performance-line{
  position:relative;
  min-height:66px;
  padding:12px 12px 12px 16px;
  border-color:rgba(255,255,255,.09);
  border-radius:14px;
  background:
    radial-gradient(circle at right center, rgba(201,164,74,.09), transparent 22%),
    linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.018));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.035);
}
.aosm-showtimes .aosm-performance-line::before{
  content:"";
  position:absolute;
  left:0;
  top:12px;
  bottom:12px;
  width:1px;
  background:linear-gradient(180deg, transparent, rgba(201,164,74,.65), transparent);
}
.aosm-showtimes .aosm-performance-list.has-single .aosm-performance-line{
  min-height:72px;
}
.aosm-showtimes .aosm-performance-copy{
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.aosm-showtimes .aosm-performance-time-row strong{
  font-size:20px;
  letter-spacing:.01em;
}
.aosm-showtimes .aosm-performance-copy small{
  margin-top:6px;
  color:rgba(255,255,255,.72);
  font-size:12px;
}
.aosm-showtimes .aosm-performance-copy small::before{
  content:"◷ ";
  color:var(--aosm-gold2);
}
.aosm-showtimes .aosm-performance-label{
  margin-top:6px;
  font-size:10px;
  letter-spacing:.10em;
  text-transform:uppercase;
}
.aosm-showtimes .aosm-row-ticket{
  min-width:144px;
  min-height:46px;
  padding:12px 18px;
  border-radius:12px;
  font-size:12px;
  letter-spacing:.07em;
  position:relative;
}
.aosm-showtimes .aosm-row-ticket::after{
  content:"›";
  font-size:18px;
  line-height:1;
  margin-left:10px;
}
.aosm-showtimes .aosm-row-ticket.is-disabled::after{display:none}
.aosm-showtimes .aosm-performance-list.has-multiple .aosm-performance-line{
  min-height:62px;
}
.aosm-showtimes .aosm-performance-list.has-multiple .aosm-performance-time-row strong{
  font-size:18px;
}
.aosm-showtimes .aosm-performance-list.has-multiple .aosm-row-ticket{
  min-width:134px;
}
.aosm-calendar-panel{
  border-color:rgba(201,164,74,.32);
  background:
    radial-gradient(circle at top right, rgba(201,164,74,.10), transparent 22%),
    linear-gradient(180deg, rgba(8,8,8,.985), rgba(5,5,5,.98));
}
.aosm-calendar-month-label{
  font-size:22px;
  letter-spacing:.01em;
}
.aosm-cal-cell{
  min-height:82px;
  border-radius:14px;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.025);
}
.aosm-cal-cell.is-show{
  border-color:rgba(201,164,74,.34);
  background:
    radial-gradient(circle at top right, rgba(201,164,74,.10), transparent 20%),
    linear-gradient(180deg, rgba(201,164,74,.10), rgba(255,255,255,.02));
}
.aosm-cal-cell.is-show:hover{
  box-shadow:0 10px 24px rgba(0,0,0,.20), inset 0 1px 0 rgba(255,255,255,.03);
}
.aosm-cal-count,
.aosm-cal-primary-time{
  position:relative;
  z-index:1;
}
.aosm-ticket-modal-panel{
  border-color:rgba(201,164,74,.34);
  background:
    radial-gradient(circle at top right, rgba(201,164,74,.09), transparent 24%),
    linear-gradient(180deg,#111,#060606);
}
.aosm-picker-option{
  border-color:rgba(255,255,255,.11);
  border-radius:14px;
  background:
    radial-gradient(circle at right center, rgba(201,164,74,.08), transparent 22%),
    rgba(255,255,255,.04);
}
.aosm-picker-option strong{
  font-size:19px;
}
.aosm-calendar-ticket-modal .aosm-picker-option > span:last-child,
.aosm-picker-option span{
  min-height:38px;
  padding:10px 14px;
  border-radius:10px;
}
@media(max-width:760px){
  .aosm-showtimes .aosm-show-row{
    padding:14px;
  }
  .aosm-showtimes .aosm-date-block{
    width:72px;
    flex-basis:72px;
    padding-right:12px;
  }
  .aosm-showtimes .aosm-day{
    font-size:34px;
  }
  .aosm-showtimes .aosm-performance-line,
  .aosm-showtimes .aosm-performance-list.has-single .aosm-performance-line{
    min-height:auto;
    padding:12px 12px 12px 14px;
  }
  .aosm-showtimes .aosm-row-ticket,
  .aosm-showtimes .aosm-performance-list.has-multiple .aosm-row-ticket{
    width:100%;
    min-width:0;
  }
  .aosm-calendar-month-label{
    font-size:18px;
  }
}


/* ===== v1.0.26 FULL SCHEDULE REFINEMENT =====
 * UI-only refinement. No schedule, calendar, ticket, FriendlySky, or status logic changed.
 * Goal: less muddy gold, more black luxury, tighter hierarchy, closer to the approved mockup.
 */

/* Pull the full schedule back toward black/charcoal. */
.aosm-showtimes .aosm-schedule-panel{
  background:
    radial-gradient(circle at 92% 7%, rgba(201,164,74,.055), transparent 22%),
    linear-gradient(180deg, rgba(5,5,5,.985), rgba(2,2,2,.985));
  border-color:rgba(201,164,74,.16);
  box-shadow:0 22px 72px rgba(0,0,0,.34), inset 0 1px 0 rgba(255,255,255,.025);
}

/* Shared info stays useful but should not compete with the dates. */
.aosm-showtimes .aosm-info-strip{
  margin-bottom:16px;
  border-color:rgba(201,164,74,.15);
  background:linear-gradient(180deg, rgba(201,164,74,.035), rgba(255,255,255,.012));
}
.aosm-showtimes .aosm-summary-item{
  padding-top:10px;
  padding-bottom:10px;
}
.aosm-showtimes .aosm-summary-item strong{
  font-size:12px;
}
.aosm-showtimes .aosm-summary-item.aosm-summary-note strong{
  font-size:13px;
}

/* Tighter month controls with matched heights. */
.aosm-showtimes .aosm-month-nav{
  gap:10px;
  margin:15px 0 20px;
}
.aosm-showtimes .aosm-front-nav{
  min-width:72px;
  min-height:42px;
  padding:10px 15px;
  border-color:rgba(201,164,74,.62);
  box-shadow:0 8px 22px rgba(0,0,0,.22), inset 0 1px 0 rgba(255,255,255,.15);
}
.aosm-showtimes .aosm-month-select-wrap{
  max-width:340px;
}
.aosm-showtimes .aosm-front-month{
  min-height:42px;
  height:42px;
  background:linear-gradient(180deg, rgba(20,20,20,.98), rgba(12,12,12,.99));
  border-color:rgba(255,255,255,.085);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.025), 0 8px 22px rgba(0,0,0,.14);
}

/* Main date row. Dark first, gold only as an accent. */
.aosm-showtimes .aosm-show-row{
  gap:0;
  min-height:94px;
  margin-bottom:12px;
  padding:0;
  border:1px solid rgba(201,164,74,.26);
  border-radius:16px;
  background:linear-gradient(180deg, rgba(13,13,13,.98), rgba(6,6,6,.99));
  box-shadow:0 12px 30px rgba(0,0,0,.24), inset 0 1px 0 rgba(255,255,255,.025);
  overflow:hidden;
}
.aosm-showtimes .aosm-show-row::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  opacity:1;
  background:
    linear-gradient(90deg, transparent 0 10%, rgba(201,164,74,.025) 18%, transparent 34%),
    linear-gradient(100deg, transparent 0 66%, rgba(201,164,74,.045) 84%, transparent 100%);
}
.aosm-showtimes .aosm-show-row::after{
  content:"";
  position:absolute;
  left:14%;
  right:12%;
  top:0;
  height:1px;
  background:linear-gradient(90deg, transparent, rgba(230,208,138,.46), transparent);
  opacity:.55;
  pointer-events:none;
}
.aosm-showtimes .aosm-show-row:hover{
  border-color:rgba(230,208,138,.36);
  transform:translateY(-1px);
  box-shadow:0 16px 36px rgba(0,0,0,.29), 0 0 18px rgba(201,164,74,.045), inset 0 1px 0 rgba(255,255,255,.03);
}

/* Date panel gets the visual anchor, without the brown wash across the entire row. */
.aosm-showtimes .aosm-date-block{
  width:118px;
  flex:0 0 118px;
  min-height:94px;
  padding:13px 18px 12px;
  border-right:1px solid rgba(201,164,74,.20);
  background:
    radial-gradient(circle at 38% 48%, rgba(201,164,74,.20), rgba(201,164,74,.06) 40%, transparent 72%);
}
.aosm-showtimes .aosm-mon{
  color:rgba(230,208,138,.78);
  font-size:10px;
  letter-spacing:.19em;
}
.aosm-showtimes .aosm-day{
  margin:4px 0 3px;
  color:#fff;
  font-size:39px;
  line-height:.92;
  text-shadow:0 5px 18px rgba(201,164,74,.10);
}
.aosm-showtimes .aosm-dow{
  color:rgba(230,208,138,.68);
  font-size:10px;
  letter-spacing:.17em;
}

/* Let the performance area feel like the purposeful center panel from the mockup. */
.aosm-showtimes .aosm-card-details{
  display:flex;
  align-items:stretch;
  padding:12px 14px;
}
.aosm-showtimes .aosm-performance-list{
  width:100%;
  gap:8px;
}
.aosm-showtimes .aosm-performance-line,
.aosm-showtimes .aosm-performance-list.has-single .aosm-performance-line{
  min-height:68px;
  padding:11px 10px 11px 18px;
  border:1px solid rgba(255,255,255,.075);
  border-radius:12px;
  background:
    linear-gradient(90deg, rgba(255,255,255,.024), rgba(255,255,255,.012) 66%, rgba(201,164,74,.032));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.022);
}
.aosm-showtimes .aosm-performance-line::before{
  left:0;
  top:13px;
  bottom:13px;
  width:2px;
  background:linear-gradient(180deg, transparent, rgba(230,208,138,.58), transparent);
  box-shadow:0 0 12px rgba(201,164,74,.13);
}
.aosm-showtimes .aosm-performance-copy{
  min-width:150px;
}
.aosm-showtimes .aosm-performance-time-row strong{
  color:#fff;
  font-size:21px;
  line-height:1.05;
  font-weight:900;
  letter-spacing:-.015em;
}
.aosm-showtimes .aosm-performance-copy small{
  margin-top:6px;
  color:rgba(255,255,255,.64);
  font-size:11px;
  line-height:1.2;
}
.aosm-showtimes .aosm-performance-copy small::before{
  content:"";
}

/* CTA: wider, shorter, integrated. */
.aosm-showtimes .aosm-performance-action{
  display:flex;
  align-items:center;
}
.aosm-showtimes .aosm-row-ticket{
  min-width:148px;
  min-height:42px;
  padding:10px 18px;
  border-radius:10px;
  border-color:rgba(201,164,74,.78);
  background:linear-gradient(180deg, #edd58e, #c9a44a);
  box-shadow:0 8px 20px rgba(0,0,0,.22), inset 0 1px 0 rgba(255,255,255,.34);
  font-size:11px;
  letter-spacing:.075em;
}
.aosm-showtimes .aosm-row-ticket::after{
  margin-left:9px;
  font-size:17px;
}
.aosm-showtimes .aosm-row-ticket:hover{
  background:linear-gradient(180deg, #f3dfa5, #d1ad50);
  box-shadow:0 10px 24px rgba(0,0,0,.25), 0 0 14px rgba(201,164,74,.10), inset 0 1px 0 rgba(255,255,255,.42);
}

/* Multiple showtimes remain grouped, but use compact internal rows. */
.aosm-showtimes .aosm-performance-list.has-multiple .aosm-performance-line{
  min-height:58px;
  padding-top:9px;
  padding-bottom:9px;
}
.aosm-showtimes .aosm-performance-list.has-multiple .aosm-performance-time-row strong{
  font-size:18px;
}
.aosm-showtimes .aosm-performance-list.has-multiple .aosm-row-ticket{
  min-width:138px;
  min-height:38px;
}

/* Calendar modal stays functional, just dial back the extra gold. */
.aosm-calendar-panel{
  border-color:rgba(201,164,74,.24);
  background:linear-gradient(180deg, rgba(8,8,8,.99), rgba(4,4,4,.99));
  box-shadow:0 28px 90px rgba(0,0,0,.74), inset 0 1px 0 rgba(255,255,255,.02);
}
.aosm-cal-cell.is-show{
  border-color:rgba(201,164,74,.28);
  background:linear-gradient(180deg, rgba(201,164,74,.06), rgba(255,255,255,.015));
}
.aosm-cal-cell.is-show:hover{
  border-color:rgba(230,208,138,.42);
  background:linear-gradient(180deg, rgba(201,164,74,.095), rgba(255,255,255,.02));
}

/* Ticket selection modal receives the same black-first treatment. */
.aosm-ticket-modal-panel{
  background:linear-gradient(180deg, rgba(14,14,14,.995), rgba(5,5,5,.995));
  border-color:rgba(201,164,74,.28);
}
.aosm-picker-option{
  background:linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,.018));
  border-color:rgba(255,255,255,.10);
}
.aosm-picker-option:hover{
  background:linear-gradient(180deg, rgba(201,164,74,.07), rgba(255,255,255,.02));
  border-color:rgba(201,164,74,.38);
}

@media(max-width:760px){
  .aosm-showtimes .aosm-show-row{
    min-height:0;
  }
  .aosm-showtimes .aosm-date-block{
    width:82px;
    flex-basis:82px;
    min-height:0;
    padding:13px 12px;
  }
  .aosm-showtimes .aosm-day{
    font-size:34px;
  }
  .aosm-showtimes .aosm-card-details{
    padding:10px;
  }
  .aosm-showtimes .aosm-performance-line,
  .aosm-showtimes .aosm-performance-list.has-single .aosm-performance-line{
    min-height:0;
    padding:11px 11px 11px 14px;
  }
  .aosm-showtimes .aosm-performance-copy{
    min-width:0;
  }
  .aosm-showtimes .aosm-row-ticket,
  .aosm-showtimes .aosm-performance-list.has-multiple .aosm-row-ticket{
    width:100%;
    min-width:0;
  }
}


/* ===== v1.0.27 MOCKUP-MATCH SHOWTIMES PASS =====
 * UI only. No schedule, calendar, status, or ticket-routing logic changed.
 * Target: darker single-layer rows, brighter precision gold, stronger hierarchy.
 */

/* Page/panel treatment */
.aosm-showtimes .aosm-schedule-panel{
  border:1px solid rgba(201,164,74,.32);
  background:
    radial-gradient(ellipse at 82% 0%, rgba(201,164,74,.055), transparent 28%),
    linear-gradient(180deg,rgba(5,5,5,.992),rgba(2,2,2,.992));
  box-shadow:0 26px 80px rgba(0,0,0,.40),0 0 28px rgba(201,164,74,.045),inset 0 1px 0 rgba(255,255,255,.025);
}
.aosm-showtimes .aosm-section-head h2{
  font-family:Georgia,"Times New Roman",serif;
  font-size:46px;
  line-height:.98;
  font-weight:700;
  letter-spacing:-.025em;
  text-transform:none;
  color:#d6b34f;
  text-shadow:0 2px 18px rgba(201,164,74,.16);
}
.aosm-showtimes .aosm-section-head p{
  margin-top:7px;
  color:rgba(255,255,255,.94);
  font-size:15px;
  font-weight:700;
}
.aosm-showtimes .aosm-summary-venue{
  margin-top:4px;
  color:rgba(255,255,255,.62);
  font-size:13px;
}
.aosm-showtimes .aosm-info-strip{
  border-color:rgba(201,164,74,.34);
  border-radius:13px;
  background:linear-gradient(180deg,rgba(201,164,74,.035),rgba(255,255,255,.01));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.018);
}
.aosm-showtimes .aosm-summary-item span{
  color:#dfc36f;
}
.aosm-showtimes .aosm-summary-item.aosm-summary-note strong{
  color:#e3c76f;
}

/* Month control row */
.aosm-showtimes .aosm-month-nav{
  margin:16px 0 18px;
  gap:14px;
}
.aosm-showtimes .aosm-front-nav{
  min-width:78px;
  min-height:40px;
  border-radius:999px;
  border-color:rgba(201,164,74,.70);
  background:linear-gradient(180deg,#e4cb82,#c5a044);
  color:#101010;
  box-shadow:0 8px 20px rgba(0,0,0,.24),inset 0 1px 0 rgba(255,255,255,.34);
}
.aosm-showtimes .aosm-front-month{
  min-height:40px;
  height:40px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.16);
  background:linear-gradient(180deg,rgba(22,22,22,.99),rgba(11,11,11,.99));
  color:#fff;
  font-size:15px;
  font-weight:700;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.035),0 8px 18px rgba(0,0,0,.16);
}
.aosm-showtimes .aosm-month-select-wrap{max-width:330px}

/* Main show row: one premium surface, not a card inside a card. */
.aosm-showtimes .aosm-show-row{
  position:relative;
  min-height:82px;
  margin-bottom:9px;
  padding:0;
  gap:0;
  border:1px solid rgba(201,164,74,.52);
  border-radius:14px;
  background:
    radial-gradient(ellipse at 5% 28%, rgba(239,214,132,.085), transparent 16%),
    radial-gradient(ellipse at 92% 115%, rgba(201,164,74,.075), transparent 26%),
    linear-gradient(180deg,rgba(10,10,10,.995),rgba(4,4,4,.995));
  box-shadow:0 11px 25px rgba(0,0,0,.26),0 0 12px rgba(201,164,74,.055),inset 0 1px 0 rgba(255,255,255,.025);
  overflow:hidden;
  transform:none;
}
.aosm-showtimes .aosm-show-row:hover{
  border-color:rgba(232,203,112,.72);
  transform:translateY(-1px);
  box-shadow:0 14px 30px rgba(0,0,0,.30),0 0 18px rgba(201,164,74,.10),inset 0 1px 0 rgba(255,255,255,.035);
}

/* Fine top edge shimmer. */
.aosm-showtimes .aosm-show-row::before{
  content:"";
  position:absolute;
  z-index:0;
  left:0;
  right:0;
  top:0;
  height:1px;
  opacity:1;
  pointer-events:none;
  background:linear-gradient(90deg,rgba(255,233,162,.95),rgba(201,164,74,.28) 17%,transparent 45%,transparent 78%,rgba(201,164,74,.30),rgba(255,233,162,.76));
}

/* Curved gold sweep through the right half, matching the concept art. */
.aosm-showtimes .aosm-show-row::after{
  content:"";
  position:absolute;
  z-index:0;
  width:60%;
  height:130%;
  right:11%;
  bottom:-118%;
  border-top:1px solid rgba(201,164,74,.30);
  border-radius:50% 50% 0 0;
  transform:rotate(-4deg);
  filter:drop-shadow(0 -1px 4px rgba(201,164,74,.10));
  pointer-events:none;
}

/* Strong but clean date block. */
.aosm-showtimes .aosm-date-block{
  position:relative;
  z-index:1;
  width:116px;
  flex:0 0 116px;
  min-height:82px;
  padding:10px 16px 9px;
  border-right:1px solid rgba(201,164,74,.34);
  background:radial-gradient(circle at 13% 17%,rgba(230,208,138,.13),rgba(201,164,74,.035) 34%,transparent 68%);
}
.aosm-showtimes .aosm-mon{
  color:#dcc06a;
  font-size:10px;
  font-weight:800;
  letter-spacing:.18em;
}
.aosm-showtimes .aosm-day{
  margin:3px 0 2px;
  color:#fff5d8;
  font-size:36px;
  line-height:.92;
  font-weight:900;
  text-shadow:0 3px 12px rgba(201,164,74,.15);
}
.aosm-showtimes .aosm-dow{
  color:rgba(255,255,255,.80);
  font-size:10px;
  font-weight:700;
  letter-spacing:.16em;
}

/* Performance area: remove the nested-card look for single-show dates. */
.aosm-showtimes .aosm-card-details{
  position:relative;
  z-index:1;
  display:flex;
  align-items:stretch;
  min-width:0;
  padding:0 14px 0 12px;
}
.aosm-showtimes .aosm-performance-list{
  width:100%;
  justify-content:center;
  gap:6px;
}
.aosm-showtimes .aosm-performance-list.has-single .aosm-performance-line{
  min-height:80px;
  padding:10px 0 10px 28px;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
}
.aosm-showtimes .aosm-performance-list.has-single .aosm-performance-line::before{
  left:10px;
  top:18px;
  bottom:18px;
  width:2px;
  background:linear-gradient(180deg,transparent,rgba(231,204,118,.82),transparent);
  box-shadow:0 0 9px rgba(201,164,74,.18);
}
.aosm-showtimes .aosm-performance-copy{
  min-width:170px;
}
.aosm-showtimes .aosm-performance-time-row strong{
  color:#fff;
  font-size:26px;
  line-height:1;
  font-weight:800;
  letter-spacing:-.025em;
}
.aosm-showtimes .aosm-performance-copy small{
  display:flex;
  align-items:center;
  margin-top:7px;
  color:rgba(255,255,255,.76);
  font-size:12px;
  line-height:1.2;
}
/* Tiny CSS-drawn door icon instead of a colored emoji. */
.aosm-showtimes .aosm-performance-copy small::before{
  content:"";
  display:inline-block;
  width:9px;
  height:12px;
  margin-right:7px;
  border:1px solid #d7b654;
  border-radius:1px;
  background:radial-gradient(circle at 72% 52%,#d7b654 0 1px,transparent 1.5px);
  box-sizing:border-box;
  flex:0 0 auto;
}
.aosm-showtimes .aosm-performance-action{
  display:flex;
  align-items:center;
  padding-left:18px;
}
.aosm-showtimes .aosm-row-ticket{
  min-width:180px;
  min-height:44px;
  padding:11px 20px;
  border-radius:11px;
  border:1px solid rgba(218,186,94,.90);
  background:linear-gradient(180deg,#ecd684 0%,#d9b656 52%,#c79d3e 100%);
  color:#0a0a0a;
  font-size:12px;
  font-weight:900;
  letter-spacing:.08em;
  box-shadow:0 7px 16px rgba(0,0,0,.25),inset 0 1px 0 rgba(255,255,255,.52),0 0 9px rgba(201,164,74,.08);
}
.aosm-showtimes .aosm-row-ticket::after{
  margin-left:12px;
  font-size:18px;
}
.aosm-showtimes .aosm-row-ticket:hover{
  border-color:#efd98c;
  background:linear-gradient(180deg,#f3df9a 0%,#e0bf64 52%,#cda546 100%);
  box-shadow:0 9px 20px rgba(0,0,0,.27),inset 0 1px 0 rgba(255,255,255,.58),0 0 15px rgba(201,164,74,.14);
}

/* Multi-show dates keep internal separation, but inherit the same hierarchy. */
.aosm-showtimes .aosm-performance-list.has-multiple{
  padding:8px 0;
}
.aosm-showtimes .aosm-performance-list.has-multiple .aosm-performance-line{
  min-height:58px;
  padding:8px 10px 8px 18px;
  border:1px solid rgba(255,255,255,.075);
  border-radius:10px;
  background:rgba(255,255,255,.018);
  box-shadow:none;
}
.aosm-showtimes .aosm-performance-list.has-multiple .aosm-performance-line::before{
  left:0;
  top:11px;
  bottom:11px;
  width:1px;
  background:linear-gradient(180deg,transparent,rgba(201,164,74,.50),transparent);
}
.aosm-showtimes .aosm-performance-list.has-multiple .aosm-performance-time-row strong{font-size:19px}
.aosm-showtimes .aosm-performance-list.has-multiple .aosm-row-ticket{
  min-width:150px;
  min-height:38px;
}

@media(max-width:760px){
  .aosm-showtimes .aosm-section-head h2{font-size:38px}
  .aosm-showtimes .aosm-show-row{min-height:0}
  .aosm-showtimes .aosm-date-block{
    width:78px;
    flex-basis:78px;
    min-height:0;
    padding:12px 10px;
  }
  .aosm-showtimes .aosm-day{font-size:32px}
  .aosm-showtimes .aosm-card-details{padding:8px 10px}
  .aosm-showtimes .aosm-performance-list.has-single .aosm-performance-line{
    min-height:0;
    padding:9px 0 9px 18px;
    flex-direction:column;
    align-items:stretch;
  }
  .aosm-showtimes .aosm-performance-list.has-single .aosm-performance-line::before{left:3px;top:11px;bottom:11px}
  .aosm-showtimes .aosm-performance-time-row strong{font-size:22px}
  .aosm-showtimes .aosm-performance-copy{min-width:0}
  .aosm-showtimes .aosm-performance-action{width:100%;padding-left:0;padding-top:8px}
  .aosm-showtimes .aosm-row-ticket,
  .aosm-showtimes .aosm-performance-list.has-multiple .aosm-row-ticket{
    width:100%;
    min-width:0;
  }
}


/* ===== v1.0.28 MOCKUP MATCH PASS =====
 * Correct the oversized filled arc from v1.0.27 and move the list closer
 * to the approved black/gold concept without touching schedule behavior.
 */
.aosm-showtimes .aosm-show-row{
  min-height:76px;
  padding:0;
  gap:0;
  border:1px solid rgba(207,169,70,.64);
  border-radius:15px;
  background:
    radial-gradient(circle at 2% 8%,rgba(255,224,135,.09),transparent 13%),
    linear-gradient(180deg,rgba(10,10,10,.995),rgba(5,5,5,.995));
  box-shadow:
    0 11px 26px rgba(0,0,0,.28),
    0 0 10px rgba(201,164,74,.05),
    inset 0 1px 0 rgba(255,255,255,.022);
}
.aosm-showtimes .aosm-show-row:hover{
  border-color:rgba(232,203,112,.78);
  box-shadow:
    0 14px 30px rgba(0,0,0,.31),
    0 0 14px rgba(201,164,74,.09),
    inset 0 1px 0 rgba(255,255,255,.03);
}

/* Keep a hairline highlight along the top edge. */
.aosm-showtimes .aosm-show-row::before{
  height:1px;
  left:1px;
  right:1px;
  top:0;
  background:linear-gradient(90deg,
    rgba(255,232,158,.78),
    rgba(201,164,74,.18) 19%,
    transparent 46%,
    transparent 80%,
    rgba(201,164,74,.20),
    rgba(255,232,158,.58));
}

/* IMPORTANT: explicitly clear old pseudo-element fills. Only a thin gold sweep remains. */
.aosm-showtimes .aosm-show-row::after{
  content:"";
  position:absolute;
  z-index:0;
  left:38%;
  right:16%;
  width:auto;
  height:66px;
  bottom:-43px;
  border:0;
  border-top:1px solid rgba(201,164,74,.22);
  border-radius:50% 50% 0 0;
  background:transparent !important;
  box-shadow:none !important;
  transform:rotate(-4deg);
  filter:drop-shadow(0 -1px 3px rgba(201,164,74,.08));
  pointer-events:none;
  opacity:.88;
}

/* Date column mirrors the approved mockup: dark, narrow, crisp, lightly illuminated. */
.aosm-showtimes .aosm-date-block{
  width:122px;
  flex:0 0 122px;
  min-height:74px;
  padding:9px 16px 8px;
  justify-content:center;
  border-right:1px solid rgba(201,164,74,.35);
  background:
    radial-gradient(circle at 10% 18%,rgba(230,208,138,.12),transparent 34%),
    linear-gradient(90deg,rgba(201,164,74,.025),transparent 76%);
}
.aosm-showtimes .aosm-mon{
  color:#d9b75b;
  font-size:10px;
  font-weight:800;
  letter-spacing:.18em;
}
.aosm-showtimes .aosm-day{
  margin:3px 0 2px;
  color:#fff8e7;
  font-size:35px;
  line-height:.94;
  text-shadow:0 2px 10px rgba(201,164,74,.14);
}
.aosm-showtimes .aosm-dow{
  color:rgba(255,255,255,.78);
  font-size:9px;
  letter-spacing:.17em;
}

/* Main show area is one continuous surface, not a box nested inside a box. */
.aosm-showtimes .aosm-card-details{
  padding:0 12px 0 10px;
  align-items:stretch;
}
.aosm-showtimes .aosm-performance-list.has-single .aosm-performance-line{
  min-height:74px;
  padding:9px 0 9px 30px;
  border:0;
  border-radius:0;
  background:transparent !important;
  box-shadow:none !important;
}
.aosm-showtimes .aosm-performance-list.has-single .aosm-performance-line::before{
  left:9px;
  top:18px;
  bottom:18px;
  width:1px;
  background:linear-gradient(180deg,transparent,rgba(230,208,138,.84),transparent);
  box-shadow:0 0 7px rgba(201,164,74,.14);
}
.aosm-showtimes .aosm-performance-copy{
  min-width:190px;
}
.aosm-showtimes .aosm-performance-time-row strong{
  color:#fff;
  font-size:29px;
  font-weight:800;
  letter-spacing:-.025em;
}
.aosm-showtimes .aosm-performance-copy small{
  margin-top:5px;
  color:rgba(255,255,255,.76);
  font-size:12px;
}
.aosm-showtimes .aosm-performance-copy small::before{
  width:10px;
  height:13px;
  margin-right:8px;
  border-color:#d7b654;
  box-shadow:0 0 6px rgba(201,164,74,.11);
}
.aosm-showtimes .aosm-performance-action{
  padding-left:20px;
  padding-right:2px;
}
.aosm-showtimes .aosm-row-ticket{
  min-width:190px;
  min-height:44px;
  padding:11px 20px;
  border-radius:11px;
  background:linear-gradient(180deg,#efd98d 0%,#ddb95a 55%,#cda344 100%);
  border-color:rgba(232,199,105,.96);
  box-shadow:
    0 8px 17px rgba(0,0,0,.26),
    inset 0 1px 0 rgba(255,255,255,.52),
    0 0 9px rgba(201,164,74,.08);
}
.aosm-showtimes .aosm-row-ticket:hover{
  background:linear-gradient(180deg,#f5e2a2 0%,#e6c469 55%,#d3aa49 100%);
  border-color:#f0d98e;
}

/* Multiple-show dates stay compact but use the same black/gold language. */
.aosm-showtimes .aosm-performance-list.has-multiple{
  padding:8px 0;
}
.aosm-showtimes .aosm-performance-list.has-multiple .aosm-performance-line{
  min-height:54px;
  padding:7px 8px 7px 18px;
  border:1px solid rgba(255,255,255,.07);
  border-radius:9px;
  background:rgba(255,255,255,.014) !important;
}
.aosm-showtimes .aosm-performance-list.has-multiple .aosm-performance-time-row strong{
  font-size:20px;
}
.aosm-showtimes .aosm-performance-list.has-multiple .aosm-row-ticket{
  min-width:160px;
  min-height:38px;
}

/* Slightly closer proportions in the month controls from the concept. */
.aosm-showtimes .aosm-month-nav{
  margin:17px 0 18px;
  gap:12px;
}
.aosm-showtimes .aosm-front-nav{
  min-width:78px;
  min-height:40px;
}
.aosm-showtimes .aosm-month-select-wrap{
  width:min(310px,100%);
}

@media(max-width:760px){
  .aosm-showtimes .aosm-show-row{min-height:0}
  .aosm-showtimes .aosm-date-block{
    width:76px;
    flex-basis:76px;
    min-height:0;
    padding:11px 8px;
  }
  .aosm-showtimes .aosm-day{font-size:31px}
  .aosm-showtimes .aosm-card-details{padding:7px 9px}
  .aosm-showtimes .aosm-performance-list.has-single .aosm-performance-line{
    min-height:0;
    padding:9px 0 9px 18px;
  }
  .aosm-showtimes .aosm-performance-list.has-single .aosm-performance-line::before{
    left:3px;
    top:10px;
    bottom:10px;
  }
  .aosm-showtimes .aosm-performance-copy{min-width:0}
  .aosm-showtimes .aosm-performance-time-row strong{font-size:22px}
  .aosm-showtimes .aosm-performance-action{padding:8px 0 0}
  .aosm-showtimes .aosm-row-ticket,
  .aosm-showtimes .aosm-performance-list.has-multiple .aosm-row-ticket{
    width:100%;
    min-width:0;
  }
  .aosm-showtimes .aosm-show-row::after{
    left:40%;
    right:5%;
    bottom:-48px;
  }
}


/* ===== v1.0.29 SHOW ROW FINISHING PASS =====
 * User-approved refinements: remove decorative sweep, replace the full-height
 * date divider with the shorter accent divider, and darken the date panel.
 */
.aosm-showtimes .aosm-show-row::after{
  content:none !important;
  display:none !important;
}

/* Darker date panel, closer to the approved mockup. */
.aosm-showtimes .aosm-date-block{
  border-right:0 !important;
  background:
    radial-gradient(circle at 16% 24%,rgba(201,164,74,.08),transparent 32%),
    linear-gradient(180deg,rgba(4,4,4,.995),rgba(1,1,1,.995)) !important;
}

/* Use only the shorter gold divider between the date and show time. */
.aosm-showtimes .aosm-performance-list.has-single .aosm-performance-line::before{
  left:8px !important;
  top:20px !important;
  bottom:20px !important;
  width:1px !important;
  background:linear-gradient(180deg,transparent,rgba(230,208,138,.90),transparent) !important;
  box-shadow:0 0 7px rgba(201,164,74,.16) !important;
}

.aosm-showtimes .aosm-performance-list.has-multiple .aosm-performance-line::before{
  left:8px !important;
  top:13px !important;
  bottom:13px !important;
  width:1px !important;
  background:linear-gradient(180deg,transparent,rgba(230,208,138,.82),transparent) !important;
  box-shadow:0 0 6px rgba(201,164,74,.12) !important;
}

@media(max-width:760px){
  .aosm-showtimes .aosm-performance-list.has-single .aosm-performance-line::before{
    left:2px !important;
    top:12px !important;
    bottom:12px !important;
  }
}


/* ===== v1.0.30 DIVIDER POSITION REFINEMENT =====
 * Move the short separator onto the exact join between the dark date panel
 * and the show-information area, and lengthen it slightly.
 */
.aosm-showtimes .aosm-date-block{
  position:relative !important;
  overflow:visible !important;
}

/* Boundary divider: centered on the black/grey connection point. */
.aosm-showtimes .aosm-date-block::after{
  content:"";
  position:absolute;
  z-index:4;
  right:-1px;
  top:50%;
  width:2px;
  height:54px;
  transform:translateY(-50%);
  border-radius:999px;
  background:linear-gradient(180deg,transparent 0%,rgba(230,208,138,.58) 12%,rgba(230,208,138,.94) 50%,rgba(230,208,138,.58) 88%,transparent 100%);
  box-shadow:0 0 7px rgba(201,164,74,.14);
  pointer-events:none;
}

/* Remove the old inset divider from inside the time panel. */
.aosm-showtimes .aosm-performance-list.has-single .aosm-performance-line::before,
.aosm-showtimes .aosm-performance-list.has-multiple .aosm-performance-line::before{
  content:none !important;
  display:none !important;
}

@media(max-width:760px){
  .aosm-showtimes .aosm-date-block::after{
    height:46px;
    width:1px;
  }
}

/* v1.0.31 homepage cleanup */
@media(max-width:600px){
  .aosm-upcoming .aosm-info-strip{gap:8px}
  .aosm-upcoming .aosm-summary-item{width:100%;justify-content:space-between;border-radius:12px}
  .aosm-upcoming .aosm-card-details{min-height:0}
  .aosm-upcoming .aosm-main-ticket-btn{width:100%}
}
