.site-search-form {
    display:flex;
    gap:8px;
    align-items:center;
    width:430px;
    max-width:100%;
    min-width:0
}
.site-search-form input {
    width:360px;
    flex:1;
    min-width:0;
    border:1px solid #b9d2df;
    border-radius:6px;
    padding:9px 12px;
    background:#fff;
    color:#0b3247;
    font-size:14px
}
.site-search-form button,.search-filters button,.calendar-filter button {
    background:#155a7f;
    color:#fff;
    border:0;
    border-radius:6px;
    padding:10px 16px;
    cursor:pointer;
    font-weight:600
}
.site-search-form :focus-visible,.discovery-page :focus-visible,.events-home :focus-visible {
    outline:3px solid #155a7f;
    outline-offset:3px
}
.site-search-form input:focus {
    border-color:#155a7f;
    box-shadow:none;
}
.site-search-form input:focus-visible {
    outline:2px solid #155a7f;
    outline-offset:-2px;
}
.discovery-page {
    padding-top:48px;
    padding-bottom:64px;
    min-height:50vh
}
.discovery-heading {
    margin-bottom:28px
}
.discovery-heading h1,.discovery-heading h2 {
    font-family:Urbanist,sans-serif;
    color:#155a7f;
    font-size:38px;
    font-weight:800
}
.discovery-heading p {
    margin:12px 0 0;
    color:#53636d
}
.search-filters {
    display:flex;
    align-items:end;
    gap:16px;
    flex-wrap:wrap;
    padding:24px;
    background:#eaf4f8;
    border-radius:10px
}
.search-filters label,.calendar-filter label {
    display:flex;
    flex-direction:column;
    gap:8px;
    font-size:14px;
    font-weight:600;
    color:#0b3247
}
.search-filters input,.search-filters select,.calendar-filter input {
    min-height:44px;
    border:1px solid #b9d2df;
    background:#fff;
    padding:10px;
    border-radius:6px;
    max-width:100%;
    color:#0b3247
}
.search-keyword {
    flex:1;
    min-width:200px
}
.search-filters>a {
    padding-bottom:10px;
    color:#155a7f
}
.search-result-count {
    margin:28px 0 20px
}
.search-results-grid {
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:22px
}
.search-result-card {
    padding:24px;
    border:1px solid #dce6eb;
    border-radius:10px;
    overflow-wrap:anywhere
}
.search-result-card h2 {
    font-family:Urbanist,sans-serif;
    font-size:23px;
    margin:12px 0
}
.search-result-card a,.event-card a {
    color:#155a7f;
    text-decoration:none
}
.search-result-card a:hover,.event-card a:hover {
    text-decoration:underline
}
.result-type {
    font-size:12px;
    padding:5px 9px;
    background:#eaf4f8;
    border-radius:4px;
    color:#155a7f
}
.search-result-card time {
    font-size:13px;
    color:#53636d
}
.search-result-card p {
    margin:14px 0 0;
    font-size:15px;
    line-height:1.7;
    color:#53636d
}
.discovery-empty {
    padding:30px;
    background:#f4f8fa;
    border:1px solid #dce6eb;
    border-radius:8px
}
.discovery-empty h2 {
    font-size:22px;
    color:#155a7f
}
.events-home {
    padding:52px 0;
    background:#f4f8fa
}
.events-home .discovery-heading {
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:20px
}
.events-home .discovery-heading a {
    color:#155a7f;
    font-weight:600
}
.event-list {
    display:grid;
    gap:18px
}
.event-card {
    display:flex;
    gap:22px;
    padding:22px;
    background:#fff;
    border:1px solid #dce6eb;
    border-radius:8px;
    scroll-margin-top:140px
}
.event-date {
    color:#155a7f;
    background:#eaf4f8;
    padding:12px;
    min-width:100px;
    align-self:start;
    text-align:center;
    border-radius:6px;
    font-size:13px
}
.event-date span {
    display:block;
    font-size:32px;
    line-height:1.1;
    font-weight:800;
    margin-bottom:5px
}
.event-card-content {
    min-width:0;
    overflow-wrap:anywhere
}
.event-card h3 {
    font-size:22px
}
.event-card p {
    margin:10px 0 0;
    color:#53636d
}
.calendar-toolbar {
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
    flex-wrap:wrap;
    margin-bottom:24px
}
.calendar-toolbar h2 {
    font-size:28px;
    color:#155a7f
}
.calendar-nav {
    display:flex;
    gap:18px;
    align-items:center
}
.calendar-nav a {
    color:#155a7f
}
.calendar-filter {
    display:flex;
    gap:12px;
    align-items:end
}
.event-calendar {
    table-layout:fixed;
    width:100%;
    border-collapse:collapse;
    margin-bottom:32px
}
.event-calendar caption {
    text-align:left;
    margin-bottom:12px;
    color:#53636d
}
.event-calendar th {
    background:#155a7f;
    color:#fff;
    padding:12px 4px;
    text-align:center;
    font-size:14px
}
.event-calendar td {
    height:95px;
    vertical-align:top;
    padding:10px;
    border:1px solid #dce6eb;
    background:#fff
}
.event-calendar td.is-empty {
    background:#f4f8fa
}
.event-calendar td.is-today {
    box-shadow:inset 0 0 0 2px #155a7f
}
.calendar-day {
    display:block;
    color:#53636d;
    font-size:14px
}
.event-calendar td>a {
    display:block;
    font-size:12px;
    padding:5px;
    margin-top:5px;
    border-radius:4px;
    background:#eaf4f8;
    color:#155a7f;
    overflow-wrap:anywhere
}
.calendar-events-title {
    font-size:26px;
    color:#155a7f;
    margin-bottom:20px
}
.event-details {
    display:flex;
    gap:24px;
    flex-wrap:wrap;
    padding:24px;
    background:#eaf4f8;
    margin-bottom:28px
}
.event-details dt {
    font-weight:700;
    color:#155a7f
}
.event-details dd {
    margin:6px 0 0
}
.event-registration {
    display:inline-block;
    background:#155a7f;
    color:#fff!important;
    padding:12px 22px;
    border-radius:6px;
    margin-top:24px
}
.event-detail-content {
    max-width:900px;
    line-height:1.8
}
.pagination {
    margin-top:30px
}
.pagination .page-numbers {
    display:inline-block;
    padding:9px 13px;
    color:#155a7f;
    border:1px solid #b9d2df;
    border-radius:4px
}
.pagination .current {
    background:#155a7f;
    color:#fff
}
@media(max-width:991px) {
    .search-results-grid {
        grid-template-columns:repeat(2,minmax(0,1fr))
    }
    .site-search-form input {
        width:140px
    }
    .event-calendar td {
        padding:6px;
        height:75px
    }
}
@media(max-width:575px) {
    .site-search-form input {
        width:100%
    }
    .search-results-grid {
        grid-template-columns:minmax(0,1fr)
    }
    .search-filters {
        padding:18px
    }
    .search-filters label,.search-filters button {
        width:100%
    }
    .search-keyword {
        min-width:0
    }
    .discovery-heading h1,.discovery-heading h2 {
        font-size:30px
    }
    .events-home .discovery-heading {
        align-items:start;
        flex-direction:column
    }
    .calendar-toolbar {
        align-items:start;
        flex-direction:column
    }
    .event-calendar td {
        height:58px;
        padding:4px
    }
    .event-calendar th {
        font-size:11px
    }
    .event-calendar td>a {
        font-size:0;
        padding:5px;
        min-height:18px
    }
    .event-calendar td>a:after {
        content:'●';
        font-size:12px;
        display:block;
        text-align:center
    }
    .event-card {
        padding:16px;
        gap:14px
    }
    .event-date {
        min-width:74px;
        padding:10px 6px;
        font-size:11px
    }
    .event-card h3 {
        font-size:19px
    }
    .event-details {
        gap:18px;
        flex-direction:column
    }
}

