﻿.confPageHeader {
    display: flex;
    justify-content: space-between;
    padding: 20px;

}
.confPageHeader h2 {
    position: relative; 
    display: inline-flex;
    align-items: center;
}
#pageTitleText {
    font-size: 16px;
}
.conf-nav-btn {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 14px;
    border: 1px solid #ced4da;
    border-radius: 10px;
    font-size: 16px;
    color: #4F4F4F;
    text-decoration: none;
    transition: background 0.15s, color 0.15s;
}
    .conf-nav-btn:hover {
        background: #f8f9fa;
        color: #212529;
        text-decoration: none;
    }
#headerNavBtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.conference-timezone-banner {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #5f6b7a;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
}

.conference-timezone-banner i {
    color: var(--conference-header-color, #2a5872);
}

.conference-timezone-banner-list {
    flex: 0 0 auto;
    justify-content: flex-end;
    margin-left: auto;
    margin-top: 10px;
    padding-right: 0;
    float: right;
    padding-top: 5px;
    white-space: nowrap;
}

.conference-detail-meta-row {
    display: flex;
    flex-direction: column;
    
   
}

.conference-detail-meta-row #breadcrumbContainer {
    flex: 1 1 auto;
    min-width: 0;
}

.conference-timezone-banner-session {
    flex: 0 0 auto;
    
}

.speaker-sessions-header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.speaker-sessions-header-row .exhib-page-title {
    margin-bottom: 0;
}

.conference-timezone-banner-speaker {
    flex: 0 0 auto;
    white-space: nowrap;
    padding-right: 5px;
}

.widgetSvg {
    position: absolute;
    top: 11px;
    left: -22px;
    transform: none;
    margin-left: 6px;
}
.conference-toolbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  
}

#sessionSearch {
    margin-top: 0px !important;
    transition: none;
    padding: 6px 12px 6px 34px;
    border-radius: 6px;
    font-size: 16px;
}

.searchWrapper {
    position: relative;
    width: 300px;
}

.conf-fa-search {
    position: absolute !important;
    top: 10px;
    left: 11px;
    font-size: 16px;
    color: #999;
    pointer-events: none;
}

.filtersBtn {
    border: 1px solid #ced4da;
    color: #495057;
    margin: 0 0 20px 16px;
    border-radius: 6px;
}
.conf-fa-filter {
    font-size: 16px;
    color: #999;
}
.conferenceFilters {
    display: flex;
    flex-wrap: wrap;
    flex: 1 1 auto;
    gap: 10px;
    margin-top: 20px;
    
}
    .conferenceFilters select {
        width: auto;
        flex: 0 0 auto;
        border: 1px solid #ced4da;
        border-radius: 6px;
        padding: 6px 8px;
        padding-right: 1.75rem;
        background-color: white;
        box-shadow: none;
        text-align: left;
        font-size: 16px;
        color: #4F4F4F;
        background-position: right 8px center;
        background-size: 12px;
    }
.conferenceFilters select:not([value=""]) {
     border-color: #ced4da;
}
.conferenceFilters .form-select {
     width: auto;
     flex: 0 0 auto;
}
.conf-view-btns {
    display: flex;
    height: 40px;
    column-gap: 4px;
    background: #dddddd;
    justify-content: center;
    margin: 10px 0;
    padding: 4px;
    border-radius: 30px;
}

.conf-view-btns button {
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-basis: 100%;
    height: 32px;
    border-radius: 20px;
    border: none;
    color: #999999;
    background: none;
    transition: background-color 0.3s;
}
.conf-view-btns button:hover {
    color: #999999;
    background-color: #f3f3f3;
}
.conf-view-btns button:focus {
    outline: none;
}
.conf-view-btns span {
    display: none;
    position: absolute;
    top: 12px;
    left: -38px;
    font-size: 10px;
    font-weight: bold;
    user-select: none;
}

