.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;
}
