.elementor-35450 .elementor-element.elementor-element-8d5e1cc{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}@media(min-width:768px){.elementor-35450 .elementor-element.elementor-element-8d5e1cc{--content-width:1350px;}}/* Start custom CSS for html, class: .elementor-element-90d4087 */@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

/* ── ELEMENTOR NUCLEAR OVERRIDE ──────────────────────────────────────── */

#calendar-wrapper,
#calendar-wrapper *,
#calendar-wrapper *::before,
#calendar-wrapper *::after {
    --e-global-color-primary:   unset !important;
    --e-global-color-secondary: unset !important;
    --e-global-color-text:      unset !important;
    --e-global-color-accent:    unset !important;
}

#calendar-wrapper a,
#calendar-wrapper a:any-link,
#calendar-wrapper a:link,
#calendar-wrapper a:visited,
#calendar-wrapper a:hover,
#calendar-wrapper a:focus,
#calendar-wrapper a:active,
#calendar-wrapper a:focus-visible,
#calendar-wrapper .event a,
#calendar-wrapper .event a:link,
#calendar-wrapper .event a:visited,
#calendar-wrapper .event a:hover,
#calendar-wrapper .event a:focus,
#calendar-wrapper .event a:active,
#calendar-wrapper .event a:focus-visible,
#calendar-wrapper .event a strong {
    color: inherit !important;
    text-decoration: none !important;
    -webkit-tap-highlight-color: transparent !important;
}

#calendar-wrapper button,
#calendar-wrapper button:hover,
#calendar-wrapper button:focus,
#calendar-wrapper button:active,
#calendar-wrapper button:focus-visible,
#calendar-wrapper button:focus-within {
    outline: none !important;
    box-shadow: none !important;
    -webkit-tap-highlight-color: transparent !important;
}

#calendar-wrapper .organizer-toggle:focus,
#calendar-wrapper .organizer-toggle:focus-visible,
#calendar-wrapper .organizer-toggle:active,
#calendar-wrapper .organizer-toggle:focus-within,
#calendar-wrapper .organizer-toggle.active:focus,
#calendar-wrapper .organizer-toggle.active:focus-visible,
#calendar-wrapper .organizer-toggle.active:active {
    background-color: transparent !important;
    color: inherit !important;
    outline: none !important;
    box-shadow: none !important;
}

#calendar-wrapper .nav-btn:focus,
#calendar-wrapper .nav-btn:focus-visible,
#calendar-wrapper .nav-btn:active {
    background-color: #e5e5ea !important;
    color: #1d1d1f !important;
    outline: none !important;
    box-shadow: none !important;
}

#calendar-wrapper .today-btn:focus,
#calendar-wrapper .today-btn:focus-visible,
#calendar-wrapper .today-btn:active {
    background-color: #e5e5ea !important;
    color: #1d1d1f !important;
    outline: none !important;
    box-shadow: none !important;
}

#calendar-wrapper #sidebar-toggle:focus,
#calendar-wrapper #sidebar-toggle:focus-visible,
#calendar-wrapper #sidebar-toggle:active {
    background-color: transparent !important;
    color: inherit !important;
    outline: none !important;
    box-shadow: none !important;
}

/* ── BASE ────────────────────────────────────────────────────────────── */

* {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;
}

/* ── OUTER WRAPPER ───────────────────────────────────────────────────── */

#calendar-wrapper {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    padding: 32px;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'SF Pro Display', sans-serif;
    background: transparent;
    display: flex;
    align-items: flex-start;
    gap: 0;
    position: relative;
}

/* ── LEFT SIDEBAR ────────────────────────────────────────────────────── */

#calendar-sidebar {
    width: 220px;
    flex-shrink: 0;
    background: #fafafa;
    border: 1px solid #e5e5e7;
    border-radius: 14px;
    padding: 12px 12px 20px;
    position: sticky;
    top: 32px;
    z-index: 10;
    box-shadow:
        8px 0 24px rgba(0, 0, 0, 0.07),
        0   2px 8px  rgba(0, 0, 0, 0.04);
    transition:
        width      0.26s cubic-bezier(0.4, 0, 0.2, 1),
        padding    0.26s cubic-bezier(0.4, 0, 0.2, 1),
        background 0.26s cubic-bezier(0.4, 0, 0.2, 1),
        border     0.26s cubic-bezier(0.4, 0, 0.2, 1),
        box-shadow 0.26s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
}