.conf-default-view .conf-default-btn,
.conf-list-view .conf-list-btn,
.conf-tile-view .conf-tile-btn {
    background: #ffffff !important;
}
.conf-view-btns button.active {
    background: #ffffff !important; 
}
.conference-days-wrapper {
    position: relative;
    max-width: 100%;
    overflow: hidden;
}
.conference-days-wrapper::after,
.conference-days-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    width: 40px;
    height: 100%;
    pointer-events: none;
    opacity: 0; /* hidden by default */
    transition: opacity 0.3s ease;
    z-index: 2;
}
.conference-days-wrapper::after {
    right: 0;
    background: linear-gradient(to left, rgba(255,255,255,1), rgba(255,255,255,0));
}
.conference-days-wrapper::before {
    left: 0;
    background: linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,0));
}
.conference-days-wrapper.show-left-gradient::before {
    opacity: 1;
}
.conference-days-wrapper.show-right-gradient::after {
    opacity: 1;
}
.conference-days {
    display: flex;
    overflow-x: auto; 
    white-space: nowrap;
    -webkit-overflow-scrolling: touch; 
    scrollbar-width: none; 
    scroll-behavior: smooth; 
    padding-bottom: 4px;
}
.conference-days::-webkit-scrollbar {
    display: none;
}
.conf-day-btn {
    flex: 0 0 auto; 
    padding: 8px 16px;
    font-size: 16px;
    color: #212529;
    background: transparent;
    border: none;
    border-bottom: 2px solid #444444;
    border-radius: 10px 10px 0 0;
    cursor: pointer;
    transition: all 0.2s ease;
}
.conf-day-tabs {
    border-bottom: 1px solid #ddd;
}
.day-date-bold {
    font-weight: 700;
}
.conference-selected-day, .session-day-header {
    font-size: 20px;
}
#conferenceSessions.conf-view-tile .session-day-header {
    width: 100%;
    flex: 0 0 100%;
    grid-column: 1 / -1;
    display: block;
    margin-top: 24px;
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 1.3;
}
/* Active tab */
.conf-day-btn.active {
    background-color: #444;
    color: #fff;
    border-bottom-color: #444;
    border-radius: 10px 10px 0 0;
    font-weight: 500;
}

/* Hover (inactive) */
.conf-day-btn:not(.active):hover {
     color: #106da2;
     border-bottom-color: #444;
}

.conf-day-btn:focus,
.conf-day-btn:focus-visible {
     outline: none;
     box-shadow: none;
}

/* ---------- Detailed List View ---------- */
.conference-session-list {
    
    width: 100%;
    background-color: #f3f4f5;
}
.conference-day-container {
    width: 100%;
    margin-bottom: 40px;
    padding-bottom: 30px ;
    background-color: #fff;
    border-radius: 4px;
}

