.wrap.pjg-events-wrap {
    padding: 0 25px;
}

.pjg-events-grid-filters {
    position: relative;
    top: 12px;
    z-index: 0;
    margin: 0 0 20px;
    padding: 10px 0;
    border: none;
    background: #fff;
}

.pjg-events-grid-filters__view-toggle {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    flex: 0 0 auto;
}

.pjg-events-grid-filters__field.pjg-events-grid-filters__field--view-select {
    display: none;
    min-width: 170px;
    margin: 0;
}

.pjg-events-grid-filters__view-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 0 14px;
    border: 1px solid #253746;
    background: transparent;
    color: #253746;
    font-family: AddingtonCF-DemiBold, serif;
    font-size: 14px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    line-height: 1.2;
    cursor: pointer;
    transition: transform 0.22s ease, color 0.22s ease, background-color 0.22s ease, border-color 0.22s ease;
}

.pjg-events-grid-filters__view-btn:hover,
.pjg-events-grid-filters__view-btn:focus-visible {
    transform: scale(1.05);
}

.pjg-events-grid-filters__view-btn.is-active {
    background: #253746;
    color: #fff;
}

.pjg-events-grid-filters__row {
    display: flex;
    align-items: flex-end;
    gap: 10px;
    margin-bottom: 0;
}

.pjg-events-grid-filters__row--main {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 10px;
}

.pjg-events-grid-filters__search-row {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10px;
}

.pjg-events-grid-filters__left {
    display: flex;
    align-items: flex-end;
    gap: 10px;
    margin-left: auto;
    flex: 0 1 auto;
}

.pjg-events-grid-filters__right {
    display: flex;
    align-items: flex-end;
    gap: 10px;
    margin-left: auto;
    flex: 0 0 auto;
}

.pjg-events-grid-filters__left .pjg-events-grid-filters__field {
    min-width: 170px;
    margin: 0;
}

.pjg-events-grid-filters__left .pjg-events-grid-filters__field--search {
    min-width: 255px;
}

.pjg-events-grid-filters__field--search {
    min-width: 255px;
}

.pjg-events-grid-filters__field--search input[type="search"] {
    height: 36px;
}

.pjg-events-grid-filters__search-wrap {
    position: relative;
}

.pjg-events-grid-filters__search-wrap input[type="search"] {
    padding-right: 34px;
}

.pjg-events-grid-filters__search-clear {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #253746;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    display: none;
}

.pjg-events-grid-filters__search-clear:hover,
.pjg-events-grid-filters__search-clear:focus-visible {
    color: #253746;
    transform: translateY(-50%) scale(1.05);
    box-shadow: none;
}

.pjg-events-grid-filters__actions--search {
    align-self: flex-end;
}

.pjg-events-grid-filters__actions--search button {
    height: 36px;
    padding: 0 14px;
    background: transparent;
    color: #253746;
    border: 1px solid #253746;
}

.pjg-events-grid-filters__actions--clear {
    align-self: flex-end;
}

.pjg-events-grid-filters__clear {
    height: 36px;
    min-height: 36px;
    padding: 0 14px;
    border: 1px solid #253746;
    background: transparent;
    color: #253746;
    font-family: AddingtonCF-DemiBold, serif;
    font-size: 14px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    line-height: 1.2;
    text-decoration: none;
}

