
.rhp-fc-calendar[data-day-clickable="true"] .fc-daygrid-day-top {
    cursor: pointer;
}

.rhp-fc-calendar[data-day-clickable="true"] .fc-daygrid-day-number {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 12px;
    /* transition: background-color 0.2s; */
}

.rhp-fc-calendar[data-day-clickable="true"] .fc-daygrid-day-top:hover .fc-daygrid-day-number {
    background-color: rgba(0,0,0,0.05);
}

/* Sidebar Chip Styles */
.rhp-fc-sidebar-chip {
    display: flex;
    gap: 15px;
    padding: 15px;
    border-bottom: 1px solid #eee;
    align-items: flex-start;
}

.rhp-fc-sidebar-chip:last-child {
    border-bottom: none;
}

.rhp-fc-sidebar-chip__image-wrapper {
    flex: 0 0 100px;
}

.rhp-fc-sidebar-chip__img {
    width: 100%;
    height: auto;
    border-radius: 4px;
    display: block;
}

.rhp-fc-sidebar-chip__content {
    flex: 1;
}

.rhp-fc-sidebar-chip__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 5px;
}

.rhp-fc-sidebar-chip__title {
    font-weight: bold;
    font-size: 1.1em;
    flex: 1;
    min-width: 0;
}

.rhp-fc-sidebar-chip__title a {
    color: inherit;
    text-decoration: none;
}

.rhp-fc-sidebar-chip__title a:hover {
    text-decoration: underline;
}

.rhp-fc-sidebar-chip__image-wrapper a {
    display: block;
}

.rhp-fc-sidebar-chip__time {
    font-size: 0.9em;
    color: #666;
}

.rhp-fc-sidebar-chip__price {
    font-size: 0.9em;
    color: #333;
    margin-bottom: 10px;
}

.rhp-fc-sidebar-chip__footer {
    margin-top: 10px;
    text-align: center;
}

.rhp-fc-sidebar-chip.is-past {
    opacity: 0.7;
}

.rhp-fc-sidebar-chip .rhp-cta--primary {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 5px 15px;
    text-decoration: none;
    border-radius: 4px;
    font-size: 0.9em;
}

#rhp-fc-venue-filter {
    max-width:40%;
    float:right;
}


/* ========================= */
/* Calendar Modal            */
/* ========================= */

.rhp-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    z-index: 99999;
}

.rhp-modal {
    background: #ffffff;
    color: #111111;
    max-width: 900px;
    width: 100%;
    max-height: 85vh;
    overflow: auto;
    border-radius: 8px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.35);
}

.rhp-modal__header {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0.5rem 0.75rem;
    border-bottom: 1px solid #e5e7eb;
}

.rhp-modal__close {
    appearance: none;
    background: transparent;
    border: 0;
    font-size: 1.25rem;
    line-height: 1;
    cursor: pointer;
    color: #111111;
}

.rhp-modal__body {
    padding: 0.75rem;
}


