.enav-panes>.enav-calendar {
    margin-top: 16px !important;
}

.calendar-widget {
    width: 100%;

    display: flex;
    flex-direction: column;
    align-items: center;
}

.calendar-widget>div>table {
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;

    max-width: 48rem;

    background-color: rgb(255 255 255);

    border-radius: 0.75rem;

    overflow: hidden;

    margin: 50px 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;

    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.calendar-widget>div>table td,.calendar-widget>div>table th {
    border: 1px solid #dde3ea;
}

.calendar-widget>div>table th {
    border-top: 0;
    border-bottom: 0;
}

.calendar-widget>div>table tr>*:first-of-type {
    border-left: 0;
}

.calendar-widget>div>table tr>*:last-of-type {
    border-right: 0;
}

.calendar-widget>div>table>tbody tr:first-of-type>td {
    border-top: 0;
}

.calendar-widget>div>table>tbody tr:last-of-type>td {
    border-bottom: 0;
}

.calendar-widget>div>table>thead th {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    margin-top: 8px;
    padding-top:5px;
}

.calendar-widget>div>table>thead th,.calendar-widget>div>table>tbody td>.cal-date {
    color: #444746;
}

.calendar-widget>div>table>tbody td>.cal-date {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .3px;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    line-height: 16px;
    pointer-events: auto;
    width: 100%;
    margin-bottom: 4px;
}

.calendar-widget>div>table>tbody td>.cal-events {
    min-height: calc(3 * 1rem);
    margin: 4px;
}

.calendar-widget>div:first-of-type {
    font-size: 1.5rem;
    line-height: 3rem;
    margin-bottom: 10px;
    width: 100%;
    max-width: 48rem;

    display: flex;
    flex-direction: row;
}

.calendar-widget>div:first-of-type>* {
    flex-grow: 1;
    width: 100%;
    margin: 0 15px;
}

.calendar-widget>div:first-of-type>*:first-of-type {
    text-align: left;
}

.calendar-widget>div:first-of-type>.cal-month {
    text-align: center;
}

.calendar-widget>div:first-of-type>*:last-of-type {
    text-align: right;
}

.calendar-widget>div:first-of-type>*:first-of-type>*,.calendar-widget>div:first-of-type>*:last-of-type>* {
    cursor: pointer;
}

.calendar-widget>.calendar-widget-scrollable {
    overflow-x: scroll;
}