#calendar-sidebar.collapsed {
    width: 44px;
    padding: 0;
    background: transparent;
    border-color: transparent;
    box-shadow: none;
    border-radius: 0;
    overflow: visible;
}

/* ── TOGGLE BUTTON ───────────────────────────────────────────────────── */

#sidebar-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    border: 1px solid #e0e0e5;
    background: #ffffff;
    cursor: pointer;
    padding: 0;
    margin-bottom: 12px;
    margin-left: auto;
    box-shadow: 0 1px 3px rgba(0,0,0,0.06);
    transition: background 0.15s ease, border-color 0.15s ease;
    flex-shrink: 0;
}

#calendar-sidebar.collapsed #sidebar-toggle {
    margin-left: 0;
    margin-bottom: 0;
    border-radius: 10px;
}

#sidebar-toggle:hover {
    background: #f0f0f5 !important;
    border-color: #c0c0c5 !important;
}

/* ── SIDEBAR CONTENT ─────────────────────────────────────────────────── */

#calendar-sidebar.collapsed #sidebar-content { display: none; }

.sidebar-label {
    font-size: 10px;
    font-weight: 700;
    color: #aeaeb2;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin: 0 0 10px 4px;
    white-space: nowrap;
}

.sidebar-loading,
.sidebar-empty {
    font-size: 13px;
    color: #aeaeb2;
    margin: 0;
    padding: 4px;
}

/* ── ORGANIZER TOGGLE ROWS ───────────────────────────────────────────── */

#organizer-filters {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.organizer-toggle {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    width: 100%;
    padding: 6px 6px;
    border: none;
    border-radius: 8px;
    background: transparent;
    cursor: pointer;
    transition: background 0.12s ease;
    text-align: left;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    -webkit-tap-highlight-color: transparent;
}

.organizer-toggle:hover { background: #f0f0f5; }

.org-checkbox {
    width: 17px;
    height: 17px;
    min-width: 17px;
    border-radius: 5px;
    border: 2px solid var(--org-color);
    background: transparent;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1px;
    transition: background 0.12s ease, border-color 0.12s ease;
}

.org-check-icon {
    width: 10px;
    height: 10px;
    min-width: 10px;
    opacity: 0;
    display: block;
    flex-shrink: 0;
    transition: opacity 0.12s ease;
}

.organizer-toggle.active .org-checkbox {
    background: var(--org-color);
    border-color: var(--org-color);
}

.organizer-toggle.active .org-check-icon { opacity: 1; }

.org-name {
    font-size: 13px;
    font-weight: 500;
    color: #1d1d1f;
    line-height: 1.35;
    white-space: normal;
    word-break: break-word;
    overflow-wrap: break-word;
}

.organizer-toggle:not(.active) .org-name { color: #c7c7cc; }

/* ── MAIN CALENDAR AREA ───────────────────────────────────────────────── */

#calendar-main {
    flex: 1;
    min-width: 0;
    padding-left: 16px;
}

/* ── HEADER ──────────────────────────────────────────────────────────── */

#calendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}

#month-year {
    font-size: 28px;
    font-weight: 700;
    color: #222C60;
    margin: 0;
    letter-spacing: -0.5px;
    line-height: 36px;
}

.calendar-controls {
    display: flex;
    gap: 10px;
    align-items: center;
}

/* ── NAV BUTTONS ─────────────────────────────────────────────────────── */

.nav-btn {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    border: 1px solid #d2d2d7;
    background: #ffffff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.15s ease, border-color 0.15s ease;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
    padding: 0;
}