.pjg-events-grid-filters__field {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.pjg-events-grid-filters__field label {
    color: #253746;
    font-family: AddingtonCF-DemiBold, serif;
    font-size: 12px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.pjg-events-grid-filters__field input[type="search"],
.pjg-events-grid-filters__field select {
    width: 100%;
    padding: 8px 10px;
    height: 36px;
    border: 1px solid #253746;
    border-radius: 0;
    background: #fff;
    color: #253746;
    font-family: Roboto-Light, sans-serif;
    font-size: 15px;
    line-height: 1.2;
}

.pjg-events-grid-filters__field select[multiple] {
    min-height: 106px;
}

.pjg-events-grid-filters__field input[type="search"]:focus-visible,
.pjg-events-grid-filters__field select:focus-visible {
    outline: 1px solid #2271b1;
    outline-offset: 0;
    border-color: #2271b1;
}

.pjg-events-grid-filters__actions {
    display: flex;
    align-items: flex-end;
    gap: 8px;
}

.pjg-events-grid-filters__actions button,
.pjg-events-grid-filters__actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 7px 14px 8px;
    border: 1px solid #253746;
    background: #253746;
    color: #fff;
    text-decoration: none;
    font-family: AddingtonCF-DemiBold, serif;
    font-size: 14px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    border-radius: 0;
    cursor: pointer;
    transition: transform 0.22s ease, color 0.22s ease, background-color 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.pjg-events-grid-filters__actions a {
    background: transparent;
    color: #253746;
}

.pjg-events-grid-filters__actions button:hover,
.pjg-events-grid-filters__actions button:focus-visible,
.pjg-events-grid-filters__actions a:hover,
.pjg-events-grid-filters__actions a:focus-visible {
    transform: scale(1.05);
    text-decoration: none;
}

.pjg-events-grid-filters__actions .pjg-events-grid-filters__clear,
.pjg-events-grid-filters__actions .pjg-events-grid-filters__clear:hover,
.pjg-events-grid-filters__actions .pjg-events-grid-filters__clear:focus-visible,
.pjg-events-grid-filters__actions--search button,
.pjg-events-grid-filters__actions--search button:hover,
.pjg-events-grid-filters__actions--search button:focus-visible {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    height: 36px;
    padding: 0 14px;
    border: 1px solid #253746;
    background: transparent;
    color: #253746;
    font-family: AddingtonCF-DemiBold, serif;
    font-size: 14px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    line-height: 1.2;
    text-decoration: none;
}

.pjg-events-grid-filters__actions .pjg-events-grid-filters__clear:hover,
.pjg-events-grid-filters__actions .pjg-events-grid-filters__clear:focus-visible,
.pjg-events-grid-filters__actions--search button:hover,
.pjg-events-grid-filters__actions--search button:focus-visible {
    transform: scale(1.05);
    box-shadow: none;
}

@media screen and (max-width: 900px) {
    .pjg-events-grid-filters__row {
        align-items: stretch;
    }

    .pjg-events-grid-filters__row--main {
        flex-direction: column;
        align-items: stretch;
    }

    .pjg-events-grid-filters__left,
    .pjg-events-grid-filters__right {
        justify-content: flex-start;
        flex-wrap: wrap;
        margin-left: 0;
    }

    .pjg-events-grid-filters__left .pjg-events-grid-filters__field,
    .pjg-events-grid-filters__field--search {
        min-width: 0;
        flex: 1 1 220px;
    }

    .pjg-events-grid-filters__actions {
        align-items: stretch;
    }
}

@media screen and (max-width: 1300px) {
    .pjg-events-grid-filters__row--main {
        flex-direction: column;
        align-items: stretch;
    }

    .pjg-events-grid-filters__view-toggle {
        margin-bottom: 8px;
    }

    .pjg-events-grid-filters__left {
        margin-left: 0;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 480px) {
    .pjg-events-grid-filters__view-toggle {
        display: none;
    }

    .pjg-events-grid-filters__field.pjg-events-grid-filters__field--view-select {
        display: flex;
        width: 100%;
    }
}

.pjg-events-archive {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr;
}

.pjg-events-archive__empty {
    font-family: Roboto-Light, sans-serif;
    color: #253746;
}

#pjg-events-grid-results {
    transition: opacity 0.2s ease;
    margin-top: 30px;
}

#pjg-events-grid-results.is-loading {
    opacity: 0.55;
    pointer-events: none;
}

.pjg-events-weekly-list__heading {
    margin: 0 0 10px;
    color: #253746;
    font-size: 22px;
    font-family: Roboto-Light, sans-serif;
}

.pjg-events-calendar__title {
    margin: 0;
    color: #253746;
    font-family: 'Roboto-Light';
    font-size: 30px;
    text-align: center;
}

.pjg-events-calendar__nav {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 12px;
    margin: 0 0 12px;
}

.pjg-events-calendar__nav-btn--prev {
    justify-self: start;
}

.pjg-events-calendar__nav-btn--next {
    justify-self: end;
}

.pjg-events-calendar__nav--bottom {
    margin: 12px 0 0;
}

.pjg-events-calendar__nav-btn,
.pjg-events-calendar__nav-btn:visited {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    min-height: 36px;
    padding: 0 14px;
    border: none;
    background: transparent;
    color: #253746;
    font-family: AddingtonCF-DemiBold, serif;
    font-size: 14px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    transition: transform 0.22s ease, color 0.22s ease, background-color 0.22s ease, border-color 0.22s ease;
}

.pjg-events-calendar__nav-btn:hover,
.pjg-events-calendar__nav-btn:focus-visible {
    color: #253746;
    text-decoration: none;
    transform: scale(1.05);
}

.pjg-events-calendar__nav-btn.is-disabled,
.pjg-events-calendar__nav-btn.is-disabled:visited,
.pjg-events-calendar__nav-btn.is-disabled:hover,
.pjg-events-calendar__nav-btn.is-disabled:focus-visible {
    pointer-events: none;
    opacity: 0.35;
    text-decoration: none;
    transform: none;
}

.pjg-events-calendar__nav-chevron {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1em;
    height: 1em;
    font-size: 16px;
    line-height: 1;
    flex: 0 0 auto;
    margin-top: 3px;
}

.pjg-events-calendar__weekdays {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 6px;
    margin-bottom: 6px;
}

.pjg-events-calendar__weekdays span {
    color: #253746;
    font-family: AddingtonCF-DemiBold, serif;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-size: 14px;
    text-align: left;
}

.pjg-events-calendar__grid {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 6px;
}

.pjg-events-calendar__cell {
    min-height: 126px;
    border: 1px solid rgba(37, 55, 70, 0.16);
    background: #fff;
    padding: 10px;
}

.pjg-events-calendar__cell--past {
    background: rgba(37, 55, 70, 0.03);
}

.pjg-events-calendar__cell--empty {
    background: rgba(37, 55, 70, 0.03);
}

.pjg-events-calendar__day {
    margin-bottom: 8px;
    color: #253746;
    font-family: AddingtonCF-DemiBold, serif;
    font-size: 16px;
    line-height: 1;
}

.pjg-events-calendar__events {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.pjg-events-calendar__events a,
.pjg-events-calendar__events a:visited,
.pjg-events-calendar__event-label {
    color: #253746;
    text-decoration: none;
    font-family: Roboto-Light, sans-serif;
    font-size: 16px;
    line-height: 1.3;
}

.pjg-events-calendar__events a:hover {
    color: #b5bd00;
}

.pjg-events-calendar__event-time {
    display: block;
    font-size: 12px;
    line-height: 1.25;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
}

.pjg-events-calendar__event--on-sale-starting .pjg-events-calendar__event-time {
    color: #e6451e;
}

.pjg-events-calendar__event--daily-admissions a,
.pjg-events-calendar__event--daily-admissions .pjg-events-calendar__event-label {
    display: block;
    border-left: 3px solid #b5bd00;
    padding-left: 8px;
}

.pjg-events-calendar__event--public-tour a,
.pjg-events-calendar__event--public-tour .pjg-events-calendar__event-label {
    display: block;
    border-left: 3px solid #4d7fa4;
    padding-left: 8px;
}

.pjg-events-calendar__event--wordpress-ticketed a,
.pjg-events-calendar__event--wordpress-ticketed .pjg-events-calendar__event-label {
    display: block;
    border-left: 3px solid #e6451e;
    padding-left: 8px;
}

.pjg-events-calendar__event--wordpress-non-ticketed a,
.pjg-events-calendar__event--wordpress-non-ticketed .pjg-events-calendar__event-label {
    display: block;
    border-left: 3px solid #4d7fa4;
    padding-left: 8px;
}

.pjg-events-calendar__event--daily-admissions a:hover {
    color: #b5bd00;
}

.pjg-events-calendar__event--public-tour a:hover {
    color: #4d7fa4;
}

.pjg-events-calendar__event--wordpress-ticketed a:hover {
    color: #e6451e;
}

.pjg-events-calendar__event--wordpress-non-ticketed a:hover {
    color: #4d7fa4;
}

.pjg-events-weekly-list__items {
    list-style: none;
    margin: 0 0 24px;
    padding: 0;
    border-top: 1px solid rgba(37, 55, 70, 0.16);
}

.pjg-events-weekly-list__item {
    border-bottom: 1px solid rgba(37, 55, 70, 0.16);
}

.pjg-events-weekly-list__link,
.pjg-events-weekly-list__link:visited {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    padding: 14px 0;
    color: #253746;
    text-decoration: none;
}

.pjg-events-weekly-list__link:hover {
    color: #253746;
}

.pjg-events-weekly-list__link--has-media,
.pjg-events-weekly-list__link--has-media:visited {
    display: grid;
    grid-template-columns: 170px minmax(0, 1fr);
    grid-template-areas:
        "media summary"
        "media details";
    align-items: center;
    gap: 4px 16px;
}

.pjg-events-weekly-list__link--has-media .pjg-events-weekly-list__media {
    grid-area: media;
    align-self: center;
}

.pjg-events-weekly-list__link--has-media .pjg-events-weekly-list__summary {
    grid-area: summary;
    align-self: center;
}

.pjg-events-weekly-list__link--has-media .pjg-events-weekly-list__details {
    grid-area: details;
}

.pjg-events-weekly-list__title {
    font-family: Roboto-Light, sans-serif;
    font-size: 24px;
    line-height: 1.2;
    transition: color 0.2s ease;
    margin-bottom: -3px;
}

.pjg-events-weekly-list__link:hover .pjg-events-weekly-list__title,
.pjg-events-weekly-list__link:focus-visible .pjg-events-weekly-list__title {
    color: #b5bd00;
}

.pjg-events-weekly-list__media {
    width: 170px;
    min-width: 170px;
    display: flex;
    align-items: center;
    align-self: stretch;
    overflow: hidden;
}

.pjg-events-weekly-list__media img {
    display: block;
    width: 100%;
    height: auto;
}

.pjg-events-weekly-list__summary {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}

.pjg-events-weekly-list__details {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}

.pjg-events-weekly-list__meta {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: Roboto-Light, sans-serif;
    font-size: 16px;
    line-height: 1.3;
}

.pjg-events-weekly-list__meta--category {
    font-size: 14px;
    margin-bottom: 3px;
}

@media screen and (max-width: 1099px) {
    .pjg-events-calendar__weekdays {
        display: none;
    }

    .pjg-events-calendar__grid {
        grid-template-columns: 1fr;
    }

    .pjg-events-calendar__cell {
        min-height: 0;
    }

    .pjg-events-calendar__cell--empty {
        display: none;
    }

    .pjg-events-weekly-list__link,
    .pjg-events-weekly-list__link:visited {
        gap: 4px 16px;
    }
}

.pjg-events-archive li {
    border: none;
    padding: 0 22px 22px;
    border-radius: 0;
    background: #ffffff;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    background: linear-gradient(135deg, rgba(209, 197, 169, 0.2) 0%, rgba(209, 197, 169, 0.19) 88%);
    transform: scale(1);
    box-shadow: 0 1px 4px rgba(37, 55, 70, 0.06);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
    transform-origin: center center;
}

.pjg-events-archive li:hover,
.pjg-events-archive li:focus-within {
    transform: scale(1.01);
    box-shadow: 0 6px 14px rgba(37, 55, 70, 0.12), 0 2px 5px rgba(37, 55, 70, 0.08);
}

.pjg-events-archive__card-link,
.pjg-events-archive__card-link:visited {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

@media screen and (min-width: 1100px) {
    .pjg-events-archive {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px;
    }
}

@media screen and (min-width: 1024px) {
    .pjg-events-archive {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 26px;
    }
}

@media screen and (min-width: 1280px) {
    .pjg-events-archive {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 28px;
    }
}

.pjg-events-archive h2 {
    margin: 0 0 10px;
    font-family: Roboto-Light, sans-serif;
    text-transform: none;
    letter-spacing: 0;
    font-size: 26px;
    line-height: 1.2;
    color: #253746;
}

.pjg-events-archive li::before {
    display: none;
}

.pjg-event-meta p,
.event-meta p {
    margin: 6px 0;
    font-family: Roboto-Light, sans-serif;
    color: #424143;
}

.event-featured-image {
    margin: 20px 0;
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
}

.pjg-events-archive li .event-featured-image {
    margin: -22px -24px 15px;
    max-width: none;
}

.event-featured-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 0;
}

.pjg-events-archive__info {
    margin: 0 -24px 0;
    text-align: left;
    border: none;
    background: linear-gradient(135deg, rgba(209, 197, 169, 0.2) 0%, rgba(209, 197, 169, 0.19) 88%);
    padding: 0;
    box-shadow: none;
    border-radius: 0;
    display: grid;
    grid-template-columns: 1fr;
    height: auto;
    min-height: 0;
    justify-content: flex-start;
    align-items: stretch;
    grid-area: auto;
    position: static;
    overflow: hidden;
}

.pjg-events-archive__info .pjg-event-template__info-item {
    margin: 0;
    padding: 12px 18px;
    font-size: 17px;
    line-height: 1.4;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.pjg-events-archive__info .pjg-event-template__info-item > div:last-child {
    overflow-wrap: anywhere;
    word-break: break-word;
    font-size: 15px;
}

.pjg-events-archive__info .pjg-event-template__admission-note {
    margin-top: 10px;
}

.pjg-events-archive__info a.button.button-cta.pjg-event-template__register-btn,
.pjg-events-archive__info a.button.button-cta.pjg-event-template__register-btn:visited {
    background: #b6c300;
    background-image: none;
    border-color: #b6c300;
    color: #253746;
    text-decoration: none;
    width: 100%;
}

.pjg-events-archive__info a.button.button-cta.pjg-event-template__register-btn:hover,
.pjg-events-archive__info a.button.button-cta.pjg-event-template__register-btn:focus {
    background: #a6b300;
    border-color: #a6b300;
    color: #253746;
    text-decoration: none;
}

.pjg-events-archive__info .pjg-event-template__member-link,
.pjg-events-archive__info .pjg-event-template__member-link:visited {
    display: inline-block;
    margin-top: 8px;
    background: transparent;
    border-color: #253746;
    color: #253746;
    text-decoration: none;
}

.pjg-events-archive__info .pjg-event-template__member-link:hover {
    background: #253746;
    border-color: #253746;
    color: #fff;
    text-decoration: none;
}

@media screen and (min-width: 980px) {
    .pjg-events-archive__info {
        height: auto;
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .pjg-events-archive__info .pjg-event-template__info-item {
        padding: 14px 16px;
    }

    .pjg-events-archive__info .pjg-event-template__info-item + .pjg-event-template__info-item {
        border-left: 1px solid rgba(37, 55, 70, 0.2);
    }

    .pjg-events-archive__info .pjg-event-template__info-item:first-child,
    .pjg-events-archive__info .pjg-event-template__info-item:last-child {
        padding-top: 14px;
        padding-bottom: 14px;
    }
}

.logged-in.post-type-archive-pjg_event .wrap.pjg-events-wrap {
    padding-bottom: calc(140px + env(safe-area-inset-bottom));
    max-width: 1500px;
    margin-right: auto;
    margin-left: auto;
}

.single-pjg_event .entry-title {
    text-align: center;
}

.entry-header .entry-title {
    width: 100%;
}

@media screen and (min-width: 768px) {
    .entry-header .entry-title {
        width: 100%;
        font-size: 70px;
        line-height: 80px;
        margin-bottom: 10px;
    }
}

.pjg-event-actions .button,
.event-meta .button,
.pjg-events-archive .button {
    display: inline-block;
    padding: 8px 14px;
    border-radius: 0;
    background: #253746;
    color: #ffffff;
    text-decoration: none;
    border: 1px solid #253746;
    font-family: AddingtonCF-Light, serif;
    text-transform: none;
    letter-spacing: 0.08em;
    font-size: 12px;
    line-height: 1.2;
}

.pjg-event-actions .button:hover,
.event-meta .button:hover,
.pjg-events-archive .button:hover {
    background: #1a2630;
    border-color: #1a2630;
}

.event-meta strong,
.pjg-event-meta strong {
    font-family: AddingtonCF-Light, serif;
    text-transform: none;
    letter-spacing: 0.06em;
    font-size: 12px;
    color: #253746;
}

.pjg-events-archive a,
.pjg-events-archive a:visited {
    color: #253746;
    text-decoration: none;
}

.pjg-events-archive a:hover {
    color: #b5bd00;
}

.event-meta a,
.event-meta a:visited {
    color: #253746;
}

.event-meta a:hover {
    color: #b5bd00;
}

.pjg-sponsors {
    margin-top: 28px;
    padding-top: 20px;
    border-top: 1px solid #e5e5e5;
}

.pjg-sponsors__title {
    margin: 0 0 16px;
    font-family: AddingtonCF-Light, serif;
    text-transform: none;
    letter-spacing: 0;
    font-size: 18px;
    color: #253746;
}

.pjg-sponsors__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, max-content));
    align-items: center;
}

.pjg-sponsors__item img {
    display: block;
    width: auto;
    height: auto;
    max-height: 110px;
}

.pjg-event-template {
    padding: 28px 16px 56px;
    background: transparent;
}

.pjg-event-template__inner {
    max-width: 1100px;
    margin: 0 auto;
}

.pjg-event-template__article {
    margin: 0;
}

.pjg-event-template__hero {
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 20px;
    align-items: start;
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 16px;
}

.pjg-event-template .entry-content.pjg-event-template__hero {
    max-width: 1200px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 1099px) {
    .pjg-event-template__hero,
    .pjg-event-template .entry-content.pjg-event-template__hero {
        display: flex !important;
        flex-direction: column;
        align-items: stretch;
    }

    .pjg-event-template__media {
        order: 1;
        width: 100% !important;
        max-width: 100% !important;
    }

    .site-main.pjg-event-template .pjg-event-template__info {
        order: 2;
        width: 100% !important;
        max-width: 100% !important;
    }

    .site-main.pjg-event-template .pjg-event-template__media.wp-caption {
        width: 100% !important;
        max-width: 100% !important;
    }
}

@media screen and (min-width: 1100px) {
    .pjg-event-template__hero {
        grid-template-areas: "info media" !important;
        grid-template-columns: minmax(0, 35%) minmax(0, 65%) !important;
        gap: 28px;
        align-items: stretch;
    }

    /* Keep media/info boxes aligned in height; let featured caption hang below image. */
    .site-main.pjg-event-template .pjg-event-template__media.wp-caption {
        position: relative;
    }

    .site-main.pjg-event-template .pjg-event-template__media.wp-caption > .wp-element-caption {
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        margin-top: 5px;
    }

    .site-main.pjg-event-template .entry-content.pjg-event-template__hero {
        margin-bottom: 54px;
    }
}

.pjg-event-template__header {
    margin: 0 0 24px;
    text-align: left;
}

.pjg-event-template .entry-header {
    text-align: left;
}

.pjg-event-template__kicker {
    margin: 0 0 8px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0.02em;
    text-transform: none;
    color: rgba(37, 55, 70, 0.72);
}

.pjg-event-template__kicker a,
.pjg-event-template__kicker a:visited {
    color: inherit;
    text-decoration: none;
}

.pjg-event-template__kicker a:hover,
.pjg-event-template__kicker a:focus {
    text-decoration: none;
    color: #253746;
}

.pjg-event-template__title {
    margin: 0;
    width: 100%;
    color: #253746;
    text-align: left;
}

.pjg-event-template__categories {
    font-size: 15px;
    line-height: 1.4;
    color: #253746;
    font-family: Roboto-Light, sans-serif;
    margin-bottom: 5px;
}

.pjg-event-template__categories a {
    color: inherit;
    text-decoration: none;
}

.site-main.pjg-event-template .pjg-event-template__categories a {
    font-size: 18px;
}

.pjg-event-template__categories a:hover {
    text-decoration: none;
}

.pjg-events-archive__datetime {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 16px;
    margin-bottom: 3px;
}

.pjg-events-archive__datetime .pjg-event-template__label-icon,
.pjg-events-archive__datetime .pjg-event-template__label-icon--when {
    margin: 0;
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    line-height: 1;
}

.pjg-events-archive__location {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 16px;
    margin-bottom: 3px;
}

.pjg-events-archive__location .pjg-event-template__label-icon {
    margin: 0;
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    line-height: 1;
}

.pjg-event-template__back-chevron {
    font-size: 0.85em;
    line-height: 1;
    display: inline-block;
}

.pjg-event-template__back-link a,
.pjg-event-template__back-link a:visited {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.pjg-event-template .entry-header .entry-title {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    text-align: left;
}

.pjg-event-template__media {
    margin: 0;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0;
    grid-area: media;
}

.site-main.pjg-event-template .pjg-event-template__media.wp-caption {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.pjg-event-template__media img {
    width: 100%;
    height: auto;
    display: block;
    border: 1px solid rgba(37, 55, 70, 0.18);
}

.pjg-event-template__details {
    max-width: 920px;
    margin: 0 auto;
    border: none;
    background: #fff;
    padding: 18px;
}

.site-main.pjg-event-template .pjg-event-template__info {
    margin-top: 0;
    text-align: left;
    border: none;
    background: linear-gradient(135deg, rgba(209, 197, 169, 0.2) 0%, rgba(209, 197, 169, 0.19) 88%);
    padding: 15px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    grid-area: info;
    position: relative;
    overflow: hidden;
}

.pjg-event-template__status-banner {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    padding: 12px 20px;
    font-family: AddingtonCF-DemiBold, serif;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    text-align: center;
    z-index: 2;
}

.pjg-event-template__status-banner--canceled {
    background: rgba(230, 69, 30, 0.95);
    color: #fff;
}

.pjg-event-template__status-banner + .pjg-event-template__info-item {
    margin-top: 58px;
}

.pjg-event-template__info--canceled > :not(.pjg-event-template__status-banner) {
    opacity: 0.5;
}

.pjg-event-template__info-item {
    margin: 0 0 18px;
    font-size: 19px;
    line-height: 1.3;
    color: #253746;
    font-family: 'Roboto-Light';
}

.pjg-event-template__info strong {
    margin-right: 6px;
    font-family: inherit;
    text-transform: uppercase;
    letter-spacing: 0;
    font-size: 18px;
    color: #253746;
}

.pjg-event-template__label-with-dot {
    display: inline-block;
    align-items: center;
}

.pjg-event-template__label-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 16px;
    font-size: 14px;
    line-height: 1;
    color: #e6451e;
}

.pjg-event-template__label-icon.fa,
.pjg-event-template__label-icon.fas,
.pjg-event-template__label-icon.fa-solid {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
    font-style: normal;
    font-size: 16px;
    margin-right: 3px;
}

.pjg-event-template__label-icon--ticket-vertical {
    transform: rotate(130deg);
    transform-origin: center center;
    margin-bottom: 5px;
    margin-right: 1px;
}

i.fa.fa-map-marker.fas.fa-map-marker-alt.fa-solid.fa-location-dot.pjg-event-template__label-icon {
    margin: 0;
    font-size: 14px;
    margin-right: 3px;
}

/* Single event info box: force consistent icon size + alignment with labels */
.site-main.pjg-event-template .pjg-event-template__info .pjg-event-template__label-with-dot {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    line-height: 1;
    vertical-align: middle;
}

.site-main.pjg-event-template .pjg-event-template__info .pjg-event-template__label-icon,
.site-main.pjg-event-template .pjg-event-template__info .pjg-event-template__label-icon.fa,
.site-main.pjg-event-template .pjg-event-template__info .pjg-event-template__label-icon.fas,
.site-main.pjg-event-template .pjg-event-template__info .pjg-event-template__label-icon.fa-solid {
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px !important;
    line-height: 1;
    margin: 0 !important;
    vertical-align: middle;
    color: #e6451e;
    transform: translateY(0);
}

.site-main.pjg-event-template .pjg-event-template__info .pjg-event-template__label-icon::before {
    line-height: 1;
}

.site-main.pjg-event-template .pjg-event-template__info .pjg-event-template__label-icon--ticket-vertical {
    transform: none !important;
    transform-origin: center center;
    margin: 0 !important;
}

.site-main.pjg-event-template .pjg-event-template__info strong {
    margin: 0;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    font-family: AddingtonCF-DemiBold, serif;
    margin-top: -2px;
}

@media screen and (min-width: 980px) {
    .pjg-event-template__info {
        height: 100%;
    }
}

.pjg-event-template__register-wrap {
    margin-top: 0;
    margin-bottom: 0;
}

.site-main.pjg-event-template a.button.button-cta.pjg-event-template__register-btn,
.site-main.pjg-event-template a.button.button-cta.pjg-event-template__register-btn:visited {
    background: #b6c300;
    background-image: none;
    border-color: #b6c300;
    color: #253746;
    text-decoration: none;
}

.site-main.pjg-event-template a.button.button-cta.pjg-event-template__register-btn:hover,
.site-main.pjg-event-template a.button.button-cta.pjg-event-template__register-btn:focus {
    background: #a6b300;
    background-image: none;
    border-color: #a6b300;
    color: #253746;
    text-decoration: none;
}

.site-main.pjg-event-template .entry-content.pjg-event-template__hero a.button.button-cta.pjg-event-template__register-btn {
    width: 100%;
    font-size: 18px;
}

.pjg-event-template__member-link,
.pjg-event-template__member-link:visited {
    display: inline-block;
    margin-top: 8px;
    background: #fff;
    border-color: #253746;
    color: #253746;
    text-decoration: none;
}

.pjg-event-template__member-link:hover {
    background: #253746;
    border-color: #253746;
    color: #fff;
    text-decoration: none;
}

.pjg-event-template__admission-note {
    margin-top: 25px;
}

a.button.button-cta.pjg-event-template__member-link {
    margin-bottom: 0;
    font-size: 15px;
    background: transparent;
}

a.button.button-cta.pjg-event-template__register-btn:last-child {
    margin-bottom: 0;
}

.pjg-event-sticky-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: #fff;
    border-top: none;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .25);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}