/* Search suggestions stay anchored to the full-width search bar. */
.site-search-form {
    position: relative;
}
.search-suggestions {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    width: 100%;
    min-width: 0;
    z-index: 1100;
    border: 1px solid #b9d2df;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(11, 50, 71, .16);
    overflow: hidden;
    text-align: left;
}
.search-suggestions[hidden], .search-suggestions [hidden] {
    display: none;
}
.search-suggestions ul {
    position: relative;
    margin: 0;
    padding: 6px;
    list-style: none;
    max-height: min(360px, 45vh);
    overflow-y: auto;
    overscroll-behavior: contain;
}
.search-suggestions li {
    margin: 0;
    padding: 0;
}
.search-suggestions [role="option"] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px;
    min-height: 44px;
    border-radius: 6px;
    color: #155a7f;
    text-decoration: none;
    line-height: 1.4;
}
.search-suggestions [role="option"]:hover,
.search-suggestions [aria-selected="true"] {
    background: #eaf4f8;
    color: #0b3247;
}
.search-suggestion-title {
    min-width: 0;
    overflow-wrap: anywhere;
    font-size: 14px;
    font-weight: 600;
}
.search-suggestion-type {
    flex-shrink: 0;
    font-size: 11px;
    font-weight: 500;
    color: #53636d;
}
.search-suggestions-message {
    padding: 12px 18px;
    margin: 0;
    font-size: 13px;
    line-height: 1.5;
    color: #53636d;
}
.search-suggestions-all {
    display: block;
    padding: 12px 18px;
    border-top: 1px solid #dce6eb;
    background: #f4f8fa;
    color: #155a7f;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}
.search-suggestions-all:hover {
    background: #eaf4f8;
    color: #0b3247;
}

/* Event detail pages share the subpage banner and article styles. */
.event-detail-banner .subpage-title {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    overflow-wrap: anywhere;
}
.event-detail-banner .subpage-breadcrumbs {
    flex-wrap: wrap;
    row-gap: 8px;
}
.event-detail-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 340px);
    align-items: start;
    gap: 40px;
}
.event-detail-layout--single {
    grid-template-columns: minmax(0, 1fr);
    max-width: 900px;
    margin: 0 auto;
}
.event-detail-article {
    min-width: 0;
    overflow: hidden;
    background: #fff;
    border: 1px solid #dce6eb;
    border-radius: 16px;
    box-shadow: 0 12px 32px rgba(11, 50, 71, .04);
}
.event-detail-cover {
    margin: 0;
    background: #eef3f6;
}
.event-detail-cover img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}
.event-detail-copy {
    padding: 32px;
    overflow-wrap: anywhere;
}
.event-detail-cover + .event-detail-copy {
    border-top: 1px solid #dce6eb;
}
.event-detail-copy .text-content > :first-child {
    margin-top: 0;
}
.event-detail-copy .text-content > :last-child {
    margin-bottom: 0;
}
.event-info-card {
    min-width: 0;
    background: #fff;
    border: 1px solid #dce6eb;
    border-radius: 14px;
    box-shadow: 0 12px 32px rgba(11, 50, 71, .04);
    overflow-wrap: anywhere;
}
.event-info-card h2 {
    margin: 0;
    padding: 24px;
    border-bottom: 1px solid #dce6eb;
    color: #155a7f;
    font-family: Urbanist, sans-serif;
    font-size: 24px;
    font-weight: 800;
}
.event-info-list {
    margin: 0;
    padding: 0 24px;
}
.event-info-row {
    padding: 18px 0;
    border-bottom: 1px solid #edf2f5;
}
.event-info-row:last-child {
    border-bottom: 0;
}
.event-info-row dt {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #155a7f;
    font-size: 14px;
    font-weight: 700;
}
.event-info-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 32px;
    height: 32px;
    border-radius: 8px;
    background: #eaf4f8;
}
.event-info-row dd {
    margin: 4px 0 0 44px;
    color: #334155;
    font-size: 15px;
    line-height: 1.6;
}
.event-info-note {
    display: block;
    color: #64748b;
    font-size: 12px;
}
.event-info-actions {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 24px;
    border-top: 1px solid #dce6eb;
}
.event-info-actions .event-registration {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 48px;
    margin: 0;
    padding: 13px 18px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    transition: background-color .2s ease;
}
.event-registration svg {
    flex-shrink: 0;
}
.event-info-actions .event-registration:hover {
    background: #104866;
}
.event-calendar-return {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 40px;
    color: #155a7f;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}
.event-calendar-return:hover {
    color: #104866;
    text-decoration: underline;
}
.event-detail-main :focus-visible {
    outline: 2px solid #155a7f;
    outline-offset: 3px;
}
@media (max-width: 991px) {
    .event-detail-layout {
        grid-template-columns: minmax(0, 1fr);
        gap: 28px;
    }
    .event-info-card {
        order: -1;
    }
    .event-info-list {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 20px;
    }
    .event-info-row {
        border-bottom: 0;
    }
}
@media (max-width: 575px) {
    .event-detail-banner .subpage-title {
        font-size: 28px;
        line-height: 1.25;
    }
    .event-detail-main {
        padding: 32px 0 44px;
    }
    .event-detail-copy {
        padding: 22px;
    }
    .event-info-list {
        grid-template-columns: minmax(0, 1fr);
        gap: 0;
    }
    .event-info-row {
        border-bottom: 1px solid #edf2f5;
        padding: 14px 0;
    }
}

/* Calendar actions follow the primary and outlined homepage buttons. */
.events-home .discovery-heading .event-action,
.event-card .event-action,
.event-info-actions .event-google-calendar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-shrink: 0;
    min-height: 48px;
    max-width: 100%;
    padding: 12px 24px;
    border: 1px solid #b9d2df;
    border-radius: 4px;
    font-family: Urbanist, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    transition: background-color .25s ease, border-color .25s ease, color .25s ease;
}
.events-home .discovery-heading .event-action-primary {
    color: #fff;
    background: #155a7f;
    border-color: #155a7f;
}
.events-home .discovery-heading .event-action-primary:hover {
    color: #fff;
    background: #104866;
    border-color: #104866;
    text-decoration: none;
}
.event-card-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    max-width: 440px;
}
.event-card .event-action-secondary,
.event-info-actions .event-google-calendar {
    align-self: center;
    color: #155a7f;
    background: #fff;
}
.event-info-actions .event-google-calendar {
    align-self: stretch;
    padding-inline: 14px;
    border-radius: 8px;
}
.event-card .event-action-secondary:hover,
.event-info-actions .event-google-calendar:hover {
    color: #155a7f;
    background: #eaf4f8;
    border-color: #155a7f;
    text-decoration: none;
}
.event-action svg {
    flex-shrink: 0;
    transition: transform .25s ease;
}
.event-action:hover svg {
    transform: translateX(4px);
}
.event-google-calendar:hover svg {
    transform: none;
}
.event-card {
    align-items: center;
    transition: border-color .25s ease, box-shadow .25s ease;
}
.event-card:hover,
.event-card:focus-within {
    border-color: #b9d2df;
    box-shadow: 0 10px 28px rgba(11, 50, 71, .07);
}
.event-card-content {
    flex: 1;
}
.event-card .event-date {
    align-self: center;
    transition: color .25s ease, background-color .25s ease;
}
.event-card:hover .event-date,
.event-card:focus-within .event-date {
    background: #155a7f;
    color: #fff;
}
.event-card h3 a,
.event-card h3 a:hover {
    text-decoration: none;
    transition: color .25s ease;
}
.event-card h3 a:hover {
    color: #104866;
}
.event-card :focus-visible,
.events-home .discovery-heading .event-action:focus-visible {
    outline: 2px solid #155a7f;
    outline-offset: 3px;
}
@media (max-width: 767px) {
    .event-card {
        display: grid;
        grid-template-columns: auto minmax(0, 1fr);
        gap: 16px;
    }
    .event-card .event-date {
        align-self: start;
    }
    .event-card-actions {
        grid-column: 1 / -1;
        justify-content: flex-start;
        max-width: none;
    }
    .event-card .event-action-secondary {
        padding: 10px 14px;
        font-size: 13px;
    }
}
@media (max-width: 575px) {
    .events-home .discovery-heading .event-action {
        width: 100%;
    }
}
@media (prefers-reduced-motion: reduce) {
    .event-card,
    .event-card .event-date,
    .event-card h3 a,
    .events-home .discovery-heading .event-action,
    .event-card .event-action,
    .event-info-actions .event-google-calendar,
    .event-action svg {
        transition: none;
    }
    .event-action:hover svg {
        transform: none;
    }
}