.nav-btn svg path { stroke: #1d1d1f; }

.nav-btn:hover {
    background: #f2f2f7;
    border-color: #86868b;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

/* ── TODAY BUTTON ────────────────────────────────────────────────────── */

.today-btn {
    height: 36px;
    padding: 0 16px;
    border-radius: 8px;
    border: 1px solid #d2d2d7;
    background: #ffffff;
    color: #1d1d1f;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    cursor: pointer;
    transition: background 0.15s ease, border-color 0.15s ease;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}

.today-btn:hover {
    background: #f2f2f7;
    border-color: #86868b;
    color: #000;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

/* ── CALENDAR GRID ───────────────────────────────────────────────────── */

#calendar-container {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 6px -1px rgba(0,0,0,0.05),
                0 2px 4px -1px rgba(0,0,0,0.03);
    border: 1px solid #e5e5e7;
}

#calendar-table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    background: #ffffff;
}

#calendar-table thead th {
    width: 14.285%;
    padding: 16px;
    text-align: left;
    font-size: 13px;
    font-weight: 600;
    color: #86868b;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-bottom: 1px solid #e5e5e7;
    background: #fafafa;
}

#calendar-table tbody td {
    width: 14.285%;
    padding: 12px 16px;
    min-height: 120px;
    height: 120px;
    vertical-align: top;
    border: 0.5px solid #e5e5e7;
    background: #ffffff;
    transition: background-color 0.1s ease;
    position: relative;
    overflow: visible;
}

/* ── FIX: remove last row bottom border (desktop) — container provides it */
#calendar-table tbody tr:last-child td {
    border-bottom: none;
}

/* ── FIX: remove last column right border (desktop) — container provides it */
#calendar-table thead th:last-child,
#calendar-table tbody td:last-child {
    border-right: none;
}

#calendar-table tbody td:hover { background: #fafafa; }

#calendar-table tbody td > span {
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    color: #1d1d1f;
    margin-bottom: 8px;
    line-height: 1;
}

/* ── TODAY (GOLD) ────────────────────────────────────────────────────── */

#calendar-table tbody td.today { background: #FFFCF5; }

#calendar-table tbody td.today > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    background: #EFC464;
    color: #ffffff;
    border-radius: 50%;
    font-weight: 700;
    font-size: 14px;
    box-shadow: 0 2px 4px rgba(239,196,100,0.4);
    text-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

/* ── EVENTS ──────────────────────────────────────────────────────────── */

.event {
    margin-top: 4px;
    padding: 4px 8px;
    border-radius: 4px;
    border-left: 3px solid transparent;
    font-size: 11px;
    line-height: 1.45;
    transition: filter 0.1s ease;
    cursor: pointer;
    overflow: visible;
    white-space: normal;
    word-break: break-word;
    overflow-wrap: break-word;
}

.event:hover { filter: brightness(0.93); }

.event a {
    display: block;
    font-weight: 600;
    font-size: 11px;
    line-height: 1.4;
    white-space: normal;
    word-break: break-word;
    overflow-wrap: break-word;
}

.event div {
    font-size: 10px;
    color: #6e6e73;
    margin-top: 2px;
    white-space: normal;
    word-break: break-word;
}

.event.past-event {
    opacity: 0.55;
    border-left-width: 2px;
}

/* ── EMPTY CELLS ─────────────────────────────────────────────────────── */

#calendar-table tbody td.empty {
    background: #fbfbfd;
    pointer-events: none;
}

#calendar-table tbody td.empty > span { color: #d2d2d7; }

/* ── DESKTOP-ONLY HIDDEN ELEMENTS ────────────────────────────────────── */

.mobile-filter-btn { display: none; }
#mobile-event-panel  { display: none; }
#mobile-filter-panel { display: none; }

/* ── 1024px ──────────────────────────────────────────────────────────── */

@media (max-width: 1024px) {
    #calendar-wrapper { padding: 24px; }
    #calendar-sidebar { width: 190px; }
    #month-year { font-size: 24px; }
}

/* ══════════════════════════════════════════════════════════════════════
   MOBILE ≤ 768px — iOS Calendar style
══════════════════════════════════════════════════════════════════════ */