.site-main.pjg-event-template {
    position: relative;
}

.site-main.pjg-event-template .pjg-event-sticky-bar {
    position: fixed;
    bottom: 0;
}

.pjg-event-sticky-bar.is-visible {
    opacity: 1;
    pointer-events: auto;
}

.pjg-event-static-bar-wrap {
    position: relative;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 0.25s ease, max-height 0.25s ease;
}

.pjg-event-static-bar-wrap.is-visible {
    opacity: 1;
    max-height: 220px;
}

.pjg-event-static-bar {
    background: #f1f1f1;
    border-top: none;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .25);
}

.pjg-event-sticky-bar.is-docked {
    background: #f1f1f1;
    box-shadow: none;
}

.pjg-event-sticky-bar__inner {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.pjg-event-sticky-bar__meta {
    min-width: 0;
}

.pjg-event-sticky-bar__title {
    color: #253746;
    font-size: 20px;
    line-height: 1.3;
    font-weight: inherit;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pjg-event-sticky-bar__date {
    color: rgba(37, 55, 70, 0.82);
    font-size: 16px;
    line-height: 1.3;
}

.pjg-event-sticky-bar__location {
    color: rgba(37, 55, 70, 0.82);
    font-size: 14px;
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pjg-event-sticky-bar__button {
    margin: 0 !important;
    white-space: nowrap;
}

.pjg-event-sticky-bar a.button.button-cta.pjg-event-template__register-btn,
.pjg-event-static-bar a.button.button-cta.pjg-event-template__register-btn {
    display: inline-block;
    padding: 7px 15px 8px;
    border: 1px solid #b6c300;
    border-radius: 0 !important;
    background: #b6c300;
    background-image: none;
    color: #253746;
    font-family: AddingtonCF-Light, serif;
    text-transform: none;
    font-size: 18px;
    line-height: 1.2;
    text-decoration: none;
    width: auto;
}

.pjg-event-sticky-bar a.button.button-cta.pjg-event-template__register-btn:hover,
.pjg-event-sticky-bar a.button.button-cta.pjg-event-template__register-btn:focus,
.pjg-event-static-bar a.button.button-cta.pjg-event-template__register-btn:hover,
.pjg-event-static-bar a.button.button-cta.pjg-event-template__register-btn:focus {
    background: #a6b300;
    border-color: #a6b300;
    color: #253746;
    text-decoration: none;
}

@media screen and (max-width: 767px) {
    .pjg-event-sticky-bar__inner {
        padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
        gap: 10px;
    }

    .pjg-event-sticky-bar__title {
        font-size: 14px;
    }

    .pjg-event-sticky-bar__date {
        font-size: 12px;
    }

    .pjg-event-sticky-bar__location {
        font-size: 12px;
    }
}

.site-main.pjg-event-template .entry-content.pjg-event-template__hero .pjg-event-template__info hr:not(.rule-loading) {
    background-image: none;
    height: 1px;
    background: #253746;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 5px;
}

.pjg-event-fields__title {
    margin: 0 0 12px;
    color: #253746;
    font-family: AddingtonCF-Light, serif;
    text-transform: none;
    letter-spacing: 0.04em;
    font-size: 18px;
}

.pjg-event-fields__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}

@media screen and (min-width: 768px) {
    .pjg-event-fields__grid {
        grid-template-columns: 1fr 1fr;
    }
}

.pjg-event-field-card {
    border: 1px solid rgba(37, 55, 70, 0.16);
    background: #fff;
    padding: 12px 14px;
}

.pjg-event-field-card__label {
    margin: 0 0 8px;
    color: #253746;
    font-family: AddingtonCF-Light, serif;
    text-transform: none;
    letter-spacing: 0.04em;
    font-size: 12px;
}

.pjg-event-field-card__value {
    color: #253746;
    font-family: AddingtonCF-Light, serif;
    font-size: 17px;
    line-height: 1.6;
}

.pjg-event-field-card__value pre {
    margin: 0;
    white-space: pre-wrap;
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 12px;
    line-height: 1.45;
    background: rgba(37, 55, 70, 0.04);
    border: 1px solid rgba(37, 55, 70, 0.14);
    padding: 10px;
}

.pjg-event-field-card__empty {
    color: rgba(37, 55, 70, 0.62);
}

@media screen and (min-width: 768px) {
    .pjg-event-template__title {
        width: 100%;
    }
}

@media screen and (min-width: 768px) {
    .site-main.pjg-event-template .entry-header {
        margin-bottom: 50px;
    }
}

@media screen and (min-width: 768px) {
    .site-main.pjg-event-template .entry-content {
        margin-bottom: 0;
    }
}

section.entry-content.pjg-event-template__details {
    padding-top: 50px;
}

section.entry-content.pjg-event-template__content-blocks {
    padding-top: 50px;
}

.site-main.pjg-event-template .entry-content.pjg-event-template__content-blocks {
    max-width: 788px !important;
    margin: 0 auto 24px;
    padding-top: 50px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 25px !important;
}

.pjg-event-flex-content {
    color: #253746;
}

.pjg-event-flex-heading {
    margin: 0 0 16px;
    font-family: AddingtonCF-Light, serif;
    color: #253746;
    text-transform: none;
    letter-spacing: 0;
}

.site-main.pjg-event-template .entry-content.pjg-event-template__content-blocks hr.pjg-event-flex-divider {
    display: block;
    border: 0;
    background-image: none;
    height: 1px;
    width: 100%;
    margin: 50px 0 25px;
    background: #253746;
}

.site-main.pjg-event-template .entry-content.pjg-event-template__content-blocks hr.pjg-event-flex-divider.pjg-event-flex-divider--theme {
    height: 18px;
    width: 59px;
    margin: 50px auto 25px;
    background: transparent;
    background-image: url('/wp-content/themes/pjg/assets/svg/ornament.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

@media screen and (min-width: 768px) {
    .site-main.pjg-event-template .entry-content.pjg-event-template__content-blocks hr.pjg-event-flex-divider.pjg-event-flex-divider--theme {
        height: 24px;
        width: 74px;
    }
}

.pjg-event-flex-content p,
.pjg-event-flex-content li,
.pjg-event-flex-content div {
    color: #253746;
    font-size: 18px;
    line-height: 2;
    margin-bottom: 15px;
    font-family: AddingtonCF-Light, serif;
}

.pjg-event-flex-event-listings .pjg-event-flex-event-listing__date {
    font-family: 'Roboto-Light';
}

.pjg-event-flex-text {
    margin: 0 0 22px;
}

.pjg-event-flex-video {
    margin: 0 0 24px;
    width: 100%;
}

.pjg-event-flex-video__ratio {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden;
    background: #000;
}

.pjg-event-flex-video__ratio iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

.pjg-event-flex-sponsor-logos {
    margin: 0 0 24px;
}

.pjg-event-flex-sponsor-logos__heading {
    text-align: center;
    margin: 0 0 14px;
}

.pjg-event-flex-sponsor-logos__intro {
    margin: 0 0 12px;
    text-align: center;
}

.pjg-event-flex-sponsor-logos .sponsor-logo-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    column-gap: 75px;
    row-gap: 50px;
    margin: 25px 0;
}

.pjg-event-flex-sponsor-logos .sponsor-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 1 auto;
}

.pjg-event-flex-sponsor-logos .sponsor-logo a {
    border-bottom: none;
}

.pjg-event-flex-sponsor-logo__image,
.pjg-event-flex-sponsor-logos .sponsor-logo img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    max-width: 100%;
}

.site-main.pjg-event-template .entry-content.pjg-event-template__content-blocks .pjg-event-flex-button-wrap {
    margin: 0 0 24px;
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center;
    text-align: center;
}

.site-main.pjg-event-template .entry-content.pjg-event-template__content-blocks a.button.button-cta.pjg-event-flex-button,
.site-main.pjg-event-template .entry-content.pjg-event-template__content-blocks a.button.button-cta.pjg-event-flex-button:visited {
    display: inline-block;
    padding: 7px 15px 8px;
    border: 1px solid #253746;
    background: transparent;
    color: #253746;
    text-decoration: none;
    text-transform: uppercase;
    font-family: AddingtonCF-DemiBold, serif;
    font-size: 15px;
    line-height: 1.2;
    letter-spacing: 0;
    margin-left: auto !important;
    margin-right: auto !important;
}

.site-main.pjg-event-template .entry-content.pjg-event-template__content-blocks a.button.button-cta.pjg-event-flex-button:hover,
.site-main.pjg-event-template .entry-content.pjg-event-template__content-blocks a.button.button-cta.pjg-event-flex-button:focus {
    background: #253746;
    border-color: #253746;
    color: #fff;
    text-decoration: none;
}

.pjg-event-flex-testimonials {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    margin: 0 0 24px;
}

.pjg-event-flex-testimonial {
    display: block;
    border: none;
    background: linear-gradient(135deg, rgba(209, 197, 169, 0.2) 0%, rgba(209, 197, 169, 0.19) 88%);
    padding: 22px;
}

.pjg-event-flex-testimonial__quote {
    margin: 0 !important;
    margin-block-start: 0 !important;
    margin-block-end: 0 !important;
    color: rgba(37, 55, 70, 0.92);
    font-size: 1em;
    line-height: 1.6;
    font-style: italic;
    border: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    font-size: 20px;
}

.pjg-event-flex-testimonial__quote::before,
.pjg-event-flex-testimonial__quote::after {
    content: none !important;
    display: none !important;
}

.pjg-event-flex-testimonial__quote p {
    margin: 0;
    border: 0 !important;
    padding: 0 !important;
    background: transparent !important;
}

.pjg-event-flex-testimonial__quote-mark {
    font-size: 2em;
    line-height: 0;
    vertical-align: -0.14em;
}

.pjg-event-flex-testimonial__quote-mark--open {
    margin-right: 0.14em;
}

.pjg-event-flex-content div .pjg-event-flex-testimonial__name {
    margin: 0 !important;
    font-family: AddingtonCF-DemiBold, serif;
    color: #253746;
    font-size: 16px;
    line-height: 1.3;
    text-align: right;
    font-size: 15px;
    padding-top: 10px;
}

.pjg-event-flex-itinerary {
    margin: 0 0 24px;
}

.pjg-event-flex-itinerary__table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    background: linear-gradient(135deg, rgba(209, 197, 169, 0.2) 0%, rgba(209, 197, 169, 0.19) 88%);
    padding: 18px 20px;
}