/* Monthly calendar: a single panel with clear controls and day states. */
.calendar-page {
    padding-top: 56px;
    padding-bottom: 64px;
}
.calendar-panel {
    padding: 28px;
    border: 1px solid #dce6eb;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 12px 36px rgba(11, 50, 71, .04);
}
.calendar-panel-top,
.calendar-navigation-row,
.calendar-agenda-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
}
.calendar-panel-top {
    padding-bottom: 26px;
    border-bottom: 1px solid #edf2f5;
}
.calendar-month-summary {
    display: flex;
    align-items: center;
    gap: 16px;
    min-width: 0;
}
.calendar-heading-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    flex-shrink: 0;
    background: #eaf4f8;
    color: #155a7f;
    border-radius: 12px;
}
.calendar-eyebrow {
    display: block;
    margin-bottom: 4px;
    color: #64748b;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .05em;
    text-transform: uppercase;
}
.calendar-month-summary h2,
.calendar-agenda-heading h2 {
    margin: 0;
    color: #155a7f;
    font-family: Urbanist, sans-serif;
    font-size: 30px;
    line-height: 1.25;
    font-weight: 800;
}
.calendar-month-picker {
    display: flex;
    align-items: flex-end;
    gap: 12px;
}
.calendar-month-picker label {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 0;
    margin: 0;
    color: #53636d;
    font-size: 12px;
    font-weight: 600;
}
.calendar-month-picker input {
    width: 190px;
    max-width: 100%;
    min-width: 0;
    min-height: 46px;
    padding: 10px 12px;
    border: 1px solid #b9d2df;
    border-radius: 4px;
    color: #0b3247;
    background: #fff;
    font-family: inherit;
    font-size: 14px;
    color-scheme: light;
}
.calendar-page .calendar-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 46px;
    padding: 10px 20px;
    border: 1px solid #b9d2df;
    border-radius: 4px;
    background: #fff;
    color: #155a7f;
    font-family: Urbanist, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    text-decoration: none;
    cursor: pointer;
    transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}
