/* All My Events — 1.11.24 front */
:root{ --rcs-font: inherit; --rcs-title-size: 2.2rem; --rcs-body-size: 1rem; }
.rcs-event-container{ display:block; }
.rcs-event-wrap{ display:flex; justify-content:center; }

.rcs-event-wrap{ padding-top: clamp(48px, 6vw, 96px); animation: rcsEventFadeUp .55s ease both; }
.rcs-heading-block{ position:relative; margin:0 0 22px; padding: clamp(22px, 3vw, 34px); border-radius:24px; overflow:hidden; background: linear-gradient(135deg, rgba(255,255,255,.92), rgba(255,255,255,.72)); box-shadow: 0 18px 44px rgba(0,0,0,.08); border:1px solid rgba(255,255,255,.75); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); }
.rcs-heading-block::before{ content:""; position:absolute; inset:0; background: linear-gradient(135deg, rgba(168,85,247,.12), rgba(255,255,255,0) 55%, rgba(236,72,153,.10)); pointer-events:none; }
.rcs-heading-block > *{ position:relative; z-index:1; }
.rcs-title{ margin:0 0 10px; letter-spacing:-.02em; }
.rcs-dates{ margin:0; }
.rcs-instance-note{ margin:0 0 10px; }
@keyframes rcsEventFadeUp{ from{ opacity:0; transform:translateY(14px); } to{ opacity:1; transform:translateY(0); } }
@media (max-width: 768px){ .rcs-event-wrap{ padding-top: clamp(32px, 8vw, 56px); } .rcs-heading-block{ border-radius:20px; padding:20px 18px; } }
.rcs-event-inner{ width:70%; max-width:1100px; }
@media (max-width: 1024px){ .rcs-event-inner{ width:90%; } }
.rcs-title{ font-family: var(--rcs-font); font-size: var(--rcs-title-size); line-height:1.2; margin: 12px 0 6px; }
.rcs-dates{ font-size: .95rem; color:#555; }
.rcs-instance-note{ font-size:.95rem; color:#333; margin:4px 0 2px; }
.rcs-section{ margin: 28px 0; }
.rcs-next-list{ margin:8px 0 0 18px; }
.rcs-next-list li{ margin:2px 0; }
.rcs-cardlist{ display:grid; grid-template-columns: repeat(auto-fill, minmax(280px,1fr)); gap:18px; }
.rcs-card{ background:#fff; border:1px solid #eee; border-radius:14px; overflow:hidden; box-shadow:0 2px 12px rgba(0,0,0,.04); display:flex; flex-direction:column; }
.rcs-card-media{ padding:12px; display:flex; gap:12px; flex-wrap:wrap; justify-content:center; }
.rcs-card-media img{ width:512px; max-width:100%; height:auto; border-radius:12px; border:1px solid #eee; }
.rcs-card-body{ padding:12px 14px 16px; font-size: var(--rcs-body-size); }
.rcs-card-title{ font-size: 1.25rem; margin: 6px 0 8px; }
.rcs-card-meta{ color:#444; margin-bottom:8px; display:flex; gap:10px; align-items:center; flex-wrap:wrap; }
.rcs-price del{ color:#999; margin-right:6px; }
.rcs-price ins{ text-decoration:none; color:#c00; font-weight:600; }
.rcs-soldout{ display:inline-block; background:#333; color:#fff; border-radius:6px; padding:6px 10px; font-size:.9rem; }
.rcs-card-actions .button{ display:inline-block; padding:10px 14px; border:1px solid #ddd; border-radius:8px; text-decoration:none; }
.rcs-hero{ margin: 12px 0 12px; }
.rcs-sponsors-grid{ display:grid; grid-template-columns: repeat(auto-fill, minmax(220px,1fr)); gap:16px; }
.rcs-sponsors-grid img{ width:512px; max-width:100%; height:auto; border-radius:12px; border:1px solid #eee; }
.rcs-link{ font-size:.9rem; font-weight:600; margin-left:8px; }
.rcs-map iframe{ border-radius:12px; }
.rcs-footer{ font-size: .95rem; color:#333; }
.rcs-author{ margin-top:28px; padding-top:16px; border-top:1px solid #eee; }
.rcs-author-inner{ display:flex; gap:12px; align-items:center; }
.author-box, .post-author, .et_post_meta_wrapper .author{ display:none !important; }
.rcs-bottom-spacer{ height:48px; }
/* Luxury event header overrides */
.rcs-title{ margin:0 0 10px; letter-spacing:-.02em; }
.rcs-dates{ margin:0; }
.rcs-instance-note{ margin:0 0 10px; }

.rcs-event-schedule .rcs-schedule-summary{margin:0 0 16px;padding:14px 16px;border-radius:16px;background:linear-gradient(135deg,#fff,#faf3ff);border:1px solid rgba(171,114,214,.16)}
.rcs-showtimes-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px}
.rcs-showtime-card{padding:16px;border-radius:18px;background:#fff;border:1px solid rgba(160,110,200,.14);box-shadow:0 10px 24px rgba(95,41,128,.06)}
.rcs-showtime-card h3{margin:0 0 10px}
.rcs-showtime-card p{margin:0 0 8px}

.rcs-showtimes-toolbar{display:flex;gap:14px;justify-content:space-between;align-items:flex-end;flex-wrap:wrap;margin:0 0 18px}
.rcs-showtime-date-tabs{display:flex;gap:10px;flex-wrap:wrap}
.rcs-showtime-date-tab{appearance:none;border:1px solid rgba(160,110,200,.18);background:#fff;border-radius:999px;padding:10px 14px;font-weight:600;cursor:pointer;box-shadow:0 8px 18px rgba(95,41,128,.05)}
.rcs-showtime-date-tab.is-active,.rcs-showtime-pill.is-active{background:linear-gradient(135deg,#7c3aed,#ec4899);color:#fff;border-color:transparent}
.rcs-showtime-picker-label{display:flex;flex-direction:column;gap:8px;min-width:260px;font-weight:600}
.rcs-showtime-picker{min-width:260px;border-radius:14px;padding:10px 12px;border:1px solid rgba(160,110,200,.18);background:#fff}
.rcs-showtime-day-panel{display:none}
.rcs-showtime-day-panel.is-active{display:block}
.rcs-showtime-day-heading{font-weight:700;margin:0 0 12px}
.rcs-showtimes-calendar{display:flex;gap:12px;flex-wrap:wrap;margin:0 0 16px}
.rcs-showtime-pill{appearance:none;border:1px solid rgba(160,110,200,.18);background:#fff;border-radius:18px;padding:14px 16px;display:flex;flex-direction:column;gap:4px;min-width:160px;text-align:left;cursor:pointer;box-shadow:0 10px 24px rgba(95,41,128,.06)}
.rcs-showtime-pill-time{font-size:1.1rem;font-weight:700}
.rcs-showtime-pill-range{font-size:.86rem;opacity:.75}
.rcs-showtime-pill-label{font-size:.92rem}
.rcs-showtime-card{display:none}
.rcs-showtime-card.is-active{display:block}
@media (max-width: 767px){.rcs-showtimes-toolbar{align-items:stretch}.rcs-showtime-picker-label,.rcs-showtime-picker{min-width:100%}.rcs-showtime-pill{width:100%}}


.rcs-showtime-pill-link{text-decoration:none;color:inherit}
.rcs-showtime-card{overflow:hidden}
.rcs-showtime-card-media{margin:0 0 14px}
.rcs-showtime-card-media img{display:block;width:100%;height:auto;max-height:280px;object-fit:cover;border-radius:14px}
.rcs-showtime-card-ticket{margin-top:14px}
.rcs-showtime-card-body > *:last-child{margin-bottom:0}

.rcs-showtime-card-description{margin:10px 0 0;line-height:1.65;color:#41334d}
.rcs-showtime-card-description p{margin:0 0 10px}
.rcs-showtime-card-description p:last-child{margin-bottom:0}

/* v1.14.6 — polished single-state ticket and sponsorship disclosures */
.rcs-desc-disclosure{
  margin:16px 0 6px;
  border:0;
  border-radius:18px;
  background:transparent;
  overflow:visible;
}
.rcs-desc-disclosure summary{
  display:inline-flex !important;
  align-items:center;
  justify-content:center;
  gap:9px;
  min-height:42px;
  padding:10px 17px !important;
  border:1px solid rgba(190,145,20,.42);
  border-radius:999px;
  background:linear-gradient(135deg,#fffdf5 0%,#f8e7aa 100%);
  box-shadow:0 7px 18px rgba(129,96,0,.12);
  color:#745400 !important;
  font-size:.94rem;
  font-weight:800;
  letter-spacing:.01em;
  line-height:1;
  cursor:pointer;
  list-style:none;
  user-select:none;
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease,background .2s ease;
}
.rcs-desc-disclosure summary:hover{
  transform:translateY(-2px);
  border-color:#c99d22;
  background:linear-gradient(135deg,#fff8df 0%,#efd16d 100%);
  box-shadow:0 11px 25px rgba(129,96,0,.2);
}
.rcs-desc-disclosure summary::-webkit-details-marker{display:none !important}
.rcs-desc-disclosure summary::marker{content:""}
.rcs-desc-disclosure summary:focus-visible{
  outline:3px solid rgba(201,157,34,.28);
  outline-offset:3px;
}
.rcs-desc-toggle-text::before{content:"View Details"}
.rcs-desc-disclosure[open] .rcs-desc-toggle-text::before{content:"Hide Details"}
.rcs-desc-chevron{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:20px;
  height:20px;
  border-radius:50%;
  background:rgba(255,255,255,.66);
  font-size:17px;
  line-height:1;
  transition:transform .25s ease,background .2s ease;
}
.rcs-desc-disclosure[open] .rcs-desc-chevron{transform:rotate(180deg)}
.rcs-desc-disclosure[open]{
  padding:0 0 2px;
  border:1px solid rgba(190,145,20,.28);
  background:linear-gradient(180deg,#fffdf8 0%,#fff 100%);
  box-shadow:0 10px 28px rgba(80,58,0,.08);
  overflow:hidden;
}
.rcs-desc-disclosure[open] summary{
  margin:12px 14px 0;
  background:linear-gradient(135deg,#d6ae39 0%,#f2d979 100%);
  color:#332500 !important;
}
.rcs-desc-collapsible{
  margin:0;
  padding:16px 18px 18px;
  border-top:1px solid rgba(190,145,20,.16);
  line-height:1.65;
  animation:rcsDescReveal .24s ease both;
}
.rcs-desc-collapsible > :first-child{margin-top:0}
.rcs-desc-collapsible > :last-child{margin-bottom:0}
.rcs-desc-expanded{margin-top:14px}
@keyframes rcsDescReveal{from{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}
@media(max-width:600px){
  .rcs-desc-disclosure summary{width:100%;box-sizing:border-box}
  .rcs-desc-disclosure[open] summary{width:calc(100% - 28px)}
}



/* v1.14.9 — prominent ticket/package headings and signature gold purchase buttons */
.rcs-section.rcs-tickets > h2,
.rcs-section.rcs-sponsorship_packages > h2{
  position:relative;
  display:flex;
  align-items:center;
  gap:14px;
  margin:0 0 22px;
  padding:0 0 15px;
  color:#2d240f;
  font-size:clamp(2rem,4vw,3.15rem) !important;
  font-weight:900 !important;
  line-height:1.05;
  letter-spacing:-.035em;
  text-wrap:balance;
}
.rcs-section.rcs-tickets > h2::before,
.rcs-section.rcs-sponsorship_packages > h2::before{
  content:"";
  flex:0 0 9px;
  align-self:stretch;
  min-height:48px;
  border-radius:999px;
  background:linear-gradient(180deg,#f4dd83 0%,#c89517 55%,#8d6500 100%);
  box-shadow:0 7px 18px rgba(129,96,0,.22);
}
.rcs-section.rcs-tickets > h2::after,
.rcs-section.rcs-sponsorship_packages > h2::after{
  content:"";
  position:absolute;
  left:23px;
  right:0;
  bottom:0;
  height:2px;
  border-radius:999px;
  background:linear-gradient(90deg,#c99d22 0%,rgba(201,157,34,.18) 72%,transparent 100%);
}
.rcs-section.rcs-tickets .rcs-live-viewers{
  align-self:center;
  margin-left:auto;
  font-size:.78rem;
  letter-spacing:.01em;
}
.rcs-card-actions{
  margin-top:18px;
}
.rcs-card-actions .button,
.rcs-card-actions a.button,
.rcs-card-actions .rcs-btn{
  display:inline-flex !important;
  align-items:center;
  justify-content:center;
  gap:9px;
  min-height:48px;
  padding:12px 22px !important;
  border:1px solid rgba(190,145,20,.48) !important;
  border-radius:999px !important;
  background:linear-gradient(135deg,#d6ae39 0%,#f2d979 52%,#c99d22 100%) !important;
  box-shadow:0 9px 22px rgba(129,96,0,.2),inset 0 1px 0 rgba(255,255,255,.62) !important;
  color:#2e2305 !important;
  font-size:1rem !important;
  font-weight:900 !important;
  letter-spacing:.01em;
  line-height:1 !important;
  text-align:center;
  text-decoration:none !important;
  text-shadow:0 1px 0 rgba(255,255,255,.35);
  cursor:pointer;
  transition:transform .2s ease,box-shadow .2s ease,filter .2s ease !important;
}
.rcs-card-actions .button::after,
.rcs-card-actions a.button::after,
.rcs-card-actions .rcs-btn::after{
  content:"→";
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:22px;
  height:22px;
  border-radius:50%;
  background:rgba(255,255,255,.58);
  font-size:15px;
  font-weight:900;
  transition:transform .2s ease;
}
.rcs-card-actions .button:hover,
.rcs-card-actions a.button:hover,
.rcs-card-actions .rcs-btn:hover{
  transform:translateY(-3px) scale(1.015) !important;
  filter:saturate(1.08);
  box-shadow:0 14px 30px rgba(129,96,0,.29),inset 0 1px 0 rgba(255,255,255,.74) !important;
  color:#1f1700 !important;
}
.rcs-card-actions .button:hover::after,
.rcs-card-actions a.button:hover::after,
.rcs-card-actions .rcs-btn:hover::after{
  transform:translateX(3px);
}
.rcs-card-actions .button:focus-visible,
.rcs-card-actions a.button:focus-visible,
.rcs-card-actions .rcs-btn:focus-visible{
  outline:3px solid rgba(201,157,34,.3) !important;
  outline-offset:4px;
}
.rcs-card-actions .rcs-vip-login{
  background:linear-gradient(135deg,#191919 0%,#343434 100%) !important;
  border-color:#c99d22 !important;
  color:#f4d978 !important;
}
@media(max-width:600px){
  .rcs-section.rcs-tickets > h2,
  .rcs-section.rcs-sponsorship_packages > h2{
    font-size:clamp(1.8rem,9vw,2.45rem) !important;
    gap:11px;
  }
  .rcs-card-actions .button,
  .rcs-card-actions a.button,
  .rcs-card-actions .rcs-btn{
    width:100%;
    box-sizing:border-box;
  }
}

/* Performance and custom ticket/package badges — v1.16.1 */
.rcs-ticket-badge.trending{background:linear-gradient(135deg,#111,#3a3120);color:#fff}
.rcs-ticket-badge.best_value{background:linear-gradient(135deg,#f5dc86,#d4af37);color:#111}
.rcs-ticket-badge.limited{background:linear-gradient(135deg,#8b1d1d,#c7483f);color:#fff}
.rcs-ticket-badge.new{background:linear-gradient(135deg,#fff,#ece2bf);color:#5a4705;border:1px solid #d4af37}
.rcs-ticket-badge.attention{background:linear-gradient(135deg,#eadca8,#c8a63b);color:#111}
.rcs-ticket-badge.custom{background:linear-gradient(135deg,#d4af37,#f4dc87);color:#111}

/* Expandable Tickets and Sponsorship Packages — v1.18.5 */
.allmy-events-expandable-list.is-collapsed .allmy-events-extra-card,
.allmy-events-expandable-list.is-collapsed > .rcs-card:nth-child(n+4){
  display:none !important;
}
.allmy-events-expandable-list .allmy-events-extra-card{
  animation:allmyEventsRevealCard .28s ease both;
}
@keyframes allmyEventsRevealCard{
  from{opacity:0;transform:translateY(-10px)}
  to{opacity:1;transform:translateY(0)}
}
.allmy-events-expand-control{
  display:flex;
  justify-content:center;
  margin:24px 0 4px;
}
.allmy-events-expand-button{
  appearance:none;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:50px;
  padding:13px 24px;
  border:1px solid rgba(190,145,20,.52);
  border-radius:999px;
  background:linear-gradient(135deg,#d6ae39 0%,#f2d979 52%,#c99d22 100%);
  box-shadow:0 9px 22px rgba(129,96,0,.2),inset 0 1px 0 rgba(255,255,255,.65);
  color:#2e2305;
  font:inherit;
  font-size:1rem;
  font-weight:900;
  line-height:1;
  cursor:pointer;
  transition:transform .2s ease,box-shadow .2s ease,filter .2s ease;
}
.allmy-events-expand-button:hover{
  transform:translateY(-3px);
  filter:saturate(1.08);
  box-shadow:0 14px 30px rgba(129,96,0,.29),inset 0 1px 0 rgba(255,255,255,.76);
}
.allmy-events-expand-button:focus-visible{
  outline:3px solid rgba(201,157,34,.34);
  outline-offset:4px;
}
.allmy-events-expand-chevron{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:25px;
  height:25px;
  border-radius:50%;
  background:rgba(255,255,255,.58);
  font-size:17px;
  transition:transform .22s ease;
}
.allmy-events-expand-button[aria-expanded="true"] .allmy-events-expand-chevron{
  transform:rotate(180deg);
}
@media(max-width:600px){
  .allmy-events-expand-button{width:100%;max-width:420px}
}

/* Event photo + video galleries v1.19.1 */
.rcs-event-photo-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}.rcs-event-photo-grid a{display:block;aspect-ratio:4/3;border-radius:18px;overflow:hidden;background:#f3f0e8;box-shadow:0 8px 24px rgba(0,0,0,.08);transition:transform .22s ease,box-shadow .22s ease}.rcs-event-photo-grid a:hover{transform:translateY(-4px);box-shadow:0 14px 32px rgba(0,0,0,.14)}.rcs-event-photo-grid img{width:100%;height:100%;object-fit:cover;display:block}.rcs-event-video-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px}.rcs-event-video-card{background:#0d0d0d;border-radius:18px;overflow:hidden;box-shadow:0 10px 28px rgba(0,0,0,.16)}.rcs-event-video-card video{width:100%;display:block;aspect-ratio:16/9;background:#000}.rcs-responsive-video{position:relative;aspect-ratio:16/9;background:#000}.rcs-responsive-video iframe,.rcs-responsive-video>div{position:absolute;inset:0;width:100%!important;height:100%!important;border:0}.rcs-event-connected-gallery-inner{width:100%;min-width:0}@media(max-width:600px){.rcs-event-photo-grid,.rcs-event-video-grid{grid-template-columns:1fr}}

/* Fancy event gallery headings, descriptions and actions — v1.19.4 */
.rcs-section.rcs-event-photo-gallery > .rcs-gallery-section-header > h2,
.rcs-section.rcs-event-video-gallery > .rcs-gallery-section-header > h2{
  display:flex;
  align-items:center;
  gap:14px;
  margin:0 0 12px !important;
  font-size:clamp(2rem,4vw,3rem) !important;
  line-height:1.08;
  font-weight:900;
  letter-spacing:-.035em;
  color:#211900;
}
.rcs-section.rcs-event-photo-gallery > .rcs-gallery-section-header > h2::before,
.rcs-section.rcs-event-video-gallery > .rcs-gallery-section-header > h2::before{
  content:"";
  flex:0 0 7px;
  align-self:stretch;
  min-height:44px;
  border-radius:999px;
  background:linear-gradient(180deg,#f2d979 0%,#c99d22 100%);
  box-shadow:0 5px 16px rgba(145,105,0,.24);
}
.rcs-gallery-section-header{margin-bottom:24px}
.rcs-gallery-section-description{max-width:820px;font-size:1.08rem;line-height:1.72;color:#544b38}
.rcs-gallery-section-description p:last-child{margin-bottom:0}
.rcs-gallery-actions{display:flex;justify-content:center;margin-top:26px}
.rcs-gallery-actions .rcs-btn{min-width:190px}
@media(max-width:600px){
  .rcs-section.rcs-event-photo-gallery > .rcs-gallery-section-header > h2,
  .rcs-section.rcs-event-video-gallery > .rcs-gallery-section-header > h2{font-size:clamp(1.8rem,9vw,2.45rem)!important;gap:11px}
  .rcs-gallery-actions .rcs-btn{width:100%;box-sizing:border-box}
}

/* Featured playlist video carousel — v1.19.7 */
.rcs-video-playlist{display:grid;gap:18px}.rcs-video-featured{width:100%;overflow:hidden;border-radius:22px;background:#050505;box-shadow:0 15px 38px rgba(0,0,0,.2)}.rcs-video-featured video{display:block;width:100%;aspect-ratio:16/9;background:#000}.rcs-video-carousel-shell{position:relative;display:grid;grid-template-columns:46px minmax(0,1fr) 46px;align-items:center;gap:10px}.rcs-video-carousel{display:flex;gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:thin;padding:5px 2px 12px}.rcs-video-carousel-item{appearance:none;flex:0 0 clamp(190px,25vw,270px);scroll-snap-align:start;padding:0;border:2px solid transparent;border-radius:17px;overflow:hidden;background:#fff;text-align:left;cursor:pointer;box-shadow:0 8px 22px rgba(0,0,0,.1);transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.rcs-video-carousel-item:hover{transform:translateY(-3px);box-shadow:0 13px 28px rgba(0,0,0,.15)}.rcs-video-carousel-item.is-active{border-color:#c99d22;box-shadow:0 0 0 3px rgba(201,157,34,.18),0 13px 28px rgba(0,0,0,.14)}.rcs-video-carousel-item img,.rcs-video-thumb-placeholder{display:block;width:100%;aspect-ratio:16/9;object-fit:cover;background:#111}.rcs-video-thumb-placeholder{display:grid;place-items:center;color:#d9b847;font-size:34px}.rcs-video-carousel-title{display:block;padding:11px 13px 13px;font-weight:800;line-height:1.25;color:#211900;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rcs-video-carousel-arrow{display:grid;place-items:center;width:44px;height:44px;padding:0;border:1px solid rgba(151,111,0,.28);border-radius:50%;background:linear-gradient(180deg,#f5df8a,#c99d22);color:#241900;font-size:31px;line-height:1;cursor:pointer;box-shadow:0 8px 20px rgba(129,96,0,.22);transition:transform .2s ease,box-shadow .2s ease}.rcs-video-carousel-arrow:hover{transform:translateY(-2px) scale(1.04);box-shadow:0 12px 25px rgba(129,96,0,.3)}.rcs-video-carousel-arrow:focus-visible,.rcs-video-carousel-item:focus-visible{outline:3px solid rgba(201,157,34,.38);outline-offset:3px}@media(max-width:640px){.rcs-video-carousel-shell{grid-template-columns:38px minmax(0,1fr) 38px;gap:5px}.rcs-video-carousel-arrow{width:36px;height:36px;font-size:26px}.rcs-video-carousel-item{flex-basis:72vw}}

/* All My Drives-matched event video carousel + dual gallery CTAs — v1.20.0 */
.rcs-event-video-amd-carousel{width:100%;max-width:100%;outline:none;overflow-anchor:none}
.rcs-event-video-amd-carousel .amd-carousel-stage{position:relative;overflow:hidden;border:1px solid rgba(212,175,55,.58);border-radius:22px;background:#0f0f0f;box-shadow:0 18px 40px rgba(24,18,5,.14);aspect-ratio:16/10}
.rcs-event-video-amd-carousel .amd-carousel-slide{position:absolute;inset:0;margin:0;opacity:0;visibility:hidden;transform:scale(.985);transition:opacity .38s ease,transform .38s ease,visibility .38s ease;display:flex;align-items:center;justify-content:center}
.rcs-event-video-amd-carousel .amd-carousel-slide.is-active{opacity:1;visibility:visible;transform:scale(1);z-index:2}
.rcs-event-video-amd-carousel .amd-carousel-slide video,
.rcs-event-video-amd-carousel .amd-carousel-slide>.rcs-responsive-video{width:100%;height:100%;display:block;background:#0f0f0f}
.rcs-event-video-amd-carousel .amd-carousel-slide video{object-fit:contain}
.rcs-event-video-amd-carousel .amd-carousel-slide .rcs-responsive-video{aspect-ratio:auto}
.rcs-event-video-amd-carousel .amd-carousel-caption{position:absolute;z-index:3;left:18px;right:18px;bottom:16px;padding:9px 12px;border-radius:12px;background:rgba(0,0,0,.62);color:#fff;font-size:13px;backdrop-filter:blur(8px);pointer-events:none}
.rcs-event-video-amd-carousel .amd-carousel-arrow{position:absolute;top:50%;z-index:4;width:48px;height:48px;padding:0;transform:translateY(-50%);border:1px solid rgba(255,255,255,.72);border-radius:50%;background:rgba(255,255,255,.9);color:#8a6810;box-shadow:0 10px 26px rgba(0,0,0,.20);cursor:pointer;transition:transform .2s ease,background .2s ease}
.rcs-event-video-amd-carousel .amd-carousel-arrow:hover{transform:translateY(-50%) scale(1.06);background:#fff}
.rcs-event-video-amd-carousel .amd-carousel-arrow span{font-size:34px;line-height:1}
.rcs-event-video-amd-carousel .amd-carousel-prev{left:16px}.rcs-event-video-amd-carousel .amd-carousel-next{right:16px}
.rcs-event-video-amd-carousel .amd-carousel-filmstrip{display:flex;gap:10px;overflow-x:auto;padding:13px 4px 5px;scroll-snap-type:x proximity;scrollbar-width:thin;scrollbar-color:#d4af37 transparent;cursor:grab;overscroll-behavior-inline:contain;scroll-behavior:auto;overflow-anchor:none}
.rcs-event-video-amd-carousel .amd-carousel-filmstrip.is-dragging{cursor:grabbing;user-select:none}
.rcs-event-video-amd-carousel .amd-carousel-thumb{position:relative;isolation:isolate;flex:0 0 clamp(74px,11vw,126px);aspect-ratio:4/3;padding:0;overflow:hidden;border:2px solid transparent;border-radius:13px;background:#eee;cursor:pointer;scroll-snap-align:center;opacity:.68;transform:scale(.96);transition:.2s}
.rcs-event-video-amd-carousel .amd-carousel-thumb img{position:relative;z-index:1;width:100%;height:100%;object-fit:cover;display:block;opacity:1;transition:opacity .24s ease}
.rcs-event-video-amd-carousel .amd-carousel-thumb:hover,
.rcs-event-video-amd-carousel .amd-carousel-thumb.is-active{opacity:1;transform:scale(1);border-color:#d4af37;box-shadow:0 8px 18px rgba(83,59,0,.16)}
.rcs-event-video-amd-carousel .amd-carousel-video-badge{position:absolute;z-index:2;left:50%;top:50%;transform:translate(-50%,-50%);width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.72);color:#fff;font-size:13px}
.rcs-event-video-amd-carousel .amd-carousel-thumb-placeholder{position:absolute;inset:0;z-index:0;background:linear-gradient(110deg,rgba(255,255,255,.35) 8%,rgba(212,175,55,.16) 18%,rgba(255,255,255,.35) 33%);background-size:220% 100%;animation:ameAmdThumbShimmer 1.5s linear infinite}
.rcs-event-video-amd-carousel .amd-carousel-thumb:has(img[src]) .amd-carousel-thumb-placeholder{display:none}
.rcs-event-video-amd-carousel .amd-carousel-controls{position:absolute;top:14px;right:14px;z-index:6;display:flex;gap:8px}
.rcs-event-video-amd-carousel .amd-carousel-control{width:42px;height:42px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.72);border-radius:50%;background:rgba(255,255,255,.9);color:#7e5f00;box-shadow:0 10px 24px rgba(0,0,0,.18);cursor:pointer;transition:.2s}
.rcs-event-video-amd-carousel .amd-carousel-control:hover{transform:scale(1.06);background:#fff;box-shadow:0 14px 28px rgba(0,0,0,.24)}
.rcs-event-video-amd-carousel:fullscreen,.rcs-event-video-amd-carousel.is-fullscreen{width:100vw;height:100vh;max-width:none;padding:18px;box-sizing:border-box;background:#080808;display:flex;flex-direction:column}
.rcs-event-video-amd-carousel:fullscreen .amd-carousel-stage,.rcs-event-video-amd-carousel.is-fullscreen .amd-carousel-stage{flex:1 1 auto;min-height:0;aspect-ratio:auto}
.rcs-event-video-amd-carousel:fullscreen .amd-carousel-filmstrip,.rcs-event-video-amd-carousel.is-fullscreen .amd-carousel-filmstrip{flex:0 0 auto;padding-top:14px}
.rcs-event-video-amd-carousel:fullscreen .amd-carousel-thumb,.rcs-event-video-amd-carousel.is-fullscreen .amd-carousel-thumb{flex-basis:110px}
.rcs-gallery-actions{gap:12px;flex-wrap:wrap}
.rcs-gallery-inline-bridge{margin-top:24px;min-width:0;width:100%}
@keyframes ameAmdThumbShimmer{to{background-position-x:-220%}}
@media(max-width:700px){
 .rcs-event-video-amd-carousel .amd-carousel-stage{aspect-ratio:4/3;border-radius:16px}
 .rcs-event-video-amd-carousel .amd-carousel-arrow{width:40px;height:40px}
 .rcs-event-video-amd-carousel .amd-carousel-prev{left:9px}.rcs-event-video-amd-carousel .amd-carousel-next{right:9px}
 .rcs-event-video-amd-carousel .amd-carousel-thumb{flex-basis:78px;border-radius:10px}
 .rcs-event-video-amd-carousel .amd-carousel-controls{top:9px;right:9px}.rcs-event-video-amd-carousel .amd-carousel-control{width:38px;height:38px}
}

/* All My Events v1.20.3 — universal spacing and What To Expect */
.rcs-event-inner > .rcs-section,
.rcs-event-inner > .rcs-heading-block,
.rcs-event-inner > .rcs-hero,
.rcs-event-inner > .rcs-event-featured-image,
.rcs-event-inner > .rcs-featured-image,
.rcs-event-inner > .rcs-author {
  margin-block: var(--ame-section-spacing, 64px);
}
.rcs-what-to-expect > h2 {
  position: relative;
  margin: 0 0 24px;
  padding-left: 18px;
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.05;
}
.rcs-what-to-expect > h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: .08em;
  bottom: .08em;
  width: 6px;
  border-radius: 999px;
  background: linear-gradient(180deg,#f6d779,#b68a20);
}
.rcs-rich-event-content {
  padding: clamp(22px,4vw,38px);
  border: 1px solid rgba(182,138,32,.28);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(28,22,8,.08);
}
.rcs-rich-event-content > :first-child { margin-top: 0; }
.rcs-rich-event-content > :last-child { margin-bottom: 0; }
.rcs-rich-event-content img { max-width: 100%; height: auto; border-radius: 14px; }
@media (max-width: 700px) {
  .rcs-event-inner > .rcs-section,
  .rcs-event-inner > .rcs-heading-block,
  .rcs-event-inner > .rcs-hero,
  .rcs-event-inner > .rcs-event-featured-image,
  .rcs-event-inner > .rcs-featured-image,
  .rcs-event-inner > .rcs-author { margin-block: min(var(--ame-section-spacing,64px),48px); }
}

/* All My Events v1.20.6 — unified front-end section headers */
.rcs-event-wrap .rcs-section > h2,
.rcs-event-wrap .rcs-section > h3,
.rcs-event-wrap .rcs-gallery-section-header > h2,
.rcs-event-wrap .rcs-gallery-section-header > h3 {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 0 clamp(24px,3vw,38px);
  padding: 0 0 clamp(18px,2vw,25px) clamp(22px,2.5vw,34px);
  font-size: clamp(2.15rem,5vw,4rem);
  line-height: 1.02;
  letter-spacing: -.045em;
  font-weight: 800;
  color: #241b08;
  overflow: visible;
}
.rcs-event-wrap .rcs-section > h2::before,
.rcs-event-wrap .rcs-section > h3::before,
.rcs-event-wrap .rcs-gallery-section-header > h2::before,
.rcs-event-wrap .rcs-gallery-section-header > h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: .02em;
  bottom: calc(clamp(18px,2vw,25px) + .02em);
  width: 10px;
  min-height: 42px;
  border-radius: 999px;
  background: linear-gradient(180deg,#f7dc73 0%,#d7aa25 52%,#9b700b 100%);
  box-shadow: 0 8px 22px rgba(190,143,22,.25);
}
.rcs-event-wrap .rcs-section > h2::after,
.rcs-event-wrap .rcs-section > h3::after,
.rcs-event-wrap .rcs-gallery-section-header > h2::after,
.rcs-event-wrap .rcs-gallery-section-header > h3::after {
  content: "";
  position: absolute;
  left: clamp(22px,2.5vw,34px);
  right: 0;
  bottom: 0;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg,#c99718 0%,#e9c95c 24%,rgba(212,175,55,.32) 60%,rgba(212,175,55,0) 100%);
}
.rcs-event-wrap .rcs-gallery-section-header { margin-bottom: clamp(22px,3vw,38px); }
.rcs-event-wrap .rcs-gallery-section-header > h2 { margin-bottom: 0; }
.rcs-event-wrap .rcs-gallery-section-description { margin-top: clamp(15px,2vw,24px); }
/* Avoid doubling legacy one-off heading decorations. */
.rcs-event-wrap .rcs-what-to-expect > h2::before { top: .02em; bottom: calc(clamp(18px,2vw,25px) + .02em); width: 10px; }

/* Gold Centered */
body.ame-section-header-gold_centered .rcs-event-wrap .rcs-section > h2,
body.ame-section-header-gold_centered .rcs-event-wrap .rcs-section > h3,
body.ame-section-header-gold_centered .rcs-event-wrap .rcs-gallery-section-header > h2,
body.ame-section-header-gold_centered .rcs-event-wrap .rcs-gallery-section-header > h3 { text-align:center;padding-left:0; }
body.ame-section-header-gold_centered .rcs-event-wrap .rcs-section > h2::before,
body.ame-section-header-gold_centered .rcs-event-wrap .rcs-section > h3::before,
body.ame-section-header-gold_centered .rcs-event-wrap .rcs-gallery-section-header > h2::before,
body.ame-section-header-gold_centered .rcs-event-wrap .rcs-gallery-section-header > h3::before { display:none; }
body.ame-section-header-gold_centered .rcs-event-wrap .rcs-section > h2::after,
body.ame-section-header-gold_centered .rcs-event-wrap .rcs-section > h3::after,
body.ame-section-header-gold_centered .rcs-event-wrap .rcs-gallery-section-header > h2::after,
body.ame-section-header-gold_centered .rcs-event-wrap .rcs-gallery-section-header > h3::after { left:10%;right:10%;background:linear-gradient(90deg,transparent,#d4af37 28%,#f0d56e 50%,#d4af37 72%,transparent); }
/* Minimal */
body.ame-section-header-minimal .rcs-event-wrap .rcs-section > h2,
body.ame-section-header-minimal .rcs-event-wrap .rcs-section > h3,
body.ame-section-header-minimal .rcs-event-wrap .rcs-gallery-section-header > h2,
body.ame-section-header-minimal .rcs-event-wrap .rcs-gallery-section-header > h3 { padding-left:0;padding-bottom:12px;font-size:clamp(1.85rem,4vw,3rem); }
body.ame-section-header-minimal .rcs-event-wrap .rcs-section > h2::before,
body.ame-section-header-minimal .rcs-event-wrap .rcs-section > h3::before,
body.ame-section-header-minimal .rcs-event-wrap .rcs-gallery-section-header > h2::before,
body.ame-section-header-minimal .rcs-event-wrap .rcs-gallery-section-header > h3::before { display:none; }
body.ame-section-header-minimal .rcs-event-wrap .rcs-section > h2::after,
body.ame-section-header-minimal .rcs-event-wrap .rcs-section > h3::after,
body.ame-section-header-minimal .rcs-event-wrap .rcs-gallery-section-header > h2::after,
body.ame-section-header-minimal .rcs-event-wrap .rcs-gallery-section-header > h3::after { left:0;height:1px;background:rgba(36,27,8,.18); }
/* Elegant Line */
body.ame-section-header-elegant_line .rcs-event-wrap .rcs-section > h2,
body.ame-section-header-elegant_line .rcs-event-wrap .rcs-section > h3,
body.ame-section-header-elegant_line .rcs-event-wrap .rcs-gallery-section-header > h2,
body.ame-section-header-elegant_line .rcs-event-wrap .rcs-gallery-section-header > h3 { padding-left:0; }
body.ame-section-header-elegant_line .rcs-event-wrap .rcs-section > h2::before,
body.ame-section-header-elegant_line .rcs-event-wrap .rcs-section > h3::before,
body.ame-section-header-elegant_line .rcs-event-wrap .rcs-gallery-section-header > h2::before,
body.ame-section-header-elegant_line .rcs-event-wrap .rcs-gallery-section-header > h3::before { display:none; }
body.ame-section-header-elegant_line .rcs-event-wrap .rcs-section > h2::after,
body.ame-section-header-elegant_line .rcs-event-wrap .rcs-section > h3::after,
body.ame-section-header-elegant_line .rcs-event-wrap .rcs-gallery-section-header > h2::after,
body.ame-section-header-elegant_line .rcs-event-wrap .rcs-gallery-section-header > h3::after { left:0;right:0;height:2px; }
/* No decoration */
body.ame-section-header-none .rcs-event-wrap .rcs-section > h2,
body.ame-section-header-none .rcs-event-wrap .rcs-section > h3,
body.ame-section-header-none .rcs-event-wrap .rcs-gallery-section-header > h2,
body.ame-section-header-none .rcs-event-wrap .rcs-gallery-section-header > h3 { padding-left:0;padding-bottom:0; }
body.ame-section-header-none .rcs-event-wrap .rcs-section > h2::before,
body.ame-section-header-none .rcs-event-wrap .rcs-section > h3::before,
body.ame-section-header-none .rcs-event-wrap .rcs-section > h2::after,
body.ame-section-header-none .rcs-event-wrap .rcs-section > h3::after,
body.ame-section-header-none .rcs-event-wrap .rcs-gallery-section-header > h2::before,
body.ame-section-header-none .rcs-event-wrap .rcs-gallery-section-header > h3::before,
body.ame-section-header-none .rcs-event-wrap .rcs-gallery-section-header > h2::after,
body.ame-section-header-none .rcs-event-wrap .rcs-gallery-section-header > h3::after { display:none; }
@media(max-width:700px){
 .rcs-event-wrap .rcs-section > h2,.rcs-event-wrap .rcs-section > h3,.rcs-event-wrap .rcs-gallery-section-header > h2,.rcs-event-wrap .rcs-gallery-section-header > h3{font-size:clamp(1.8rem,9vw,2.65rem);padding-left:22px;letter-spacing:-.035em}
 .rcs-event-wrap .rcs-section > h2::before,.rcs-event-wrap .rcs-section > h3::before,.rcs-event-wrap .rcs-gallery-section-header > h2::before,.rcs-event-wrap .rcs-gallery-section-header > h3::before{width:7px}
}

/* All My Logos sponsor integration v1.21.5 */
.rcs-all-my-logos-sponsors{width:100%;max-width:100%;margin:28px 0 8px;overflow:hidden}
.rcs-all-my-logos-sponsors .amlgs-carousel-wrap{max-width:100%;margin:0}
.rcs-all-my-logos-sponsors .amlgs-heading{display:none}
.rcs-all-my-logos-sponsors + .rcs-sponsors-grid,.rcs-sponsors-grid + .rcs-all-my-logos-sponsors{margin-top:30px}

/* All My Events v1.22.1 — experience details and parking layout */
.rcs-experience-detail-grid{
  grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
  gap:clamp(18px,2.5vw,28px);
  align-items:stretch;
}
.rcs-experience-detail-card{
  position:relative;
  min-height:130px;
  padding:clamp(22px,3vw,30px);
  border:1px solid rgba(201,157,34,.24);
  border-top:5px solid #d4af37;
  background:linear-gradient(180deg,#fff 0%,#fffdf7 100%);
  box-shadow:0 12px 30px rgba(73,53,0,.08);
}
.rcs-info-label{
  display:block;
  margin:0 0 12px;
  color:#8a6700;
  font-size:.78rem;
  font-weight:900;
  letter-spacing:.12em;
  line-height:1.25;
  text-transform:uppercase;
}
.rcs-info-value{
  color:#272117;
  font-size:clamp(1rem,1.6vw,1.15rem);
  line-height:1.65;
}
.rcs-experience-detail-card ul{
  margin:0;
  padding-left:1.25em;
}
.rcs-experience-detail-card li{
  margin:.55em 0;
  line-height:1.55;
}
.rcs-location-copy{
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-width:0;
  padding:clamp(6px,1vw,12px);
}
.rcs-location-address{font-size:1.05rem;line-height:1.65}
.rcs-location-parking{
  margin-top:clamp(18px,2.5vw,28px);
  padding:clamp(18px,2.5vw,24px);
  border:1px solid rgba(201,157,34,.27);
  border-left:5px solid #d4af37;
  border-radius:16px;
  background:linear-gradient(135deg,#fffdf7,#fff);
  box-shadow:0 8px 22px rgba(91,67,0,.07);
}
.rcs-location-parking .rcs-info-value p{margin:0 0 .7em}
.rcs-location-parking .rcs-info-value p:last-child{margin-bottom:0}
.rcs-event-location-admin{
  margin:16px 0;
  padding:16px 18px;
  border:1px solid rgba(201,157,34,.28);
  border-left:5px solid #d4af37;
  border-radius:14px;
  background:#fffdf7;
}
@media(max-width:767px){
  .rcs-experience-detail-grid{grid-template-columns:1fr}
  .rcs-experience-detail-card{min-height:0}
}

/* v1.22.5 price interval labels */
.rcs-price-interval{font-size:.72em;font-weight:600;opacity:.72;white-space:nowrap}
