.elementor-1224 .elementor-element.elementor-element-7f041c5{--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;}.elementor-1224 .elementor-element.elementor-element-741ade7{text-align:center;}.elementor-1224 .elementor-element.elementor-element-741ade7 .elementor-heading-title{font-size:62px;}.elementor-1224 .elementor-element.elementor-element-3e24f89{text-align:center;}.elementor-1224 .elementor-element.elementor-element-12ae303{--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;}.elementor-1224 .elementor-element.elementor-element-8477988{text-align:center;}.elementor-1224 .elementor-element.elementor-element-8477988 .elementor-heading-title{font-size:62px;color:#41729E;}.elementor-1224 .elementor-element.elementor-element-889500a{--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;}.elementor-1224 .elementor-element.elementor-element-be16bdb{--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;}/* Start custom CSS for html, class: .elementor-element-ef983ea *//* WRAPPER SCROLL FOR MOBILE */
.mi-calendar-table {
    width: 100%;
    overflow-x: auto;
}

/* TABLE DESIGN */
.mi-calendar-table table {
    width: 100%;
    border-collapse: collapse;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    background: #fff;
    box-shadow: 0 4px 25px rgba(0,0,0,0.08);
    border-radius: 10px;
    overflow: hidden;
}

/* HEADER WITH NEW GRADIENT */
.mi-calendar-table thead th {
    background: linear-gradient(90deg, #5d96c7, #3f6f9b);
    color: #fff;
    padding: 14px 12px;
    font-weight: 600;
    text-align: left;
    white-space: nowrap;
}

/* BODY */
.mi-calendar-table tbody td {
    padding: 14px 12px;
    border-bottom: 1px solid #eee;
    color: #333;
}

/* ALTERNATE ROW */
.mi-calendar-table tbody tr:nth-child(even) {
    background: #f8fbff;
}

/* HOVER */
.mi-calendar-table tbody tr:hover {
    background: #e8f2ff;
    transition: 0.25s;
}

/* MOBILE RESPONSIVE */
@media (max-width: 768px) {
    .mi-calendar-table table {
        font-size: 14px;
        min-width: 800px; /* Table scrolls nicely on mobile */
    }

    .mi-calendar-table tbody td,
    .mi-calendar-table thead th {
        padding: 10px 8px;
    }
}

@media (max-width: 480px) {
    .mi-calendar-table table {
        font-size: 13px;
        min-width: 700px;
    }
}/* End custom CSS */