.pjg-event-flex-itinerary__table {
    width: 100%;
    min-width: 560px;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0em !important;
}

.pjg-event-flex-itinerary__table thead th {
    text-align: left;
    font-family: AddingtonCF-DemiBold, serif;
    text-transform: uppercase;
    letter-spacing: 0;
    font-size: 14px;
    color: #253746;
    padding: 0 10px 10px 0;
    border-bottom: 1px solid rgba(37, 55, 70, 0.25);
}

.pjg-event-flex-itinerary__table tbody td {
    margin: 0;
    color: #253746;
    font-family: AddingtonCF-Light, serif;
    font-size: 18px;
    line-height: 1.45;
    vertical-align: top;
    padding: 10px 10px 10px 0;
    border-bottom: 1px solid rgba(37, 55, 70, 0.15);
}

.pjg-event-flex-itinerary__table tbody tr:last-child td {
    border-bottom: 0;
    padding-bottom: 0;
}

.pjg-event-flex-itinerary__cell--date {
    width: 22%;
    font-family: Roboto-Light, "Roboto", system-ui, -apple-system, Segoe UI, Arial, sans-serif;
    font-weight: 400;
}

.pjg-event-flex-itinerary__cell--time {
    width: 26%;
    font-family: Roboto-Light, "Roboto", system-ui, -apple-system, Segoe UI, Arial, sans-serif;
    font-weight: 400;
}