/* CTAs */
.rhp-cta{
    align-items: center;
    justify-content: center;
    display: flex;
    border-radius: var(--rhp-border-radius);
    transition: all 0.3s ease;
    text-decoration: none;
    font-weight: 500;
    text-align: center;
}
.rhp-cta--primary{
    border: 2px solid #4BAEDE;
    border-radius: var(--rhp-border-radius);
    background: #4BAEDE;
    color: white;
    padding: 10px 20px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    letter-spacing: 0.5px;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.rhp-cta--primary.disabled {
    background-color: #e0e0e0;
    border-color: #e0e0e0;
    color: #999;
    cursor: not-allowed;
    pointer-events: none;
    transform: none !important;
    box-shadow: none !important;
}

.rhp-cta--primary:hover {
    background-color: #3aa1cf;
    border-color: #3aa1cf;
    color: white;
    transform: translateY(-2px);
}

/* Button Presets */
.rhp-btn-preset--outline {
    background-color: transparent !important;
    border: 2px solid #4BAEDE !important;
    color: #4BAEDE !important;
    box-shadow: none !important;
}

.rhp-btn-preset--outline:hover {
    background-color: rgba(75, 174, 222, 0.1) !important;
    color: #3aa1cf !important;
    border-color: #3aa1cf !important;
}

.rhp-btn-preset--underlined {
    background-color: transparent !important;
    border: none !important;
    border-bottom: 2px solid #4BAEDE !important;
    border-radius: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    color: #4BAEDE !important;
    box-shadow: none !important;
}

.rhp-btn-preset--underlined:hover {
    border-bottom-color: #3aa1cf !important;
    color: #3aa1cf !important;
    background-color: transparent !important;
    transform: none !important;
}

.rhp-btn-preset--kare {
    border-radius: 10px !important;
    box-shadow: 3px 3px 0 var(--rhp-color-dark) !important;
    transform: translate(0, 0);
    background-color: white;
    border: 2px solid #040707;
    transition:
            transform 0.2s ease,
            box-shadow 0.2s ease,
            border-radius 0.2s ease;
}

.rhp-btn-preset--kare:hover {
    border-radius: 10px !important;
    transform: translate(-9px, -9px);
    background-color: white;
    border: 2px solid #040707;
    color: #040707;
    box-shadow:
            3px 3px 0 #12ADE2,
            6px 6px 0 #F7952A,
            9px 9px 0 #E95251 !important;
}

.rhp-btn-preset--kare:active {
    transform: translate(0, 0);
    box-shadow: 3px 3px 0 #040707 !important;
}

.rhp-btn-preset--ride:hover {

    box-shadow: 0px 0px 20px #3ae397 !important;
    transform: translate(0, 0);
    background-color: transparent;
    color: #3ae397;
    border: 2px solid #fff;
    transition:box-shadow 0.2s ease;
}

.rhp-btn-preset--ride {
    border-radius: 0px !important;
    background-color: transparent;
    border: 2px solid #3ae397;
    color: #3ae397!important;
    box-shadow: 0px 0px 15px #3ae397 !important;
}

.rhp-btn-preset--ride:active {
    transform: translate(0, 0);
    box-shadow: 3px 3px 0 #040707 !important;
}

.rhp-cta--more-info{
    padding: 5px 15px 5px 15px;
    width: 100%;
}

.rhp-typography .rhp-cta--more-info{
    background-color: transparent;
    color: var(--rhp-color-dark);
    border: none;

}

/* RHP Typography - Card View*/

.rhp-event-wrapper--card .rhp-cta {
    color: white;
}

.rhp-event-wrapper--card .rhp-cta:hover,
.rhp-event-wrapper--card .rhp-cta--primary:hover {
    color: white;
    background-color: #3aa1cf;
    border-color: #3aa1cf;
    transform: translateY(-2px);
}

.rhp-event-wrapper--card .rhp-cta--more-info{
    border: 2px solid #4BAEDE;
    border-radius: var(--rhp-border-radius);
    background: transparent;
    margin: 8px 0;
    padding: 10px;
}


.rhp-cta:hover{
    background-color: transparent;
    color: #4BAEDE;
    transform: translateY(-1px);
}
/* RHP Display Defaults */

.rhp-event-age{
    display: none;
}
.rhp-event-door-show-time{
    display: none;
}
.rhp-event-room{
    display: none;
}
.rhp-event-price{
    display: none;
}
.rhp-event-show-time{
    display: none;
}
.rhp-event-age-restriction{
    display: none;
}
.rhp-event-venue{
    display: none;
}

/* General Components */
.rhp-cta-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    text-align: center;
}
/* Events */
/*TODO: make responsive*/
.rhp-event-wrapper{
    max-width: 1000px;
    min-width: 0;
    border-radius: 15px;
    overflow: hidden;
}
/* View toggle (icons) */
.rhp-view-toggle{
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    margin: 0 0 0.5rem 0;
}
.rhp-view-toggle__label{
    margin-right: 0.25rem;
    font-size: 0.95em;
}
.rhp-view-toggle__btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    color: inherit;
    text-decoration: none;
    background: #fff;
}
.rhp-view-toggle__btn svg{
    fill: currentColor;
}
.rhp-view-toggle__btn:hover{
    background: #f3f4f6;
}
.rhp-view-toggle__btn.is-active{
    border-color: var(--rhp-color-primary, #111827);
    color: var(--rhp-color-primary, #111827);
    background: #eef2ff;
}
.screen-reader-text{
    position: absolute !important;
    height: 1px; width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap;
}
/* Typography */
.rhp-typography,
.rhp-typography a {
    font-family: var(--rhp-font-family);
    font-size: var(--rhp-font-size);
    font-weight: var(--rhp-font-weight);
    color: var(--rhp-color-dark);
}

.rhp-typography a{
}
.rhp-event-header{
    font-size: 1em;

}
.rhp-event-header h2{
    font-size: 1.6em;
}

/* Truncate titles with ellipsis in all views */
.rhp-event-title,
.rhp-event-slider-block__title,
.rhp-fc-sidebar-chip__title,
.rhp-fc-chip__title,
.rhp-calendar__event-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rhp-event-details,
.rhp-event-info,
.rhp-event-title,
.rhp-event-header,
.rhp-event-cta-container,
.rhp-event-date-above-image,
.rhp-event-date-below-image,
.rhp-cta-wrapper,
.rhp-event-tagline,
.rhp--event-tagline,
.rhp-event-venue,
.rhp--event-venue,
.rhp-event-price,
.rhp--event-price,
.rhp-event-age,
.rhp--event-age,
.rhp-event-door-show-time,
.rhp--event-door-show-time,
.rhp-event-room,
.rhp--event-room,
.rhp-event-content-section {
    padding: 0px;
}

.rhp-event-wrapper--grid .rhp-img {
    padding: 0;
}

/* Prevent double padding when nested */
.rhp-event-details .rhp-event-info,
.rhp-event-details .rhp-event-title,
.rhp-event-details .rhp-event-header,
.rhp-event-details .rhp-event-tagline,
.rhp-event-details .rhp--event-tagline,
.rhp-event-details .rhp-event-venue,
.rhp-event-details .rhp--event-venue,
.rhp-event-details .rhp-event-price,
.rhp-event-details .rhp--event-price,
.rhp-event-details .rhp-event-age,
.rhp-event-details .rhp--event-age,
.rhp-event-details .rhp-event-door-show-time,
.rhp-event-details .rhp--event-door-show-time,
.rhp-event-details .rhp-event-room,
.rhp-event-details .rhp--event-room,
.rhp-event-info .rhp-event-title,
.rhp-event-info .rhp-event-header,
.rhp-event-info .rhp-event-tagline,
.rhp-event-info .rhp--event-tagline,
.rhp-event-info .rhp-event-venue,
.rhp-event-info .rhp--event-venue,
.rhp-event-info .rhp-event-price,
.rhp-event-info .rhp--event-price,
.rhp-event-info .rhp-event-age,
.rhp-event-info .rhp--event-age,
.rhp-event-info .rhp-event-door-show-time,
.rhp-event-info .rhp--event-door-show-time,
.rhp-event-info .rhp-event-room,
.rhp-event-info .rhp--event-room,
.rhp-event-content-section .rhp-event-details,
.rhp-event-content-section .rhp-event-info,
.rhp-event-content-section .rhp-event-title,
.rhp-event-content-section .rhp-event-header,
.rhp-event-content-section .rhp-event-tagline,
.rhp-event-content-section .rhp--event-tagline,
.rhp-event-content-section .rhp-event-venue,
.rhp-event-content-section .rhp--event-venue,
.rhp-event-content-section .rhp-event-price,
.rhp-event-content-section .rhp--event-price,
.rhp-event-content-section .rhp-event-age,
.rhp-event-content-section .rhp--event-age,
.rhp-event-content-section .rhp-event-door-show-time,
.rhp-event-content-section .rhp--event-door-show-time,
.rhp-event-content-section .rhp-event-room,
.rhp-event-content-section .rhp--event-room,
.rhp-event-content-section .rhp-cta-wrapper {
    padding: 0 !important;
}

/* Event Image */
.rhp-event-image-container{
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
 }
.rhp-event-image{
    transition: all 0.3s ease;
}
.rhp-event-image--list{
    max-width: 100%;
    height: 100%;
}
.rhp-event-image--grid{
    max-width: 100%;
    height: 100%;
}

.rhp-event-image--card{
    max-width: 100%;
    height: 100%;
}
.rhp-event-date{
  color: #000000;
}

.rhp-event-date--above{

}
.rhp-event-date--overlay{
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 3px;
    padding: 10px;
    max-width: calc(100% - 20px);
    box-sizing: border-box;
    z-index: 2;
    align-self: end;
    margin: 10px;
    color: var(--rhp-color-date);
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
.rhp-event-date--hidden{
    background-color: #0A246A;
}
.rhp-event-date--below{

}


/* Background Styles */

.rhp-bg {
    background: white;
}

.rhp-bg--solid{
    background-color: var(--rhp-bg-solid);
}

.rhp-bg--gradient{
  background-color: var(--rhp-bg-gradient);
}

.rhp-blur {
    filter: blur(50px) opacity(0.5);
    transform: scale(1.4);
}


/* Layout Types */
.rhp-border-style{
    border: 1px solid #4BAEDE55;
    box-shadow: 5px 5px 25px #00000011;
    overflow: hidden;
}
/* Grid */

.rhp-event-wrapper--grid {
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 1;
    container-type: inline-size;
}

.rhp-event-inner {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.rhp-event-cta-container {
    margin-top: auto;
    text-align: center;
}

.rhp-event-wrapper--grid .rhp-event-cta-group {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.rhp-event-wrapper--grid .rhp-event-cta-buttons {
    display: flex;
    gap: 0.5rem;
    width: auto;
    flex: 0 1 auto;
}

.rhp-event-wrapper--grid .rhp-more-info-wrapper {
    width: auto;
    flex: 0 1 auto;
    margin-left: auto;
}

.rhp-event-wrapper--grid .rhp-cta--primary,
.rhp-event-wrapper--grid .rhp-cta--more-info {
    width: auto;
    white-space: nowrap;
    padding: 8px 16px;
    transition: all 0.2s ease;
}

@container (max-width: 450px) {
    .rhp-event-wrapper--grid .rhp-cta--primary,
    .rhp-event-wrapper--grid .rhp-cta {
        padding: 6px 12px;
        font-size: 0.875rem;
        border-radius: 10px;
    }
    .rhp-event-wrapper--grid .rhp-event-details {
        padding-left: 1.5em !important;
    }
}


@container (max-width: 300px) {
    .rhp-event-wrapper--grid .rhp-cta--primary,
    .rhp-event-wrapper--grid .rhp-cta {
        padding: 5px 10px;
        font-size: 0.8rem;
    }
}

.rhp-event-wrapper--grid .rhp-cta--more-info {
    margin: 0;
}

.rhp-event-cta-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 0;
}

/* Card */

.rhp-card-overlay .rhp-event-cta-group,
.rhp-card-overlay .rhp-event-cta-buttons,
.rhp-card-overlay .rhp-more-info-wrapper,
.rhp-card-overlay .rhp-cta-buy-wrapper,
.rhp-card-overlay .rhp-cta-find-wrapper,
.rhp-card-overlay .rhp-cta-secondary-wrapper,
.rhp-card-overlay .rhp-cta-sold-out-wrapper,
.rhp-card-overlay .multiple_ctas {
    width: 100%;
    display: flex!important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.rhp-card-overlay .rhp-cta--primary,
.rhp-card-overlay .rhp-cta--more-info {
    width: 80%;
    max-width: 220px;
    margin: 8px 0;
    min-height: 44px;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}
.rhp-event-wrapper--card{
    position: relative;
    min-width: 0px;
    aspect-ratio: 1 / 1;
    width: 100%;
}

.rhp-event-blurred-bg {
    position: absolute;
    top: -10%;
    left: -10%;
    width: 120%;
    height: 120%;
    background-size: cover;
    background-position: center;
    filter: blur(15px) brightness(0.6);
    z-index: 0;
}

.rhp-event-wrapper--card:hover .rhp-event-date--overlay {
    opacity: 0;
    visibility: hidden;
}

.rhp-event-card-grid {
    display: grid;
    grid-template-columns: repeat(var(--card-columns, 3), 1fr);
    gap: 1.5rem;
    justify-items: center;
}

.rhp-event-wrapper--card img {
    /* object-fit: cover !important;  -- Controlled by Elementor */
}

.rhp-card-overlay{
    opacity: 0;
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Make specific elements inside the overlay clickable */
.rhp-card-overlay a,
.rhp-card-overlay button {
    pointer-events: auto;
}

/* List */

.rhp-event-list-grid {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.rhp-event-wrapper--list{
    position: relative;
    flex-wrap: nowrap;
    overflow: hidden;
}

.rhp-event-wrapper--list .rhp-img,
.rhp-event-wrapper--list .col-8,
.rhp-event-wrapper--list .rhp-event-details {
    min-width: 0;
}

.rhp-event-wrapper--list .rhp-cta-wrapper {
    min-width: 0;
    height: 100%;
    justify-content: stretch;
}

.rhp-event-wrapper--list .rhp-event-cta-group {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
}

.rhp-event-wrapper--list .rhp-event-cta-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

/* Image styling */
.rhp-image-container-height {
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: center;
}
.rhp-hide-image-datebox{
    background-color: #0A246A;
}
/* Calendar styling */

.rhp-calendar .fc-daygrid-day-number {

}
.rhp-calendar {
    --rhp-cal-gap: 8px;
    --rhp-cal-border: #e5e7eb;
    --rhp-cal-header-bg: #111111;
    --rhp-cal-header-text: #ffffff;
    --rhp-cal-day-bg: #ffffff;
    --rhp-cal-day-outside-text: #6b7280; /* gray-500 */
    --rhp-cal-today-border: #2563eb; /* blue-600 */
    --rhp-cal-date-bg: #111111;
    --rhp-cal-date-text: #ffffff;
}

.rhp-calendar--month {
    width: 100%;
}

.rhp-calendar__header {
    margin-bottom: 0.5rem;
}

.rhp-calendar__title {
    margin: 0;
}

.rhp-calendar__grid {
    display: block;
}

.rhp-calendar__grid-head {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 1px;
    background: var(--rhp-cal-header-bg);
    border: 1px solid var(--rhp-cal-header-bg);
}

.rhp-calendar__head-cell {
    text-align: center;
    padding: 0.5rem 0.25rem;
    color: var(--rhp-cal-header-text);
    font-weight: 600;
    background: var(--rhp-cal-header-bg);
}

.rhp-calendar__grid-body {
    display: flex;
    flex-direction: column;
    gap: var(--rhp-cal-gap);
    margin-top: var(--rhp-cal-gap);
}

.rhp-calendar__week {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: var(--rhp-cal-gap);
}

.rhp-calendar__day {
    min-height: 120px;
    background: var(--rhp-cal-day-bg);
    border: 1px solid var(--rhp-cal-border);
    border-radius: 6px;
    padding: 6px 6px 4px;
    display: flex;
    flex-direction: column;
}

.rhp-calendar__day.is-outside {
    opacity: 0.65;
}

.rhp-calendar__day.is-today {
    border-color: var(--rhp-cal-today-border);
    box-shadow: 0 0 0 1px var(--rhp-cal-today-border) inset;
}

.rhp-calendar__date {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 4px;
}

.rhp-calendar__date-badge {
    display: inline-block;
    min-width: 28px;
    padding: 2px 8px;
    border-radius: 999px;
    background: var(--rhp-cal-date-bg);
    color: var(--rhp-cal-date-text);
    text-align: center;
    font-size: 0.85rem;
    line-height: 1.4;
}

.rhp-calendar__day.is-outside .rhp-calendar__date-badge {
    background: #374151; /* gray-700 */
    color: #e5e7eb;      /* gray-200 */
}

.rhp-calendar__events {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.rhp-calendar__event {
    display: block;
    padding: 4px 6px;
    border-radius: 4px;
    cursor: pointer;
    background: transparent;
}

.rhp-calendar__event:hover,
.rhp-calendar__event:focus {
    background: #f3f4f6; /* gray-100 */
    outline: none;
}

.rhp-calendar__event-time {
    font-weight: 600;
    margin-right: 6px;
}

@media (max-width: 767.98px) {
    /* Keep desktop-first but don’t totally break on small screens */
    .rhp-calendar__grid-head {
        font-size: 0.85rem;
    }
    .rhp-calendar__day {
        min-height: 96px;
    }
    .rhp-calendar__event-title {
        display: inline-block;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .rhp-event-wrapper--grid .rhp-more-info-wrapper {
        display: none;
    }
    .rhp-event-wrapper--list .rhp-event-cta-group{
        align-items: center;
    }

    .rhp-event-wrapper--list .rhp-event-cta-group{
        height: auto;
    }

    .rhp-event-wrapper--list .rhp-event-cta-buttons{
        width: 100%;
    }
    .rhp-event-wrapper--list .rhp-cta-buy-wrapper{
        width: 100%;
    }
}

/* ========================= */
/* Calendar Header & Nav     */
/* ========================= */

.rhp-calendar__header {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}

.rhp-calendar__title-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.rhp-calendar__title {
    margin: 0;
}

.rhp-calendar__nav {
    text-decoration: none;
    display: inline-block;
    min-width: 28px;
    padding: 2px 8px;
    border-radius: 999px;
    background: var(--rhp-cal-date-bg);
    color: var(--rhp-cal-date-text);
    text-align: center;
    font-size: 1.3rem !important;
    line-height: 1.4;
}

.rhp-calendar__nav--prev {
    justify-self: start;
    font-size: 2rem;
    line-height: 1;
    padding: 0.25rem 0.5rem;
}

.rhp-calendar__nav--next {
    justify-self: end;
    font-size: 2rem;
    line-height: 1;
    padding: 0.25rem 0.5rem;
}

.rhp-calendar__nav--today {
    margin-top: 4px;
    font-size: 0.875rem;
    padding: 2px 8px;
    border-radius: 999px;
    border: 1px solid var(--rhp-cal-border);
}

/* Responsive Styles */

@media screen and (max-width: 1100px) {
    .rhp-cta, .rhp-cta--primary {
        border-radius: 10px;
    }
    .rhp-event-details {
        padding-left: 1.5em !important;
    }
    .rhp-event-wrapper--grid .rhp-event-cta-group {
        flex-direction: column;
        align-items: stretch;
        flex-wrap: wrap;
    }
    .rhp-event-wrapper--grid .rhp-event-cta-buttons {
        width: 100%;
        flex: 1 1 100%;
        flex-direction: column;
    }
    .rhp-event-wrapper--grid .rhp-more-info-wrapper {
        width: 100%;
        margin-left: 0;
    }
    .rhp-event-wrapper--grid .rhp-cta--primary,
    .rhp-event-wrapper--grid .rhp-cta--more-info {
        width: 100%;
    }
}

.rhp-fc-chip {
    /** bounds to inside calendar cell */
    width: 100%;
    text-wrap: auto;
}
.rhp-fc-chip__footer {
  padding: 1rem;
}

/* Slider Styles */
.rhp-events-slider-container {
    width: 100%;
}

.rhp-events-splide .splide__slide {
}

.rhp-slider-letterbox .rhp-event-slider-item {
    height: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rhp-event-slider-item {
    position: relative;
    width: 100%;
    height: 100%;
    /* Background is handled via inline styles if letterbox is enabled */
    background: transparent;
    overflow: hidden;
}

.rhp-event-slider-blurred-bg {
    display: none;
    position: absolute;
    top: -50px;
    left: -50px;
    right: -50px;
    bottom: -50px;
    background-size: cover;
    background-position: center;
    /* Custom properties are set via inline styles in slider.php */
    z-index: 0;
}

.rhp-slider-letterbox-blurred .rhp-event-slider-blurred-bg {
    display: block;
}

.rhp-event-slider-image {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.rhp-slider-letterbox .rhp-event-slider-image {
    object-fit: contain !important;
    width: 100% !important;
    height: 100% !important;
}

.rhp-slider-letterbox .rhp-event-slider-item-wrapper,
.rhp-slider-letterbox .rhp-event-slider-item-wrapper a {
    display: block;
    width: 100%;
    height: 100%;
}

/* Event Slider Block Styles */
.rhp-event-slider-main-wrapper {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    align-items: stretch;
    position: relative; /* Added to support absolute positioning of overlays */
}

.rhp-events-splide {
    flex: 1;
    min-width: 0;
}

.rhp-event-slider-external-info {
    flex: 0 0 350px;
    background: transparent;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.rhp-event-slider-info-pane {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s;
    z-index: 1;
}

.rhp-event-slider-info-pane.is-active {
    opacity: 1;
    visibility: visible;
    position: relative;
    z-index: 2;
}

.rhp-event-slider-pagination {
    position: relative;
    bottom: auto;
    left: auto;
    transform: none;
    padding: 1rem 0 0 0;
    justify-content: center;
    width: 100%;
    z-index: 1;
    margin-top: 15px;
}

/* Ensure pagination stays below slides but within the slider section */
/* Moved to .rhp-events-splide definition for consistency */

/* Desktop: Hide mobile fallback, show desktop layout */
.rhp-event-slider-mobile-fallback {
    display: none !important;
}

/* Side-by-side (50/50) for Left/Right positions on desktop */
.rhp-slider-event-block-left .rhp-event-slider-main-wrapper,
.rhp-slider-event-block-right .rhp-event-slider-main-wrapper {
    display: flex;
    flex-direction: row;
    align-items: stretch;
}

.rhp-slider-event-block-left .rhp-event-slider-main-wrapper {
    flex-direction: row-reverse; /* Put info on the left */
}

.rhp-slider-event-block-left .rhp-events-splide,
.rhp-slider-event-block-right .rhp-events-splide {
    flex: 0 0 70%;
    width: 70%;
    display: flex;
    flex-direction: column;
}

.rhp-slider-event-block-left .rhp-event-slider-desktop-info,
.rhp-slider-event-block-right .rhp-event-slider-desktop-info {
    flex: 0 0 30%;
    width: 30%;
    display: flex;
    flex-direction: column;
}

/* Ensure the info block takes full height in side-by-side mode */
.rhp-event-slider-desktop-info .rhp-event-slider-info-pane {
    height: 100%;
}

.rhp-event-slider-desktop-info .rhp-event-slider-block {
    height: 100%;
    flex: 1;
}

/* Overlay Specific Layout */
.rhp-slider-event-block-overlay .rhp-event-slider-desktop-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    pointer-events: none;
    z-index: 10;
    padding: 0;
}

.rhp-slider-event-block-overlay .rhp-event-slider-info-pane {
    height: 100%;
    width: 100%;
}

.rhp-event-slider-block--overlay {
    position: relative;
    height: 100%;
    width: 100%;
    background: transparent !important;
}

/* The darkened content area (66% width) */
.rhp-event-slider-block__overlay-content {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 66%;
    background: rgba(0, 0, 0, 0.7);
    padding: 20px;
    pointer-events: auto;
}

/* Price in the upper right of the overlay div */
.rhp-event-slider-block__price-overlay {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0.5);
    padding: 5px 10px;
    color: #fff;
    pointer-events: auto;
    z-index: 5;
}

/* Tickets CTA outside the overlay */
.rhp-event-slider-block__cta-external {
    position: absolute;
    bottom: 20px;
    right: 20px;
    pointer-events: auto;
}

/* More info aligned lower right in the overlay */
.rhp-event-slider-block__more-info {
    text-align: right;
    margin-top: 10px;
}

.rhp-event-slider-block__more-info a {
    color: #fff;
    text-decoration: underline;
}

/* Responsive: Hide desktop layout, show 'below' fallback on mobile */
@media screen and (max-width: 767px) {
    .rhp-event-slider-desktop-info {
        display: none !important;
    }

    .rhp-event-slider-mobile-fallback {
        display: block !important;
        width: 100%;
    }

    .rhp-event-slider-main-wrapper {
        flex-direction: column !important;
    }

    .rhp-events-splide,
    .rhp-event-slider-external-info {
        width: 100% !important;
        flex: none !important;
    }
}

.rhp-event-slider-item {
    flex: 1;
}

.rhp-event-slider-block {
    width: 100%;
    padding: 20px;
    background: transparent;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    z-index: 2;
}

.rhp-event-slider-block__title {
    margin: 0 0 10px 0;
    font-size: 2rem;
    font-weight: 800;
    text-transform: uppercase;
}

.rhp-event-slider-block__title a {
    color: #000;
    text-decoration: none;
}

.rhp-event-slider-block__title a:hover {
    text-decoration: underline;
}

.rhp-event-slider-block__description {
    font-size: 1rem;
    line-height: 1.4;
    margin-bottom: 20px;
    color: #333;
}

.rhp-event-slider-block__date-time {
    font-size: 1.1rem;
    color: #000;
    margin-bottom: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.rhp-event-slider-block__date {
    margin-right: 0;
}

.rhp-event-slider-block__date::after {
    content: "";
    display: block;
}

.rhp-event-slider-block__price {
    font-size: 1rem;
    margin-bottom: 20px;
    color: #000;
    font-weight: 600;
}

.rhp-event-slider-block__footer {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: auto;
    gap: 15px;
}

.rhp-event-slider-block__more-info-link {
    color: #000;
    text-decoration: none;
    font-size: 0.9rem;
    border-bottom: 1px solid #000;
}

.rhp-event-slider-block__footer-right .rhp-cta--primary {
    background: #000;
    color: #fff;
    padding: 10px 40px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 0;
}

.rhp-slider-event-block-below .rhp-event-slider-main-wrapper {
    flex-direction: column;
}

.rhp-slider-event-block-below .rhp-event-slider-block,
.rhp-slider-event-block-overlay .rhp-event-slider-block {
    flex: 0 0 auto;
    width: 100%;
}

/* Responsive Mobile Mode - Force 'below' */
@media screen and (max-width: 768px) {
    .rhp-event-slider-main-wrapper {
        flex-direction: column !important;
    }

    .rhp-event-slider-external-info {
        flex: none !important;
        width: 100% !important;
    }

    .rhp-event-slider-info-pane.is-active {
        position: relative !important;
    }
}


/** splide pagination bar at bottom on overlay? */

.rhp-slider-event-block-overlay .splide__pagination  {
    bottom: -3em !important;
}


/* ========================= */
/* Event Social Links        */
/* ========================= */

.rhp-event-social-links-wrapper.horizontal ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}
.rhp-event-social-links-wrapper.horizontal li {
    margin-right: 15px;
    margin-bottom: 10px;
}
.rhp-event-social-links-wrapper.vertical ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.rhp-event-social-links-wrapper.vertical li {
    margin-bottom: 10px;
}
.rhp-event-social-links-wrapper a {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    gap: 8px;
    transition: opacity 0.2s ease;
}
.rhp-event-social-links-wrapper a:hover {
    opacity: 0.8;
}
.rhp-event-social-links-wrapper a:focus {
    outline: 2px solid currentColor;
    outline-offset: 4px;
    border-radius: 2px;
}
.rhp-event-social-links-wrapper .rhp-events-icon {
    font-size: 1.2em;
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    text-align: center;
    background-color: currentColor;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
}

.rhp-events-icon.facebook { -webkit-mask-image: url('../icons/facebook.svg'); mask-image: url('../icons/facebook.svg'); }
.rhp-events-icon.instagram { -webkit-mask-image: url('../icons/instagram.svg'); mask-image: url('../icons/instagram.svg'); }
.rhp-events-icon.spotify { -webkit-mask-image: url('../icons/spotify.svg'); mask-image: url('../icons/spotify.svg'); }
.rhp-events-icon.tiktok { -webkit-mask-image: url('../icons/tiktok.svg'); mask-image: url('../icons/tiktok.svg'); }
.rhp-events-icon.x { -webkit-mask-image: url('../icons/x.svg'); mask-image: url('../icons/x.svg'); }
.rhp-events-icon.apple { -webkit-mask-image: url('../icons/apple.svg'); mask-image: url('../icons/apple.svg'); }
.rhp-events-icon.amazon { -webkit-mask-image: url('../icons/amazon.svg'); mask-image: url('../icons/amazon.svg'); }
.rhp-events-icon.soundcloud { -webkit-mask-image: url('../icons/soundcloud.svg'); mask-image: url('../icons/soundcloud.svg'); }
.rhp-events-icon.bandcamp { -webkit-mask-image: url('../icons/bandcamp.svg'); mask-image: url('../icons/bandcamp.svg'); }
.rhp-events-icon.youtube { -webkit-mask-image: url('../icons/youtube.svg'); mask-image: url('../icons/youtube.svg'); }
.rhp-events-icon.tumblr { -webkit-mask-image: url('../icons/tumblr.svg'); mask-image: url('../icons/tumblr.svg'); }
.rhp-events-icon.globe { -webkit-mask-image: url('../icons/globe.svg'); mask-image: url('../icons/globe.svg'); }

/* ========================= */
/* Event Info Sections       */
/* ========================= */

.rhp-event-info-sections {
    width: 100%;
}

.rhp-event-info-sections .infoAccor {
    margin-bottom: 10px;
}

.rhp-event-info-sections .accordionSection {
    border: 1px solid #eee;
    background: #fff;
    transition: all 0.3s ease;
}

.rhp-event-info-sections .accHeader {
    cursor: pointer;
}

.rhp-event-info-sections .accordionLink {
    text-decoration: none;
    color: inherit;
    padding: 15px 20px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.rhp-event-info-sections .infoDropIcon {
    font-size: 14px;
    width: 14px;
    height: 14px;
    display: inline-block;
    background-color: currentColor;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
}

.rhp-event-info-sections .collapseInfoSection {
    border-top: 1px solid #eee;
    display: none;
    flex-direction: column;
}

.rhp-events-icon.plus { -webkit-mask-image: url('../icons/plus.svg'); mask-image: url('../icons/plus.svg'); }
.rhp-events-icon.minus { -webkit-mask-image: url('../icons/minus.svg'); mask-image: url('../icons/minus.svg'); }