.calendar-page .calendar-button:hover {
    background: #eaf4f8;
    border-color: #155a7f;
    text-decoration: none;
}
.calendar-page .calendar-button-primary {
    background: #155a7f;
    border-color: #155a7f;
    color: #fff;
}
.calendar-page .calendar-button-primary:hover {
    background: #104866;
    border-color: #104866;
    color: #fff;
}
.calendar-navigation-row {
    padding: 20px 0;
}
.calendar-month-navigation {
    display: flex;
    align-items: center;
    gap: 8px;
}
.calendar-page .calendar-step {
    width: 46px;
    padding: 0;
}
.calendar-page .calendar-button[aria-disabled="true"] {
    opacity: .4;
    pointer-events: none;
}
.calendar-legend {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 12px;
    color: #53636d;
}
.calendar-legend > span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}
.calendar-legend i {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
.calendar-legend-today {
    background: #155a7f;
}
.calendar-legend-event {
    border: 2px solid #155a7f;
    background: #eaf4f8;
}
.calendar-grid-wrap {
    overflow: hidden;
    border: 1px solid #dce6eb;
    border-radius: 12px;
}
.calendar-page .event-calendar {
    margin: 0;
    border-collapse: separate;
    border-spacing: 0;
}
.calendar-page .event-calendar th {
    padding: 16px 8px;
    border: 0;
    border-bottom: 1px solid #dce6eb;
    background: #eaf4f8;
    color: #155a7f;
    font-size: 13px;
    font-weight: 700;
}
.calendar-page .event-calendar td {
    height: 100px;
    padding: 10px;
    border: 0;
    border-right: 1px solid #e4ecf1;
    border-bottom: 1px solid #e4ecf1;
    background: #fff;
}
.calendar-page .event-calendar td:last-child {
    border-right: 0;
}
.calendar-page .event-calendar tr:last-child td {
    border-bottom: 0;
}
.calendar-page .event-calendar td.is-empty {
    background: #f5f8fa;
}
.calendar-page .event-calendar td.is-weekend {
    background: #fafcfd;
}
.calendar-page .event-calendar td.has-events {
    background: #f2f8fb;
}
.calendar-page .event-calendar td.is-today {
    background: #f2f8fb;
    box-shadow: none;
}
.calendar-day-heading {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px 6px;
}
.calendar-today-label {
    color: #155a7f;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
}
.calendar-page .calendar-day {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #53636d;
    font-size: 13px;
    font-weight: 600;
}
.calendar-page .is-today .calendar-day {
    background: #155a7f;
    color: #fff;
}
.calendar-page .event-calendar .calendar-event {
    padding: 7px 9px;
    margin-top: 6px;
    border: 0;
    border-radius: 4px;
    background: #e2eff6;
    color: #155a7f;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.4;
    text-decoration: none;
    transition: background-color .2s ease, color .2s ease;
}
.calendar-page .event-calendar .calendar-event:hover {
    background: #155a7f;
    color: #fff;
    text-decoration: none;
}
.calendar-event-mark {
    display: none;
}
.calendar-panel-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding-top: 20px;
}
.calendar-panel-footer p {
    margin: 0;
    color: #64748b;
    font-size: 12px;
}
.calendar-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    min-width: 34px;
    min-height: 30px;
    padding: 5px 12px;
    border-radius: 20px;
    background: #eaf4f8;
    color: #155a7f;
    font-size: 12px;
    font-weight: 700;
}
.calendar-agenda {
    margin-top: 44px;
}
.calendar-agenda-heading {
    margin-bottom: 24px;
}
.calendar-empty-state {
    padding: 36px 24px;
    border: 1px dashed #b9d2df;
    border-radius: 12px;
    background: #fff;
    text-align: center;
}
.calendar-empty-state h3 {
    margin: 18px 0 10px;
    color: #155a7f;
    font-family: Urbanist, sans-serif;
    font-size: 23px;
    font-weight: 700;
}
.calendar-empty-state p {
    margin: 0;
    color: #64748b;
    font-size: 14px;
}
.calendar-page :focus-visible {
    outline: 2px solid #155a7f;
    outline-offset: 3px;
}
.calendar-page .calendar-event:focus-visible {
    outline-offset: 1px;
}
@media (max-width: 767px) {
    .calendar-panel {
        padding: 20px;
    }
    .calendar-panel-top {
        align-items: stretch;
        flex-direction: column;
        gap: 20px;
    }
    .calendar-month-picker label {
        flex: 1;
    }
    .calendar-month-picker input {
        width: 100%;
    }
    .calendar-page .event-calendar td {
        padding: 6px;
        height: 84px;
    }
}
@media (max-width: 575px) {
    .calendar-page {
        padding: 32px 0 44px;
    }
    .calendar-page-banner .subpage-title {
        font-size: 30px;
    }
    .calendar-panel {
        padding: 16px 12px;
        border-radius: 12px;
    }
    .calendar-month-summary {
        gap: 12px;
    }
    .calendar-heading-icon {
        width: 46px;
        height: 46px;
    }
    .calendar-month-summary h2,
    .calendar-agenda-heading h2 {
        font-size: 25px;
    }
    .calendar-navigation-row {
        align-items: flex-start;
        flex-direction: column;
        gap: 16px;
    }
    .calendar-page .event-calendar th {
        padding: 12px 2px;
        font-size: 11px;
    }
    .calendar-page .event-calendar td {
        height: 72px;
        padding: 4px;
    }
    .calendar-page .calendar-day {
        width: 26px;
        height: 26px;
        font-size: 12px;
    }
    .calendar-today-label {
        font-size: 9px;
    }
    .calendar-page .event-calendar .calendar-event {
        min-height: 28px;
        padding: 5px 2px;
        border-left: 0;
        text-align: center;
    }
    .calendar-page .event-calendar .calendar-event::after {
        content: none;
    }
    .calendar-event-title {
        display: none;
    }
    .calendar-event-mark {
        display: block;
        font-size: 12px;
    }
    .calendar-panel-footer {
        align-items: flex-start;
        gap: 12px;
    }
    .calendar-panel-footer p {
        font-size: 11px;
        line-height: 1.5;
    }
    .calendar-agenda {
        margin-top: 32px;
    }
}
@media (prefers-reduced-motion: reduce) {
    .calendar-page .calendar-button,
    .calendar-page .event-calendar .calendar-event {
        transition: none;
    }
}
.calendar-agenda .event-card:target {
    border-color: #155a7f;
    box-shadow: 0 10px 28px rgba(11, 50, 71, .09);
}