.pjg-event-flex-itinerary__cell--description {
    width: 52%;
    line-height: 1.45;
    text-transform: none;
    letter-spacing: 0;
    white-space: normal;
}

.site-main.pjg-event-template .entry-content.pjg-event-template__content-blocks .pjg-event-flex-itinerary__table tbody tr,
.site-main.pjg-event-template .entry-content.pjg-event-template__content-blocks .pjg-event-flex-itinerary__table tbody tr:first-child {
    border: 0 !important;
}

.site-main.pjg-event-template .entry-content.pjg-event-template__content-blocks .pjg-event-flex-itinerary__table tbody td,
.site-main.pjg-event-template .entry-content.pjg-event-template__content-blocks .pjg-event-flex-itinerary__table tbody tr:first-child td {
    font-family: AddingtonCF-Light, serif !important;
    font-size: 18px !important;
    line-height: 1.45 !important;
    padding: 10px 10px 10px 0 !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    font-weight: 400 !important;
    color: #253746 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-bottom: 1px solid rgba(37, 55, 70, 0.15) !important;
}

.site-main.pjg-event-template .entry-content.pjg-event-template__content-blocks .pjg-event-flex-itinerary__table tbody tr:last-child td {
    border-bottom: 0 !important;
}

.site-main.pjg-event-template .entry-content.pjg-event-template__content-blocks .pjg-event-flex-itinerary__table .pjg-event-flex-itinerary__cell--date {
    font-family: Roboto-Light, "Roboto", system-ui, -apple-system, Segoe UI, Arial, sans-serif !important;
    font-weight: 400 !important;
}

.site-main.pjg-event-template .entry-content.pjg-event-template__content-blocks .pjg-event-flex-itinerary__table .pjg-event-flex-itinerary__cell--time {
    font-family: Roboto-Light, "Roboto", system-ui, -apple-system, Segoe UI, Arial, sans-serif !important;
    font-weight: 400 !important;
}

.site-main.pjg-event-template .entry-content.pjg-event-template__content-blocks .pjg-event-flex-itinerary__table tbody tr:first-child .pjg-event-flex-itinerary__cell--date,
.site-main.pjg-event-template .entry-content.pjg-event-template__content-blocks .pjg-event-flex-itinerary__table tbody tr:first-child .pjg-event-flex-itinerary__cell--time {
    font-family: Roboto-Light, "Roboto", system-ui, -apple-system, Segoe UI, Arial, sans-serif !important;
    font-weight: 400 !important;
}

