.leo-events-container {
    padding: 20px;
}

.leo-content-box {
    background-color: #ffffff;
    padding: 2rem;
    border-radius: 1vw;
    overflow: hidden;
    box-shadow: 6px 6px 18px 0px rgba(0, 0, 0, 0.3);
}

.leo-custom-table {
    width: 100%;
    /* max-height: 80vh !important; */
    /* overflow-y: scroll; */
    /* scrollbar-width: none; */
    border-collapse: collapse;
    /* font-family: "Manrope", "Roboto", Helvetica, Arial, sans-serif; */
    background-color: #ffffff;
    margin: 0 !important;
    border: none !important;
}

.leo-custom-table thead th {
    /* background: linear-gradient(180deg, #1a4772 10%, #0a2640 90%); */
    /* color: #ffffff !important; */
    color: #555;
    font-weight: bold;
    padding: 0.6rem 1rem;
    vertical-align: top;
    text-align: left;
    padding: 1rem 1.5rem;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.5rem;
    letter-spacing: 0.5px;
    border: none !important;
}

.leo-custom-table td {
    padding: 0.6rem 1rem;
    vertical-align: top;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    color: #333;
    font-size: 1rem;
}

/* Desktop Zebra Striping */
@media (min-width: 768px) {
    .leo-title-date {
        display: none;
    }

    .leo-custom-table tbody tr:nth-child(even) {
        background-color: rgba(0, 0, 0, 0.02);
    }
    .leo-custom-table tbody tr:hover {
        background-color: rgba(0, 0, 0, 0.05);
        transition: background-color 0.3s ease;
    }
}
.leo-custom-table thead th {
    font-size: 1.0rem;
}

.leo-event-title {
    font-weight: bold;
    color: #1a4772;
}

.leo-room-badge {
    background: rgba(26, 71, 114, 0.1);
    padding: 0.3rem 0.6rem;
    border-radius: 0.4rem;
    font-size: 0.85rem;
    font-weight: 500;
}

/* Responsive Mobile Layout*/
@media (max-width: 767px) {
    .leo-events-container {
        position: relative;
        top: -20px;
    }
    .content-box {
        padding: 0;
    }
    .leo-custom-table thead { display: none; }

    .leo-events-container, .leo-custom-table {
        border: none !important; box-shadow: none;
    }

    .leo-custom-table tr {
        display: flex;
        flex-direction: column;
        margin: 0.15rem 0.15rem 0.95rem 0.15rem;
        background-color: transparent;
        border-radius: 1vw;
        overflow: hidden;
    }

    .leo-custom-table .leo-event-title {
        order: -1;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center !important;
        padding: 0.75rem 0.95rem !important;
        color: #ffffff !important;
        background: linear-gradient(180deg, #1a4772 10%, #0a2640 90%) !important;
        border-radius: 1vw 1vw 0 0;
        border: none !important;

    }

    .leo-title-text {
        font-size: 1.0rem;
        font-weight: bold;
        display: block;
        margin-bottom: 0.3rem;
    }

    .leo-title-date {
        font-size: 0.9rem;
        font-weight: 400;
        opacity: 0.9;
        display: block;
    }

    .leo-custom-table td.leo-mobile-date {
        display: none !important;
    }

    .leo-custom-table td:not(.leo-event-title):not(.leo-mobile-date) {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0.6rem 0.95rem;
        border-bottom: 1px solid rgba(0, 0, 0, 0.08);
        background-color: #ffffff !important;
        color: #333;
    }

    .leo-custom-table td::before {
        content: attr(data-label);
        font-weight: 600;
        color: #888;
        font-size: 0.9rem;
        text-transform: uppercase;
    }

    .leo-room-badge {
        margin: 0;
        background: rgba(26, 71, 114, 0.1);
        border: 1px solid rgba(26, 71, 114, 0.3);
    }

    .leo-custom-table tr td:last-child {
        border-radius: 0 0 1vw 1vw;
        border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    }
}
