@import '_content/RMS.Common.Client/RMS.Common.Client.xb57yfz2ue.bundle.scp.css';

/* /Components/Common/VideoHeader.razor.rz.scp.css */
.video-hero[b-3ih3b3xryh] {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 180px; /* or 100vh, or whatever you need */
}

.video-hero-bg[b-3ih3b3xryh] {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover; /* key for “cover” behavior */
    z-index: 0;
}

.video-hero-content[b-3ih3b3xryh] {
    z-index: 3;
    position: relative;
}

.video-tile[b-3ih3b3xryh] {
    position: absolute;
    bottom: -0.375rem;
    right: 0;
    width: fit-content;
    z-index: 3;
    border-top-left-radius: 10px;
    overflow: hidden;
    background-color: #ffffff;
    border: 1px solid #e5e7eb;
    box-shadow: 0px 8px 20px 0px rgba(255, 255, 255, 0.39), 0px 18px 40px 0px rgba(0, 0, 0, 0.08);
}
/* /Components/Event/EventOccurrencesAccordion.razor.rz.scp.css */
.rms-occsel[b-oq13j1peel] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.rms-occsel-desktop[b-oq13j1peel] { display: block; }
.rms-occsel-mobile[b-oq13j1peel] { display: none; }

@media (max-width: 768px) {
    .rms-occsel-desktop[b-oq13j1peel] { display: none; }
    .rms-occsel-mobile[b-oq13j1peel] { display: block; }
}

.rms-occsel-slots[b-oq13j1peel] {
    margin-top: 8px;
}

.rms-occsel-filters[b-oq13j1peel]{
    display:flex;
    flex-wrap: wrap;
    align-items:center;
    gap: 8px;
    padding: 6px 2px 10px 2px;
}

.rms-occsel-chipgrid[b-oq13j1peel]{
    display:flex;
    flex-direction: column;
    gap: 8px;
}

.rms-occsel-chip[b-oq13j1peel]{
    display:flex;
    align-items:center;
    justify-content: space-between;
    gap: 10px;
    padding: 10px 12px;
    border: 1px solid var(--rz-border-color, #e5e7eb);
    border-radius: 14px;
    background: var(--rz-base-background-color, #fff);
}

.rms-occsel-chip-left[b-oq13j1peel]{
    display:flex;
    flex-direction: column;
    min-width: 90px;
}

.rms-occsel-chip-mid[b-oq13j1peel]{
    flex: 1 1 auto;
    min-width: 0;
}

.rms-occsel-chip-right[b-oq13j1peel]{
    display:flex;
    align-items:center;
    justify-content:flex-end;
    min-width: 90px;
}

.rms-occsel-soldout[b-oq13j1peel]{
    color: #dc2626;
    font-style: italic;
}
/* /Components/Event/UpcomingEventLandingCard.razor.rz.scp.css */
.rms-landing-card[b-zdwtdpzn5w] {
    position: relative;
    width: 100%;
    height: 450px;
    max-height: 450px;
    border-radius: 14px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: var(--rz-panel-shadow);
    border: var(--rz-panel-border);
    background-color: var(--rz-panel-background-color);
}

.rms-landing-card:focus[b-zdwtdpzn5w] {
    outline: 2px solid rgba(0,0,0,0.2);
    outline-offset: 2px;
}

.rms-landing-card-bg[b-zdwtdpzn5w] {
    position: absolute;
    inset: 0;
    background-position: center;
    background-size: cover;
    filter: saturate(1.05);
}

.rms-landing-card-overlay[b-zdwtdpzn5w] {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: flex-end;
    padding: 1rem;
    background: linear-gradient(180deg, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.65) 100%);
}

.rms-landing-card-content[b-zdwtdpzn5w] {
    width: 100%;
    padding: 0.9rem 1rem;
    border-radius: 14px;
    background: rgba(255,255,255,0.78);
    backdrop-filter: blur(10px);
}

.rms-landing-card-title[b-zdwtdpzn5w] {
    font-size: 1.15rem;
    font-weight: 800;
    line-height: 1.25;
    margin-bottom: 0.25rem;
}

.rms-landing-card-subline[b-zdwtdpzn5w] {
    font-size: 0.9rem;
    opacity: 0.9;
    margin-bottom: 0.6rem;
}

.rms-landing-card-meta[b-zdwtdpzn5w] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.rms-landing-pill[b-zdwtdpzn5w] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.25rem 0.5rem;
    border-radius: 999px;
    background: rgba(255,255,255,0.9);
    border: 1px solid rgba(0,0,0,0.06);
    font-size: 0.85rem;
    white-space: nowrap;
}

@media (max-width: 576px) {
    .rms-landing-card[b-zdwtdpzn5w] {
        height: 380px;
        max-height: 380px;
    }
}