.site-main.pjg-event-template .entry-content.pjg-event-template__content-blocks .pjg-event-flex-itinerary__table thead th {
    font-family: AddingtonCF-DemiBold, serif !important;
    text-transform: uppercase !important;
    letter-spacing: 0 !important;
    font-size: 14px !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-bottom: 1px solid rgba(37, 55, 70, 0.25) !important;
}

.pjg-event-flex-itinerary__table--no-date .pjg-event-flex-itinerary__cell--time {
    width: 34%;
}

.pjg-event-flex-itinerary__table--no-date .pjg-event-flex-itinerary__cell--description {
    width: 66%;
}

.pjg-event-flex-itinerary__table--no-time .pjg-event-flex-itinerary__cell--date {
    width: 30%;
}

.pjg-event-flex-itinerary__table--no-time .pjg-event-flex-itinerary__cell--description {
    width: 70%;
}

.pjg-event-flex-itinerary__table--no-time.pjg-event-flex-itinerary__table--no-date .pjg-event-flex-itinerary__cell--description {
    width: 100%;
}

@media screen and (min-width: 768px) {
    .pjg-event-flex-itinerary__table {
        display: table !important;
        width: 100% !important;
        min-width: 560px !important;
    }

    .pjg-event-flex-itinerary__table thead {
        display: table-header-group !important;
    }

    .pjg-event-flex-itinerary__table tbody {
        display: table-row-group !important;
    }

    .pjg-event-flex-itinerary__table tbody tr,
    .site-main.pjg-event-template .entry-content.pjg-event-template__content-blocks .pjg-event-flex-itinerary__table tbody tr,
    .site-main.pjg-event-template .entry-content.pjg-event-template__content-blocks .pjg-event-flex-itinerary__table tbody tr:first-child {
        display: table-row !important;
        width: auto !important;
        padding: 0 !important;
        border: 0 !important;
    }

    .pjg-event-flex-itinerary__table tbody td,
    .site-main.pjg-event-template .entry-content.pjg-event-template__content-blocks .pjg-event-flex-itinerary__table tbody td,
    .site-main.pjg-event-template .entry-content.pjg-event-template__content-blocks .pjg-event-flex-itinerary__table tbody tr:first-child td {
        display: table-cell !important;
        width: auto;
        margin: 0 !important;
    }

    .pjg-event-flex-itinerary__cell--date {
        width: 22% !important;
    }

    .pjg-event-flex-itinerary__cell--time {
        width: 26% !important;
    }

    .pjg-event-flex-itinerary__cell--description {
        width: 52% !important;
    }

    .pjg-event-flex-itinerary__table--no-date .pjg-event-flex-itinerary__cell--time {
        width: 34% !important;
    }

    .pjg-event-flex-itinerary__table--no-date .pjg-event-flex-itinerary__cell--description {
        width: 66% !important;
    }

    .pjg-event-flex-itinerary__table--no-time .pjg-event-flex-itinerary__cell--date {
        width: 30% !important;
    }

    .pjg-event-flex-itinerary__table--no-time .pjg-event-flex-itinerary__cell--description {
        width: 70% !important;
    }
}

@media screen and (max-width: 767px) {
    .pjg-event-flex-itinerary__table-wrap {
        padding: 14px;
    }

    .pjg-event-flex-itinerary__table {
        min-width: 0;
        width: 100%;
    }

    .pjg-event-flex-itinerary__table thead {
        display: none;
    }

    .pjg-event-flex-itinerary__table tbody tr,
    .site-main.pjg-event-template .entry-content.pjg-event-template__content-blocks .pjg-event-flex-itinerary__table tbody tr,
    .site-main.pjg-event-template .entry-content.pjg-event-template__content-blocks .pjg-event-flex-itinerary__table tbody tr:first-child {
        display: block;
        width: 100%;
        padding: 12px 0;
        border: 0 !important;
        border-bottom: 1px solid rgba(37, 55, 70, 0.2) !important;
    }

    .pjg-event-flex-itinerary__table tbody tr:first-child {
        padding-top: 0;
    }

    .pjg-event-flex-itinerary__table tbody tr:last-child,
    .site-main.pjg-event-template .entry-content.pjg-event-template__content-blocks .pjg-event-flex-itinerary__table tbody tr:last-child {
        border-bottom: 0 !important;
        padding-bottom: 0;
    }

    .pjg-event-flex-itinerary__table tbody td,
    .site-main.pjg-event-template .entry-content.pjg-event-template__content-blocks .pjg-event-flex-itinerary__table tbody td,
    .site-main.pjg-event-template .entry-content.pjg-event-template__content-blocks .pjg-event-flex-itinerary__table tbody tr:first-child td {
        display: block;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
    }

    .pjg-event-flex-itinerary__table tbody td:empty {
        display: none;
    }

    .pjg-event-flex-itinerary__cell--date,
    .pjg-event-flex-itinerary__cell--time,
    .site-main.pjg-event-template .entry-content.pjg-event-template__content-blocks .pjg-event-flex-itinerary__table .pjg-event-flex-itinerary__cell--date {
        font-family: Roboto-Light, "Roboto", system-ui, -apple-system, Segoe UI, Arial, sans-serif !important;
        font-weight: 400 !important;
        font-size: 18px;
        line-height: 1.3;
        margin-bottom: 8px !important;
    }

    .pjg-event-flex-itinerary__table:not(.pjg-event-flex-itinerary__table--no-date):not(.pjg-event-flex-itinerary__table--no-time) tbody tr .pjg-event-flex-itinerary__cell--date,
    .pjg-event-flex-itinerary__table:not(.pjg-event-flex-itinerary__table--no-date):not(.pjg-event-flex-itinerary__table--no-time) tbody tr .pjg-event-flex-itinerary__cell--time,
    .site-main.pjg-event-template .entry-content.pjg-event-template__content-blocks .pjg-event-flex-itinerary__table:not(.pjg-event-flex-itinerary__table--no-date):not(.pjg-event-flex-itinerary__table--no-time) tbody tr .pjg-event-flex-itinerary__cell--date,
    .site-main.pjg-event-template .entry-content.pjg-event-template__content-blocks .pjg-event-flex-itinerary__table:not(.pjg-event-flex-itinerary__table--no-date):not(.pjg-event-flex-itinerary__table--no-time) tbody tr .pjg-event-flex-itinerary__cell--time {
        display: inline !important;
        width: auto !important;
        padding: 0 !important;
        border: 0 !important;
        line-height: 1.3 !important;
        margin-bottom: 0 !important;
    }

    .pjg-event-flex-itinerary__table:not(.pjg-event-flex-itinerary__table--no-date):not(.pjg-event-flex-itinerary__table--no-time) tbody tr .pjg-event-flex-itinerary__cell--time:empty,
    .site-main.pjg-event-template .entry-content.pjg-event-template__content-blocks .pjg-event-flex-itinerary__table:not(.pjg-event-flex-itinerary__table--no-date):not(.pjg-event-flex-itinerary__table--no-time) tbody tr .pjg-event-flex-itinerary__cell--time:empty {
        display: none !important;
    }

    .pjg-event-flex-itinerary__table:not(.pjg-event-flex-itinerary__table--no-date):not(.pjg-event-flex-itinerary__table--no-time) tbody tr .pjg-event-flex-itinerary__cell--time:not(:empty)::before,
    .site-main.pjg-event-template .entry-content.pjg-event-template__content-blocks .pjg-event-flex-itinerary__table:not(.pjg-event-flex-itinerary__table--no-date):not(.pjg-event-flex-itinerary__table--no-time) tbody tr .pjg-event-flex-itinerary__cell--time:not(:empty)::before {
        content: " | ";
    }

    .pjg-event-flex-itinerary__table:not(.pjg-event-flex-itinerary__table--no-date):not(.pjg-event-flex-itinerary__table--no-time) tbody tr .pjg-event-flex-itinerary__cell--description {
        margin-top: 8px !important;
    }

    .pjg-event-flex-itinerary__cell--description {
        line-height: 1.5;
    }

    .pjg-event-flex-itinerary__cell--description p {
        margin: 0 0 6px !important;
    }

    .pjg-event-flex-itinerary__cell--description p:last-child {
        margin-bottom: 0 !important;
    }
}

.pjg-event-flex-event-listings {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    margin: 0 0 24px;
}

.pjg-event-flex-event-listing {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 14px 0;
    border-bottom: 0;
    align-items: center;
    position: relative;
}

.pjg-event-flex-event-listing::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: rgba(37, 55, 70, 0.2);
}

.pjg-event-flex-event-listing__content {
    margin: 0 !important;
    align-self: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
}

.pjg-event-flex-event-listings .pjg-event-flex-event-listing:first-child {
    padding-top: 0;
}

.pjg-event-flex-event-listings .pjg-event-flex-event-listing:last-child {
    padding-bottom: 0;
}

.pjg-event-flex-event-listings .pjg-event-flex-event-listing:last-child::after {
    display: none;
}

.pjg-event-flex-event-listing__image-link {
    display: block;
    width: 62.5%;
    max-width: 175px;
    overflow: hidden;
}

