.calendar-dropdown-menu {
    max-width: 350px;
    white-space: normal;

    @media (max-width: 768px) {
        max-width: 300px;
    }
}

.calendar .calendar-dropdown-menu .day-show-all { font-weight: bold; }

.calendar .calendar-dropdown-menu .calendar-dropdown-item {
    max-width: 100%;
    height: auto !important;
    margin-bottom: 0;
    text-decoration: underline !important;
    white-space: normal;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.calendar .calendar-dropdown-menu .dropdown-item:hover {
    text-decoration: underline !important;
    background-color: transparent;
    text-decoration-thickness: 0.13em !important;
}

.calendar .cal-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.calendar .gcm-calendar__icon {
    fill: currentColor;
    height: 1.25rem;
    padding: 0 10px;
}

.calendar .gcm-calendar-button {
    display: inline-flex;
    align-items: center;
    padding: 0;
    margin: 0;
    font: inherit;
    line-height: 1;
    color: inherit;
    border: 0;
    background: none;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
}