.session-day-header {
    font-size: 20px;
    padding: 0 16px ;
    margin: 16px 0;
 
}
  
    .conference-session-list-day {
        display: flex;
        flex-direction: column;
    }

    .conf-session-row {
        display: flex;
        flex-direction: column;
        background: #fff;
        border-top: 1px solid #ccc;
        padding: 16px;
        gap: 20px;
    }
    /* Left column */
    .conf-session-meta {
        width: 100%;
    }

        .conf-session-meta div {
            display: flex;
            justify-content: space-between;
        }

    .session-label {
        display: none;
        font-weight: 500;
    }

    .conf-time {
        font-size: 18px;
        font-weight: 600;
    }

    .conf-session-meta .conf-btn-action {
        display: none;
    }
    /* Right column */
    .conf-session-content {
        flex: 1;
    }

    .conf-session-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 5px;
    }

    .exhib-page-title {
        margin: 0;
    }

        .exhib-page-title a {
            color: #212529;
            text-decoration: none;
        }

    .conf-session-tags {
        display: flex;
        gap: 15px;
    }

    .conf-session-tag {
        padding: 2px 10px;
        border-radius: 30px;
        font-size: 14px;
        text-align: center;
        align-self: center;
        letter-spacing: 0.3px;
        font-weight: 500;
    }
    /* Speakers */
    .conf-speakers {
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-top: 12px;
    }

    .conf-speaker {
        display: flex;
        gap: 10px;
        align-items: center;
    }

    .speaker-image {
        width: 30px;
        height: 30px;
        min-width: 30px;
        border-radius: 50%;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .speaker-name {
        font-weight: 600;
    }

        .speaker-name a {
            color: #212529;
            text-decoration: none;
        }

    .speaker-meta {
        color: #737373;
        font-size: 14px;
    }
    /* Description */
    .conf-desc {
        font-size: 12px;
        color: #212529;
        margin: 15px 0 16px 0;
    }

    .conf-status {
        font-size: 0.75rem;
        opacity: 0.8;
        margin-top: 20px;
    }
    /* Layout */

    #conferenceSessions.conf-view-tile {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
        gap: 20px;
        justify-content: center;
        background: #fff;
        padding: 0 20px;
    }
    /* Tile component */
    .conf-tile-card {
        display: flex;
        flex-direction: column;
        justify-content: space-between; /* pushes actions to bottom */
        text-decoration: none;
        border: 1px solid rgba(0,0,0,.08);
        border-top: 2px solid #106da2;
        border-radius: 6px;
        padding: 14px 24px;
        background: #fff;
        box-shadow: 0px 8px 15px -6px rgba(0, 0, 0, 0.25);
        transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    }

        .conf-tile-card:hover {
            box-shadow: 0px 12px 20px -8px rgba(0, 0, 0, 0.3);
            border-color: rgba(0,0,0,.15);
            border-top-color: #0d568c;
            transform: translateY(-1px);
            color: #212529;
            text-decoration: none;
        }
    /* ---------- Media ---------- */

    .conf-tile-media {
        display: flex;
        justify-content: space-between;
    }
    /* Track */
    .conf-track-label {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        font-size: 16px;
        font-weight: 500;
        color: #333;
        margin-top: 5px;
    }

    .conf-track-dot {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        flex-shrink: 0;
    }

    .conf-track-text {
        line-height: 1;
    }
    /* ---------- Body ---------- */

    .conf-tile-body {
        padding: 12px 0;
        margin: 8px 0;
    }

    .conf-tile-title {
        font-size: 21px;
        font-weight: 600;
        letter-spacing: -0.2px;
        margin-bottom: 8px;
        line-height: 1.2;
        font-weight: 600;
    }

        .conf-tile-title a {
            cursor: pointer;
            color: #212529;
        }

    .conf-tile-meta {
        display: flex;
        font-size: 13px;
        color: #333;
        margin: 12px 0;
        justify-content: start;
        align-items: start;
        gap: 8px;
    }

        .conf-tile-meta > div {
            flex: 1;
            display: flex;
            align-items: center;
            justify-content: start;
        }

    .subhead-item-divider {
        display: inline-flex;
        height: 100%;
        min-height: 20px;
        width: 2px;
        background-color: rgb(196, 196, 196);
        border-radius: 2px;
    }
    /* Speaker row */

    .conf-tile-speaker {
        display: flex;
        align-items: center;
        gap: 8px;
        margin-top: 20px;
        padding-top: 20px;
    }

        .conf-tile-speaker .speaker-image {
            width: 35px;
            height: 35px;
            border-radius: 50%;
            flex-shrink: 0;
        }

        .conf-tile-speaker .speaker-meta {
            display: none;
        }

    .conf-tile-speaker-name {
        font-size: 14px;
    }

    .conf-tile-more {
        font-size: 12px;
        color: #2979ff;
    }
    /* ---------- Actions ---------- */

    .conf-tile-actions {
        display: flex;
        gap: 12px;
        padding-top: 16px;
        border-top: 1px solid rgba(0,0,0,.06);
    }

    .conf-btn-action {
        background: transparent;
        font-size: 18px;
        cursor: pointer;
        margin-right: 10px;
    }

        .conf-btn-action.in-agenda {
            color: #0057c2;
        }
    /* HEADER */
    /* SHARED GRID */
    /* LIST */
    .conf-list-header {
        display: none;
    }

    .conference-session-list-day.conf-view-detailed {
        display: flex;
        flex-direction: column;
    }

    .conference-session-list-day.conf-view-list {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .conference-session-list-day.conf-view-tile {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
        gap: 24px;
        width: 100%;
        padding: 0 20px;
    }

    .conf-list-header,
    .conf-list-row {
        display: grid;
        grid-template-columns: 180px minmax(300px, 1fr) 180px 100px 90px 100px 60px;
        align-items: center;
        column-gap: 20px;
        width: 100%;
        padding: 10px 20px;
        border-top: 1px solid rgba(0,0,0,.06);
    }
    /* Stack all columns vertically */
    #conferenceSessions.conf-view-list .conf-col {
        display: block;
        width: 100%;
        margin-bottom: 6px;
    }

    .conf-list-title:hover,
    .conf-list-title:focus {
        color: #000;
        text-decoration: underline;
    }

    .conf-list-desc {
        margin-top: 6px;
        color: #555;
        font-size: 13px;
        line-height: 1.4;
    }
    /* NAME COLUMN */
    .conf-list-title {
        font-weight: 600;
        color: #000;
        display: inline-block;
    }

    .js-fav-toggle, .js-speaker-fav-toggle {
        cursor: pointer;
    }

    .conf-list-row {
        background: #fff;
    }
        /* Hover */
        .conf-list-row:hover {
            background: #f8f8f8;
        }
    /* Toast Notification */
    #appToastContainer {
        position: fixed;
        top: 20px;
        right: 20px;
        z-index: 9999;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .app-toast {
        min-width: 260px;
        max-width: 360px;
        padding: 14px 16px;
        border-radius: 12px;
        color: #fff;
        font-size: 14px;
        box-shadow: 0 8px 20px rgba(0,0,0,0.15);
        transform: translateX(120%);
        opacity: 0;
        transition: all 0.35s ease;
    }

        .app-toast.show {
            transform: translateX(0);
            opacity: 1;
        }

        .app-toast.success {
            border-left: 4px solid #28a745;
        }

        .app-toast.info {
            border-left: 4px solid #007bff;
        }

        .app-toast.error {
            border-left: 4px solid #dc3545;
        }

    .conf-session-actions i {
        font-size: 18px;
    }

    @media only screen and (min-width: 576px) {
        .speaker-image {
            width: 40px;
            height: 40px;
            min-width: 40px;
        }

        .conf-session-row {
            display: flex;
            flex-direction: row;
            gap: 30px;
        }

        .conf-speakers {
            flex-direction: row;
        }

        .conf-speaker {
            margin-right: 40px;
        }


        .conf-session-meta {
            width: 220px;
            padding: 0 16px;
            font-size: 16px;
        }

            .conf-session-meta div {
                justify-content: flex-start;
            }

            .conf-session-meta > div {
                display: flex;
                flex-direction: column;
            }

            .conf-session-meta .conf-btn-action {
                display: block;
            }
        .session-day-header {
            display: flex;
            flex-direction: column;
            gap: 8px;
            padding: 16px;
            margin: 0;
            font-size: 24px;
            line-height: 1.2;
            border-top: 1px solid #e4e7eb;
            border-bottom: 1px solid #d8dde3;
            background: #fff;
        }
        .session-label {
            display: block;
        }

        .conf-meta-row {
            display: flex;
            flex-direction: row;
            align-items: center;
            gap: 6px;
            margin-bottom: 8px;
        }

        .conference-detail-meta-row {
            flex-direction: row;
            gap: 10px;
        }

        .conference-timezone-banner-session {
            flex: 0 0 auto;
            margin-left: auto;
            white-space: nowrap;
        }

        .conference-timezone-banner-detail {
            margin: 18px 0 0px;
            padding: 0 6px;
        }
    }

    @media only screen and (max-width: 991.98px) {
        #directory-container > .conf-view-btns {
            width: calc(100% - 32px);
            max-width: 760px;
            margin: 10px auto 14px;
        }
    }

    @media only screen and (max-width: 767.98px) {
        #directory-container {
            padding-left: 12px;
            padding-right: 12px;
        }

        #attendeeConference {
            overflow: hidden;
        }

        .confPageHeader {
            align-items: center;
            gap: 14px;
            padding: 18px 16px;
        }

            .confPageHeader h2 {
                min-width: 0;
                gap: 12px;
            }


        #headerIcon {
            flex: 0 0 auto;
        }

        #headerNavBtn {
            flex: 0 0 auto;
            max-width: 96px;
            padding: 10px 12px;
            font-size: 12px;
            line-height: 1.15;
            white-space: normal;
            text-align: center;
        }

        .conference-toolbar {
            display: grid;
            grid-template-columns: 1fr;
            gap: 12px;
            margin: 0 !important;
            padding: 16px !important;
        }

        .search-container,
        .searchWrapper,
        #sessionSearch {
            width: 100%;
        }

        .conferenceFilters {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 10px;
            margin: 0;
        }

            .conferenceFilters select,
            .conferenceFilters .form-select {
                width: 100%;
                min-width: 0;
                font-size: 16px;
            }

        .conference-days {
            padding: 0 16px !important;
        }

        .conf-day-btn {
            padding: 10px 14px;
            font-size: 16px;
            white-space: nowrap;
        }

        .conference-session-list {
            background: #fff;
        }

        .conference-day-container {
            margin-bottom: 0;
            padding-bottom: 0;
        }

        

        .conference-timezone-banner-list {
            float: none;
            justify-content: flex-start;
            margin-left: 0;
            padding-top: 0;
            white-space: normal;
            font-size: 14px;
        }

        .conf-session-row {
            display: flex;
            flex-direction: column;
            gap: 12px;
            padding: 16px;
        }

        .conf-session-meta {
            width: 100%;
            padding: 0;
            font-size: 14px;
        }

            .conf-session-meta div {
                justify-content: flex-start;
            }

            .conf-session-meta > div:first-child {
                display: grid;
                grid-template-columns: repeat(2, minmax(0, 1fr));
                gap: 8px 14px;
            }

            .conf-session-meta > .d-flex {
                display: block !important;
                margin-top: 8px;
            }

        .conf-meta-row {
            display: flex !important;
            align-items: center;
            gap: 6px;
            min-width: 0;
            margin: 0;
        }

        .conf-time {
            grid-column: 1 / -1;
            font-size: 20px;
            line-height: 1.25;
        }

        .conf-ceu strong {
            font-size: 14px;
        }

        .conf-level {
            font-size: 14px;
        }

        .conf-level-bars {
            display: flex !important;
            align-items: flex-end;
        }

            .conf-level-bars .bar {
                display: block;
            }

        .conf-track-label {
            margin-top: 0;
            font-size: 15px;
        }

        .conf-session-content {
            width: 100%;
            margin-left: 0 !important;
        }

        .conf-session-header {
            display: grid;
            grid-template-columns: minmax(0, 1fr) auto;
            align-items: start;
            gap: 12px;
            margin-bottom: 8px;
        }

        .exhib-page-title {
            font-size: 22px;
            line-height: 1.2;
        }

        .conf-session-actions {
            display: flex;
            gap: 10px;
            padding-top: 2px;
            white-space: nowrap;
        }

            .conf-session-actions i {
                font-size: 20px;
            }

        .conf-session-tags {
            flex-wrap: wrap;
            gap: 8px;
            margin-top: 8px;
        }

        .conf-session-tag {
            padding: 5px 12px;
            font-size: 14px;
            line-height: 1.2;
        }

        .conf-desc {
            margin: 12px 0;
            font-size: 15px;
            line-height: 1.45;
        }

        .conf-speakers {
            flex-direction: column;
            gap: 10px;
        }

        .conf-speaker {
            margin-right: 0;
        }

        .speaker-image {
            width: 42px;
            height: 42px;
            min-width: 42px;
        }

        #conferenceSessions.conf-view-list {
            display: flex;
            flex-direction: column;
            padding: 0;
        }

            #conferenceSessions.conf-view-list .conf-list-header {
                display: none;
            }

            #conferenceSessions.conf-view-list .conf-list-row {
                display: flex;
                flex-direction: column;
                gap: 6px;
                padding: 14px 16px;
                border-bottom: 1px solid #d8dde3;
            }

            #conferenceSessions.conf-view-list .conf-col {
                width: 100%;
                font-size: 14px;
                white-space: normal;
            }

            #conferenceSessions.conf-view-list .conf-name {
                font-size: 18px;
                font-weight: 600;
            }

            #conferenceSessions.conf-view-list .conf-session-actions {
                align-self: flex-end;
            }
    }

    @media (min-width: 993px) and (max-width: 1086px) {
        .conferenceFilters select {
            max-width: 100px;
        }
    }

    @media only screen and (min-width: 992px) {
        #conferenceSessions.conf-view-list .conf-list-main {
            min-width: 0;
        }

        #pageTitleText {
            font-size: 32px;
        }

        #conferenceSessions.conf-view-list .conf-list-meta {
            opacity: .8;
            display: flex;
            flex-wrap: wrap;
            gap: 12px;
            font-size: .9rem;
        }

        .conf-list-header {
            display: grid;
            grid-template-columns: 150px 2fr 1fr 1fr 1fr 50px;
            column-gap: 16px;
            align-items: start;
            font-weight: 600;
            padding: 12px 16px;
            border-bottom: 2px solid #999;
            background: #fafafa;
        }
        /* ROWS */
        #conferenceSessions.conf-view-list .conf-list-row {
            display: grid;
            border: none;
            border-radius: 0;
            margin-bottom: 0;
            padding: 14px 16px;
            border-bottom: 1px solid #ccc;
        }
        /* COLUMNS */
        .conf-col {
            font-size: 14px;
            text-align: left; /*force left alignment */
            white-space: normal;
        }

        #attendeeConference {
            margin-top: 15px;
        }



        .conference-toolbar {
            flex-direction: row;
            margin-right: 20px;
        }

        .conferenceFilters {
            margin: 0 20px;
        }

        .conf-view-btns {
            margin: 0;
            margin-left: auto;
            width: 16.666667%;
        }

            .conf-view-btns button {
                font-size: 16px;
                display: flex;
                justify-content: center;
                align-items: center;
                flex-basis: 100%;
                height: 32px;
                border-radius: 20px;
                border: none;
                color: #999999;
                background: none;
                transition: background-color 0.3s;
            }

        .conf-speakers {
            gap: 20px;
        }

        .speaker-image {
            width: 80px;
            height: 80px;
            min-width: 80px;
            min-height: 80px;
        }

        .conf-desc {
            font-size: 16px;
        }
    }

    #calendarDropdown {
        position: absolute;
        z-index: 9999;
        width: 260px;
        font-family: Arial, sans-serif;
    }

        #calendarDropdown.hidden {
            display: none;
        }

    .calendar-dropdown-inner {
        background: #fff;
        border-radius: 8px;
        overflow: hidden;
        box-shadow: 0 4px 10px rgba(0,0,0,0.15), 0 1px 3px rgba(0,0,0,0.1);
    }
    /* HEADER */
    .calendar-dropdown-header {
        display: flex;
        align-items: center;
        gap: 12px;
        padding: 18px 22px;
        font-size: 18px;
        font-weight: 500;
        color: #333;
        background: #fff;
        border-bottom: 1px solid #e5e5e5;
    }

        .calendar-dropdown-header i {
            font-size: 20px;
            color: #222;
        }
    /* LIST */
    .calendar-dropdown-list {
        background: #fff;
    }

    .calendar-provider-list.hidden {
        display: none;
    }

    .calendar-dropdown-divider {
        height: 1px;
        background: #e5e5e5;
    }
    /* ITEM */
    .calendar-item {
        display: flex;
        align-items: center;
        gap: 16px;
        padding: 18px 22px;
        font-size: 17px;
        color: #444;
        cursor: pointer;
        transition: background 0.2s ease, color 0.2s ease;
        border-bottom: 1px solid #ececec;
    }

        .calendar-item:last-child {
            border-bottom: none;
        }

        .calendar-item:hover {
            background: #f7f7f7;
        }
        /* ICONS */
        .calendar-item i {
            width: 22px;
            text-align: center;
            font-size: 20px;
        }

    .calendar-provider-list .calendar-item {
        padding-left: 34px;
        background: #fafafa;
    }

        .calendar-provider-list .calendar-item:hover {
            background: #f2f2f2;
        }

    .calendar-item .calendar-item-chevron {
        margin-left: auto;
        font-size: 14px;
        color: #777;
        transition: transform 0.2s ease;
    }

    .calendar-item[aria-expanded="true"] .calendar-item-chevron {
        transform: rotate(180deg);
    }
    /* BRAND COLORS */
    .calendar-item[data-type="agenda"] i {
        color: #0057c2;
    }

    .calendar-item[data-type="calendar-toggle"] i {
        color: #222;
    }

    .calendar-item[data-type="apple"] i {
        color: #000;
    }

    .calendar-item[data-type="google"] i {
        color: #4285F4;
    }

    .calendar-item[data-type="ics"] i {
        color: #555;
    }

    .calendar-item[data-type="m365"] i {
        color: #d83b01;
    }

    .calendar-item[data-type="outlook"] i {
        color: #0078d4;
    }

    .calendar-item[data-type="yahoo"] i {
        color: #6001d2;
    }

    .conf-level {
        display: flex;
        align-items: baseline;
        gap: 8px;
        color: #212529
    }

    .conf-level-bars {
        display: flex;
        align-items: flex-end;
        gap: 3px;
        height: 20px;
    }

        .conf-level-bars .bar {
            width: 4px;
            background: #737373;
            opacity: 0.8;
            border-radius: 2px;
        }

            .conf-level-bars .bar:nth-child(1) {
                height: 6px;
            }

            .conf-level-bars .bar:nth-child(2) {
                height: 8px;
            }

            .conf-level-bars .bar:nth-child(3) {
                height: 11px;
            }
    /* Beginner */
    .level-1 .bar:nth-child(2),
    .level-1 .bar:nth-child(3) {
        opacity: .25;
    }
    /* Intermediate */
    .level-2 .bar:nth-child(3) {
        opacity: .25;
    }
    /* Advanced */
    .level-3 .bar {
        opacity: 1;
    }