.pjg-event-flex-event-listing__image {
    width: 100%;
    height: auto;
    display: block;
    transform: scale(1);
    transition: transform 0.2s ease;
}

.pjg-event-flex-event-listing__image-link:hover .pjg-event-flex-event-listing__image,
.pjg-event-flex-event-listing__image-link:focus .pjg-event-flex-event-listing__image,
.pjg-event-flex-event-listing__image-link:focus-visible .pjg-event-flex-event-listing__image {
    transform: scale(1.05);
}

.pjg-event-flex-event-listing__date {
    margin: 0 !important;
    font-family: AddingtonCF-DemiBold, serif;
    color: #253746;
    font-size: 16px;
    line-height: 1.25;
}

.pjg-event-flex-event-listing__view {
    margin: 0 !important;
}

.pjg-event-flex-event-listing__view a,
.pjg-event-flex-event-listing__view a:visited {
    font-family: AddingtonCF-DemiBold, serif;
    color: #253746;
    text-decoration: underline;
}

.pjg-event-flex-event-listing__view a:hover,
.pjg-event-flex-event-listing__view a:focus {
    color: #e6451e;
}

.pjg-event-flex-event-listing__title {
    margin: 0 !important;
    font-family: AddingtonCF-DemiBold, serif;
    font-size: 30px;
    line-height: 1.1;
}

.pjg-event-flex-event-listing__title a,
.pjg-event-flex-event-listing__title a:visited {
    color: #253746;
    text-decoration: none;
}

.pjg-event-flex-event-listing__title a:hover,
.pjg-event-flex-event-listing__title a:focus {
    color: #e6451e;
}

@media screen and (min-width: 768px) {
    .pjg-event-flex-event-listing {
        grid-template-columns: minmax(112px, 163px) 1fr;
        align-items: center;
        gap: 18px;
    }

    .pjg-event-flex-event-listing__image-link {
        width: 100%;
        max-width: none;
    }
}

.pjg-event-flex-figure {
    margin: 0 0 24px;
}

.pjg-event-flex-image {
    width: 100%;
    height: auto;
    display: block;
}

.pjg-event-flex-side__figure {
    margin: 0;
}

.pjg-event-flex-side {
    display: grid;
    grid-template-columns: 1fr;
    gap: 22px;
    margin: 0 0 24px;
    align-items: start;
}

@media screen and (min-width: 768px) {
    .pjg-event-flex-side {
        grid-template-columns: 1fr 1fr;
    }

    .pjg-event-flex-side--image-left,
    .pjg-event-flex-side--image-right {
        align-items: center;
    }

    .pjg-event-flex-side--image-right .pjg-event-flex-side__media {
        order: 2;
    }

    .pjg-event-flex-side--image-right .pjg-event-flex-side__content {
        order: 1;
    }

    .pjg-event-flex-side--image-left .pjg-event-flex-side__media {
        order: 1;
    }

    .pjg-event-flex-side--image-left .pjg-event-flex-side__content {
        order: 2;
    }

    .pjg-event-flex-side--wrap-left,
    .pjg-event-flex-side--wrap-right {
        display: block;
        overflow: hidden;
    }

    .pjg-event-flex-side--wrap-left .pjg-event-flex-side__media,
    .pjg-event-flex-side--wrap-right .pjg-event-flex-side__media {
        width: 42%;
        max-width: 420px;
        padding: 0;
    }

    .pjg-event-flex-side--wrap-left .pjg-event-flex-side__media {
        float: left;
        margin: 10px 24px 14px 0;
    }

    .pjg-event-flex-side--wrap-right .pjg-event-flex-side__media {
        float: right;
        margin: 10px 0 0 24px;
    }

    .pjg-event-flex-side--wrap-left .pjg-event-flex-side__content,
    .pjg-event-flex-side--wrap-right .pjg-event-flex-side__content {
        display: block;
    }
}

.pjg-event-flex-gallery {
    column-count: 1;
    column-gap: 14px;
    margin: 0 0 24px;
}

@media screen and (min-width: 768px) {
    .pjg-event-flex-gallery {
        column-count: 2;
    }
}

@media screen and (min-width: 1200px) {
    .pjg-event-flex-gallery {
        column-count: 3;
    }
}

.pjg-event-flex-gallery__item {
    margin: 0 0 14px;
    break-inside: avoid;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
}

.pjg-event-flex-gallery--two {
    column-count: auto;
    column-gap: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
}

@media screen and (min-width: 768px) {
    .pjg-event-flex-gallery--two {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.pjg-event-flex-gallery--two .pjg-event-flex-gallery__item {
    margin: 0;
    break-inside: auto;
    -webkit-column-break-inside: auto;
    page-break-inside: auto;
}

.pjg-event-flex-gallery--slider {
    column-count: auto;
    column-gap: 0;
    display: block;
    position: relative;
    width: 100%;
}

.pjg-event-flex-gallery-slider__viewport {
    width: 100%;
    overflow: hidden;
}

.pjg-event-flex-gallery-slider__track {
    display: flex;
    width: 100%;
    transition: transform 0.35s ease;
    will-change: transform;
}

.pjg-event-flex-gallery--slider .pjg-event-flex-gallery__slide {
    flex: 0 0 100%;
    margin: 0;
    break-inside: auto;
    -webkit-column-break-inside: auto;
    page-break-inside: auto;
}

.pjg-event-flex-gallery-slider__nav {
    appearance: none;
    border: 0;
    background: transparent;
    color: #253746;
    width: 32px;
    height: 32px;
    padding: 0;
    cursor: pointer;
    font-size: 34px;
    font-weight: 300;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    transition: transform 0.15s ease, opacity 0.15s ease, color 0.15s ease, left 0.2s ease, right 0.2s ease;
}

.pjg-event-flex-gallery-slider__nav--prev {
    left: -40px;
}

.pjg-event-flex-gallery-slider__nav--next {
    right: -40px;
}

@media screen and (max-width: 1000px) {
    .pjg-event-flex-gallery-slider__nav--prev {
        left: 8px;
    }

    .pjg-event-flex-gallery-slider__nav--next {
        right: 8px;
    }

    .pjg-event-flex-gallery-slider__nav {
        color: #ffffff;
        text-shadow: 0 2px 6px rgba(0, 0, 0, 0.45);
        filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.4));
    }

    .pjg-event-flex-gallery-slider__nav:hover,
    .pjg-event-flex-gallery-slider__nav:focus {
        color: #ffffff !important;
    }
}

.pjg-event-flex-gallery-slider__nav i {
    line-height: 1;
}

.pjg-event-flex-gallery-slider__icon {
    display: inline-block;
    margin: 0;
    font-size: 1em !important;
    line-height: 1;
}

.pjg-event-flex-gallery-slider__icon--next {
    transform: scaleX(-1);
}

.pjg-event-flex-gallery-slider__indicators {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 10px;
}

.pjg-event-flex-gallery-slider__indicator {
    appearance: none;
    width: 24px;
    height: 3px;
    border: 0;
    border-radius: 0;
    padding: 0;
    background: rgba(37, 55, 70, 0.25);
    cursor: pointer;
    transition: background-color 0.15s ease, transform 0.15s ease;
}

.pjg-event-flex-gallery-slider__indicator:hover,
.pjg-event-flex-gallery-slider__indicator:focus {
    background: #b6c300;
    transform: scaleX(1.08);
}

.pjg-event-flex-gallery-slider__indicator.is-active {
    background: #253746;
}

.pjg-event-flex-gallery-slider__nav:hover,
.pjg-event-flex-gallery-slider__nav:focus {
    color: #b6c300;
    transform: translateY(-50%) scale(1.06);
}

.pjg-event-flex-gallery-slider__nav:disabled {
    opacity: 0.35;
    cursor: default;
    transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
    .pjg-event-flex-gallery--slider {
        padding: 0;
    }

    .pjg-event-flex-gallery-slider__nav {
        width: 28px;
        height: 28px;
        font-size: 28px;
    }

    .pjg-event-flex-gallery-slider__nav--prev {
        left: 8px;
    }

    .pjg-event-flex-gallery-slider__nav--next {
        right: 8px;
    }
}

.pjg-event-flex-gallery__image {
    width: 100%;
    height: auto;
    display: block;
}

.pjg-event-flex-gallery__item > .wp-element-caption {
    margin-top: 5px;
}


.pjg-event-flex-bios {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    margin: 0 0 24px;
}

.pjg-event-flex-bio {
    display: block;
    border: none;
    background: linear-gradient(135deg, rgba(209, 197, 169, 0.2) 0%, rgba(209, 197, 169, 0.19) 88%);
    padding: 22px;
}

.pjg-event-flex-bio__body::after {
    content: "";
    display: block;
    clear: both;
}

.pjg-event-flex-bio__media {
    float: left;
    width: 34%;
    max-width: 220px;
    margin: 10px 24px 0 0;
}

.pjg-event-flex-bio__image {
    width: 100%;
    height: auto;
    display: block;
}