@media (max-width: 768px) {

    #calendar-sidebar { display: none !important; }

    #calendar-wrapper {
        flex-direction: column;
        padding: 0;
        gap: 0;
        background: #ffffff;
        overflow-x: hidden;
        width: 100%;
        max-width: 100%;
    }

    #calendar-main {
        padding-left: 0;
        width: 100%;
        min-width: 0;
    }

    /* ── Header ── */
    #calendar-header {
        padding: 20px 16px 12px;
        margin-bottom: 0;
    }

    #month-year {
        font-size: 34px;
        font-weight: 700;
        color: #000000;
        letter-spacing: -1px;
        line-height: 1.1;
    }

    .nav-btn   { width: 32px; height: 32px; }
    .today-btn { height: 32px; padding: 0 12px; font-size: 13px; }

    /* ── Mobile filter toggle button ── */
    .mobile-filter-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 32px;
        height: 32px;
        border-radius: 8px;
        border: 1px solid #d2d2d7;
        background: #ffffff;
        cursor: pointer;
        padding: 0;
        box-shadow: 0 1px 2px rgba(0,0,0,0.05);
        transition: background 0.15s ease, border-color 0.15s ease;
        flex-shrink: 0;
    }

    .mobile-filter-btn:hover {
        background: #f2f2f7;
        border-color: #86868b;
    }

    .mobile-filter-btn.active {
        background: #222C60;
        border-color: #222C60;
    }

    .mobile-filter-btn.active svg path { stroke: #ffffff; }

    /* ── Mobile filter panel ── */
    #mobile-filter-panel {
        display: block;
        overflow: hidden;
        background: #ffffff;
        border-bottom: 1px solid #d2d2d7;
        transition: max-height 0.28s cubic-bezier(0.4, 0, 0.2, 1),
                    padding    0.28s cubic-bezier(0.4, 0, 0.2, 1),
                    opacity    0.28s ease;
        max-height: 300px;
        padding: 10px 16px 14px;
        opacity: 1;
    }

    #mobile-filter-panel.mobile-filter-panel-hidden {
        max-height: 0;
        padding-top: 0;
        padding-bottom: 0;
        opacity: 0;
        pointer-events: none;
    }

    #mobile-organizer-filters {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 8px;
    }

    /* ── Calendar container — full border, overflow clips edges cleanly ── */
    #calendar-container {
        background: transparent;
        border-radius: 0;
        box-shadow: none;
        border: 1px solid #d2d2d7;
        overflow: hidden;
        width: 100%;
    }

    #calendar-table {
        background: transparent;
        width: 100%;
        table-layout: fixed;
        border-collapse: collapse;
    }

    /* ── Day headers ── */
    #calendar-table thead th {
        font-size: 0 !important;
        padding: 8px 0;
        text-align: center;
        background: #fafafa;
        border-bottom: 1px solid #d2d2d7;
        border-right: 1px solid #d2d2d7;
        font-weight: 400;
        letter-spacing: 0;
    }

    /* Last column header — no right border, container handles it */
    #calendar-table thead th:last-child {
        border-right: none;
    }

    #calendar-table thead th::first-letter {
        font-size: 13px !important;
        font-weight: 400;
        color: #8e8e93;
    }

    /* ── Cells ── */
    #calendar-table tbody td {
        height: 70px !important;
        min-height: 70px !important;
        padding: 6px 2px 4px !important;
        text-align: center;
        vertical-align: top;
        border-right: 1px solid #d2d2d7 !important;
        border-bottom: 1px solid #d2d2d7 !important;
        border-top: none !important;
        border-left: none !important;
        background: #ffffff !important;
        cursor: pointer;
        transition: background 0.1s ease;
    }

    /* Last column — no right border, container handles it */
    #calendar-table tbody td:last-child {
        border-right: none !important;
    }

    /* Last row — no bottom border, container handles it */
    #calendar-table tbody tr:last-child td {
        border-bottom: none !important;
    }

    #calendar-table tbody td:hover { background: #f9f9fc !important; }

    /* Date number */
    #calendar-table tbody td > span {
        font-size: 20px;
        font-weight: 400;
        color: #000000;
        margin-bottom: 4px;
        display: block;
        text-align: center;
        line-height: 1.2;
    }

    /* Today — gold circle */
    #calendar-table tbody td.today { background: #FFFCF5 !important; }

    #calendar-table tbody td.today > span {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 30px;
        height: 30px;
        background: #EFC464;
        color: #ffffff;
        border-radius: 50%;
        font-weight: 700;
        font-size: 17px;
        box-shadow: 0 2px 4px rgba(239,196,100,0.4);
        text-shadow: none;
    }

    /* Selected — navy circle */
    #calendar-table tbody td.mobile-selected > span {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 30px;
        height: 30px;
        background: #222C60;
        color: #ffffff;
        border-radius: 50%;
        font-weight: 700;
        font-size: 17px;
    }

    /* Today + selected — keep gold */
    #calendar-table tbody td.today.mobile-selected > span { background: #EFC464; }

    /* Bold if has events */
    #calendar-table tbody td.has-events > span { font-weight: 700; }

    /* Hide desktop event cards */
    .event { display: none !important; }

    /* ── Event pills ── */
    .mobile-dots {
        display: flex;
        justify-content: center;
        gap: 3px;
        padding: 0 2px;
        flex-wrap: nowrap;
    }

    .mobile-event-pill {
        display: inline-block;
        width: 16px;
        height: 5px;
        border-radius: 3px;
        flex-shrink: 0;
    }

    /* Empty cells */
    #calendar-table tbody td.empty {
        background: #fbfbfd !important;
        pointer-events: none;
        cursor: default;
    }

    #calendar-table tbody td.empty > span { color: #c7c7cc; }

    /* ── Mobile event panel ── */
    #mobile-event-panel {
        display: block;
        padding: 14px 16px 32px;
        border-top: 1px solid #d2d2d7;
        background: #ffffff;
        min-height: 120px;
    }

    #mobile-panel-date-label {
        font-size: 12px;
        font-weight: 700;
        color: #8e8e93;
        text-transform: uppercase;
        letter-spacing: 0.6px;
        margin-bottom: 10px;
    }

    .mobile-event-item {
        display: flex;
        align-items: flex-start;
        gap: 12px;
        padding: 11px 0;
        border-bottom: 0.5px solid #f0f0f5;
    }

    .mobile-event-item:last-child { border-bottom: none; }
    .mobile-event-item.past { opacity: 0.5; }

    .mobile-event-color-bar {
        width: 4px;
        min-width: 4px;
        align-self: stretch;
        border-radius: 2px;
        flex-shrink: 0;
    }

    .mobile-event-info { flex: 1; min-width: 0; }

    a.mobile-event-title {
        display: block;
        font-size: 15px;
        font-weight: 600;
        line-height: 1.35;
        text-decoration: none !important;
        margin-bottom: 2px;
    }

    .mobile-event-meta {
        font-size: 13px;
        color: #6e6e73;
        line-height: 1.4;
        margin-top: 1px;
    }

    .mobile-no-events {
        font-size: 15px;
        color: #aeaeb2;
        margin: 0;
        padding: 24px 0;
        text-align: center;
    }
}

/* ══════════════════════════════════════════════════════════════════════
   SMALL MOBILE ≤ 480px
══════════════════════════════════════════════════════════════════════ */

@media (max-width: 480px) {

    #calendar-header { padding: 16px 12px 10px; }
    #month-year { font-size: 26px; }

    #calendar-table thead th::first-letter { font-size: 11px !important; }

    #calendar-table tbody td {
        height: 58px !important;
        min-height: 58px !important;
    }

    #calendar-table tbody td > span { font-size: 17px; }

    #calendar-table tbody td.today > span,
    #calendar-table tbody td.mobile-selected > span {
        width: 27px;
        height: 27px;
        font-size: 15px;
    }

    .mobile-event-pill { width: 12px; height: 4px; }

    #mobile-event-panel  { padding: 12px 12px 28px; }
    a.mobile-event-title { font-size: 14px; }
    .mobile-event-meta   { font-size: 12px; }
}/* End custom CSS */