.events-focus {
    padding: 70px 0 66px !important;
}

.events-focus > .container {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.events-focus__header {
    max-width: 760px;
    margin: 0 0 26px;
    text-align: left;
}

.events-focus__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    color: var(--page-accent-display, #7dd9ff);
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.events-focus__header h2 {
    margin: 0 0 11px;
    color: #fff;
    font-size: clamp(28px, 3.6vw, 45px);
    line-height: 1.08;
    letter-spacing: -.035em;
}

.events-focus__header p {
    margin: 0;
    color: #aaaebb;
    font-size: 14px;
    line-height: 1.7;
}

.event-status-guide {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 18px;
}

.event-status-guide__item {
    display: grid;
    align-content: start;
    gap: 8px;
    min-width: 0;
    padding: 14px;
    color: #9fa5b1;
    background: rgba(255, 255, 255, .025);
    border: 1px solid rgba(255, 255, 255, .075);
    border-radius: 13px;
}

.event-status-guide__item small {
    font-size: 10px;
    line-height: 1.5;
}

.event-status-badge {
    display: inline-flex;
    width: fit-content;
    min-height: 27px;
    align-items: center;
    gap: 7px;
    margin: 0;
    padding: 5px 10px;
    border: 1px solid currentColor;
    border-radius: 999px;
    font-size: 9px;
    font-weight: 850;
    line-height: 1;
    letter-spacing: .07em;
    text-transform: uppercase;
}

body .event-status-badge.event-status-badge--planning {
    color: #ffd46a !important;
    background: rgba(255, 190, 54, .1) !important;
    border-color: rgba(255, 201, 92, .34) !important;
}

body .event-status-badge.event-status-badge--confirmed {
    color: #76e7f3 !important;
    background: rgba(49, 204, 224, .1) !important;
    border-color: rgba(87, 218, 235, .34) !important;
}

body .event-status-badge.event-status-badge--open {
    color: #73e6ab !important;
    background: rgba(57, 205, 132, .1) !important;
    border-color: rgba(87, 224, 155, .34) !important;
}

body .event-status-badge.event-status-badge--completed {
    color: #c5c4d7 !important;
    background: rgba(181, 179, 207, .09) !important;
    border-color: rgba(188, 186, 214, .28) !important;
}

.events-focus__list {
    display: grid;
    gap: 13px;
}

.events-focus .event-spotlight {
    display: grid;
    grid-template-columns: 178px minmax(0, 1fr);
    align-items: center;
    gap: 22px;
    margin: 0 !important;
    padding: 20px 22px !important;
    background: linear-gradient(100deg, rgba(255, 190, 54, .055), #12131a 26%, #101118) !important;
    border: 1px solid rgba(255, 255, 255, .08) !important;
    border-left: 3px solid rgba(255, 201, 92, .76) !important;
    border-radius: 15px !important;
    box-shadow: none !important;
}

.event-spotlight__date {
    display: grid !important;
    grid-template-columns: 42px minmax(0, 1fr) !important;
    grid-template-rows: auto auto;
    align-items: center !important;
    gap: 2px 10px;
    min-width: 0;
    padding: 0 18px 0 0 !important;
    border-right: 1px solid rgba(255, 255, 255, .08) !important;
}

.event-spotlight__date-icon {
    grid-row: 1 / 3 !important;
    display: grid !important;
    width: 42px;
    height: 42px;
    place-items: center;
    color: #ffd46a !important;
    background: rgba(255, 190, 54, .09);
    border: 1px solid rgba(255, 201, 92, .25);
    border-radius: 12px;
    font-size: 16px !important;
}

.event-spotlight__date strong {
    min-width: 0;
    color: #e8e8ee;
    font-size: 10px;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: .045em;
}

.event-spotlight__date small {
    color: #8f94a1;
    font-size: 9px;
    line-height: 1.35;
}

.event-spotlight__content {
    min-width: 0;
    text-align: left;
}

.events-focus .event-spotlight h3 {
    margin: 9px 0 5px !important;
    color: #fff;
    font-size: 19px !important;
    line-height: 1.25;
}

.events-focus .event-spotlight p {
    max-width: 640px;
    margin: 0;
    color: #a9aeba;
    font-size: 12px !important;
    line-height: 1.62;
}

.events-calendar__grid {
    max-width: 860px;
}

.calendar-month:not([data-event-verified="true"]) {
    display: none !important;
}

.events-calendar__empty {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr) auto;
    align-items: center;
    gap: 22px;
    min-height: 178px;
    padding: 26px 28px;
    color: #aeb5c1;
    background:
        radial-gradient(circle at 8% 18%, rgba(var(--page-accent-rgb), .11), transparent 18rem),
        linear-gradient(145deg, #151b24, #10151c);
    border: 1px solid rgba(255, 255, 255, .085);
    border-radius: 17px;
}

.events-calendar__empty-icon {
    display: grid;
    width: 64px;
    height: 64px;
    place-items: center;
    color: var(--page-accent-display, #76e7f3);
    background: rgba(var(--page-accent-rgb), .09);
    border: 1px solid rgba(var(--page-accent-rgb), .24);
    border-radius: 18px;
    font-size: 24px;
}

.events-calendar__empty h3 {
    margin: 9px 0 7px;
    color: #fff;
    font-size: clamp(21px, 2.5vw, 29px);
    line-height: 1.18;
    letter-spacing: -.025em;
}

.events-calendar__empty p {
    max-width: 580px;
    margin: 0;
    color: #aeb5c1;
    font-size: 12px;
    line-height: 1.65;
}

.events-calendar__empty > a {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 0 16px;
    color: #fff;
    background: rgba(var(--page-accent-rgb), .1);
    border: 1px solid rgba(var(--page-accent-rgb), .32);
    border-radius: 11px;
    font-size: 10px;
    font-weight: 800;
    white-space: nowrap;
}

.events-calendar__empty > a:hover,
.events-calendar__empty > a:focus-visible {
    color: #fff;
    background: rgba(var(--page-accent-rgb), .18);
    border-color: rgba(var(--page-accent-rgb), .6);
}

html.site-theme-light .events-focus__header h2,
html.site-theme-light .events-focus .event-spotlight h3,
html.site-theme-light .events-calendar__empty h3 {
    color: var(--site-light-ink) !important;
}

html.site-theme-light .events-focus__header p,
html.site-theme-light .events-focus .event-spotlight p,
html.site-theme-light .events-calendar__empty p {
    color: var(--site-light-copy) !important;
}

html.site-theme-light .event-status-guide__item,
html.site-theme-light .events-focus .event-spotlight,
html.site-theme-light .events-calendar__empty {
    color: var(--site-light-copy) !important;
    background: rgba(255, 253, 248, .94) !important;
    border-color: var(--site-light-border) !important;
    box-shadow: var(--site-light-shadow) !important;
}

html.site-theme-light body[data-page-accent="community"] .events-calendar__empty > a {
    color: #fff !important;
    background: linear-gradient(135deg, var(--page-accent-nav-from), var(--page-accent-nav-to)) !important;
    border-color: rgba(var(--page-accent-rgb), .5) !important;
    box-shadow: 0 9px 22px rgba(var(--page-accent-rgb), .18) !important;
}

html.site-theme-light .events-focus .event-spotlight {
    border-left-color: rgba(181, 117, 16, .65) !important;
}

html.site-theme-light .event-spotlight__date {
    border-color: rgba(67, 51, 71, .12) !important;
}

html.site-theme-light .event-spotlight__date strong {
    color: #3b3440 !important;
}

html.site-theme-light .event-spotlight__date small,
html.site-theme-light .event-status-guide__item small {
    color: #716977 !important;
}

html.site-theme-light body[data-page-accent="community"] .event-status-badge.event-status-badge--planning {
    color: #76500a !important;
    background: #fff1c9 !important;
    border-color: rgba(142, 94, 4, .3) !important;
}

html.site-theme-light body[data-page-accent="community"] .event-status-badge.event-status-badge--confirmed {
    color: #08606d !important;
    background: #dff9fb !important;
    border-color: rgba(7, 122, 137, .28) !important;
}

html.site-theme-light body[data-page-accent="community"] .event-status-badge.event-status-badge--open {
    color: #14603b !important;
    background: #e1f8ec !important;
    border-color: rgba(24, 130, 78, .28) !important;
}

html.site-theme-light body[data-page-accent="community"] .event-status-badge.event-status-badge--completed {
    color: #514d64 !important;
    background: #eeedf5 !important;
    border-color: rgba(81, 77, 100, .24) !important;
}

@media (max-width: 991.98px) {
    .event-status-guide {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .events-focus .event-spotlight {
        grid-template-columns: 170px minmax(0, 1fr);
    }

    .events-calendar__empty {
        grid-template-columns: 58px minmax(0, 1fr);
    }

    .events-calendar__empty > a {
        grid-column: 2;
        justify-self: start;
    }
}

@media (max-width: 767.98px) {
    .events-focus {
        padding: 54px 0 50px !important;
    }

    .events-focus__header {
        margin-bottom: 21px;
    }

    .event-status-guide {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .event-status-guide__item {
        grid-template-columns: auto minmax(0, 1fr);
        align-items: center;
        gap: 10px;
        padding: 11px 12px;
    }

    .events-focus .event-spotlight {
        grid-template-columns: 1fr;
        gap: 14px;
        padding: 18px !important;
    }

    .event-spotlight__date {
        grid-template-columns: 42px minmax(0, 1fr) !important;
        padding: 0 0 13px !important;
        border-right: 0 !important;
        border-bottom: 1px solid rgba(255, 255, 255, .08) !important;
    }

    html.site-theme-light .event-spotlight__date {
        border-bottom-color: rgba(67, 51, 71, .12) !important;
    }

    .events-calendar__empty {
        grid-template-columns: 1fr;
        gap: 15px;
        padding: 22px;
    }

    .events-calendar__empty-icon {
        width: 54px;
        height: 54px;
        border-radius: 15px;
        font-size: 20px;
    }

    .events-calendar__empty > a {
        grid-column: auto;
        justify-self: stretch;
    }
}

@media (prefers-reduced-motion: reduce) {
    .events-calendar__empty > a {
        transition: none !important;
    }
}