.pjg-event-flex-bio__name {
    margin-bottom: 10px;
    color: #253746;
}

.pjg-event-flex-bio__title {
    margin: 0 0 10px;
    color: rgba(37, 55, 70, 0.82);
}

.site-main.pjg-event-template .entry-content.pjg-event-template__content-blocks .pjg-event-flex-bio__name {
    margin: 0 0 10px;
}
body span.message {
    font-size: 14px;
}

.acf-checkbox-list li label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.acf-checkbox-list li label input[type="checkbox"] {
    margin: 0;
}

.acf-form span.message {
    font-size: 14px;
}

/* Force ACF helper message text size across admin/frontend editor contexts */
body .acf-form span.message,
body span.message {
    font-size: 14px !important;
}

.acf-form input#acf-field_698c125b419df {
    margin-right: 0;
}

.pjg-events-archive__info .pjg-event-template__info-item:first-child {
    padding-top: 18px;
}

.pjg-events-archive__info .pjg-event-template__info-item:last-child {
    padding-bottom: 18px;
}

/* Archive cards: two-column info layout (left: when/where/audience, right: on sale dates) */
.post-type-archive-pjg_event .pjg-events-archive__info.pjg-event-template__info {
    display: grid;
    grid-template-columns: 1fr;
    align-items: stretch;
}

.post-type-archive-pjg_event .pjg-events-archive__group {
    min-width: 0;
}

.post-type-archive-pjg_event .pjg-events-archive__group .pjg-event-template__info-item {
    margin: 0;
    padding: 12px 18px;
}

@media screen and (min-width: 980px) {
    .post-type-archive-pjg_event .pjg-events-archive__info.pjg-event-template__info {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    }

    .post-type-archive-pjg_event .pjg-events-archive__group--primary {
        border-right: 1px solid rgba(37, 55, 70, 0.2);
    }

    .post-type-archive-pjg_event .pjg-events-archive__group .pjg-event-template__info-item {
        padding: 14px 16px;
    }
}

/* Archive cards cleanup: only keep the center divider between groups */
@media screen and (min-width: 980px) {
    .post-type-archive-pjg_event .pjg-events-archive__info .pjg-event-template__info-item + .pjg-event-template__info-item {
        border-left: 0;
    }
}

@media screen and (max-width: 440px) {
    .pjg-events-weekly-list__media {
        display: none;
    }

    .pjg-events-weekly-list__link--has-media,
    .pjg-events-weekly-list__link--has-media:visited {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }

    .pjg-events-weekly-list__link--has-media .pjg-events-weekly-list__summary,
    .pjg-events-weekly-list__link--has-media .pjg-events-weekly-list__details {
        width: 100%;
    }

    .pjg-events-calendar__nav {
        grid-template-columns: 1fr auto 1fr;
        justify-items: stretch;
    }

    .pjg-events-calendar__title {
        text-align: center;
    }

    .pjg-events-calendar__nav-btn--prev,
    .pjg-events-calendar__nav-btn--next {
        display: inline-flex;
        font-size: 0;
        letter-spacing: 0;
        min-height: 32px;
        padding: 0 8px;
    }

    .pjg-events-calendar__nav-btn--prev .pjg-events-calendar__nav-chevron,
    .pjg-events-calendar__nav-btn--next .pjg-events-calendar__nav-chevron {
        font-size: 18px;
    }
}

.pjg-event-standby-modal {
    --pjg-modal-backdrop: rgba(37, 55, 70, 0.56);
    --pjg-modal-surface: #ffffff;
    --pjg-modal-border: rgba(37, 55, 70, 0.16);
    --pjg-modal-shadow: 0 18px 44px rgba(0, 0, 0, 0.24);
    position: fixed;
    inset: 0;
    z-index: 12000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
}

.pjg-event-standby-modal__backdrop {
    position: absolute;
    inset: 0;
    background: var(--pjg-modal-backdrop);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
}

.pjg-event-standby-modal__dialog {
    position: relative;
    width: min(760px, calc(100vw - 32px));
    max-height: calc(100vh - 32px);
    overflow: auto;
    background: var(--pjg-modal-surface);
    border: 1px solid var(--pjg-modal-border);
    padding: 30px 26px 22px;
    box-shadow: var(--pjg-modal-shadow);
}

.pjg-event-standby-modal__close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    border: 0;
    background: transparent;
    color: #253746;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.pjg-event-standby-modal__close:hover,
.pjg-event-standby-modal__close:focus-visible {
    background: rgba(37, 55, 70, 0.08);
    color: #1f2d39;
}

.pjg-event-standby-modal__title {
    margin: 0 0 14px;
    color: #253746;
    font-family: Roboto-Light, sans-serif;
    font-size: 34px;
    line-height: 1.1;
}

.pjg-event-standby-modal__body .gform_wrapper {
    margin: 0;
}

.pjg-event-standby-modal__body .gform_wrapper .gform_heading {
    margin-bottom: 12px;
}

.pjg-event-standby-modal__body .gform_wrapper .gfield_label,
.pjg-event-standby-modal__body .gform_wrapper legend {
    color: #253746;
    font-family: AddingtonCF-DemiBold, serif;
    font-size: 12px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.pjg-event-standby-modal__body .gform_wrapper input[type="text"],
.pjg-event-standby-modal__body .gform_wrapper input[type="email"],
.pjg-event-standby-modal__body .gform_wrapper input[type="tel"],
.pjg-event-standby-modal__body .gform_wrapper input[type="number"],
.pjg-event-standby-modal__body .gform_wrapper input[type="url"],
.pjg-event-standby-modal__body .gform_wrapper input[type="search"],
.pjg-event-standby-modal__body .gform_wrapper select,
.pjg-event-standby-modal__body .gform_wrapper textarea {
    width: 100%;
    min-height: 42px;
    padding: 9px 11px;
    border: 1px solid #253746;
    border-radius: 0;
    background: #fff;
    color: #253746;
    font-family: Roboto-Light, sans-serif;
    font-size: 16px;
    line-height: 1.3;
    box-shadow: none;
}

.pjg-event-standby-modal__body .gform_wrapper textarea {
    min-height: 120px;
}

.pjg-event-standby-modal__body .gform_wrapper input:focus,
.pjg-event-standby-modal__body .gform_wrapper select:focus,
.pjg-event-standby-modal__body .gform_wrapper textarea:focus {
    outline: 1px solid #2271b1;
    outline-offset: 0;
    border-color: #2271b1;
}

.pjg-event-standby-modal__body .gform_wrapper .gfield_description,
.pjg-event-standby-modal__body .gform_wrapper .gform_description {
    color: #424143;
    font-family: Roboto-Light, sans-serif;
    font-size: 14px;
    line-height: 1.35;
}

.pjg-event-standby-modal__body .gform_wrapper .gform_footer,
.pjg-event-standby-modal__body .gform_wrapper .gform_page_footer {
    margin-top: 14px;
    padding: 0;
}

.pjg-event-standby-modal__body .gform_wrapper .gform_button,
.pjg-event-standby-modal__body .gform_wrapper input[type="submit"],
.pjg-event-standby-modal__body .gform_wrapper button[type="submit"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 7px 14px 8px;
    border: 1px solid #253746;
    border-radius: 0;
    background: transparent;
    color: #253746;
    font-family: AddingtonCF-DemiBold, serif;
    font-size: 14px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    line-height: 1.2;
    text-decoration: none;
    box-shadow: none;
    cursor: pointer;
    transition: transform 0.22s ease, color 0.22s ease, background-color 0.22s ease, border-color 0.22s ease;
}

.pjg-event-standby-modal__body .gform_wrapper .gform_button:hover,
.pjg-event-standby-modal__body .gform_wrapper .gform_button:focus-visible,
.pjg-event-standby-modal__body .gform_wrapper input[type="submit"]:hover,
.pjg-event-standby-modal__body .gform_wrapper input[type="submit"]:focus-visible,
.pjg-event-standby-modal__body .gform_wrapper button[type="submit"]:hover,
.pjg-event-standby-modal__body .gform_wrapper button[type="submit"]:focus-visible {
    transform: scale(1.05);
    background: transparent;
    color: #253746;
}

body.pjg-event-standby-modal-open {
    overflow: hidden;
}

/* Sold out register buttons should look inactive and be non-interactive. */
.site-main.pjg-event-template .button.button-cta.pjg-event-template__register-btn.pjg-event-template__register-btn--disabled,
.site-main.pjg-event-template .button.button-cta.pjg-event-template__register-btn.pjg-event-template__register-btn--disabled:visited,
.pjg-event-sticky-bar .button.button-cta.pjg-event-template__register-btn.pjg-event-template__register-btn--disabled,
.pjg-event-static-bar .button.button-cta.pjg-event-template__register-btn.pjg-event-template__register-btn--disabled {
    background: #e6451e !important;
    border-color: #e6451e !important;
    color: #ffffff !important;
    opacity: 0.58;
    cursor: not-allowed !important;
    pointer-events: none;
    text-decoration: none !important;
}
