#custom-calendar-annual .calendar-annual {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
}

#custom-calendar-annual .calendar-month {
    width: 100% !important;
    margin-bottom: 20px !important;
    border: 1px solid #ccc !important;
    padding: 10px !important;
    box-sizing: border-box !important;
}

#custom-calendar-annual .calendar-grid {
    display: flex !important;
    flex-wrap: wrap !important;
}

#custom-calendar-annual .calendar-cell {
    width: calc(14.28% - 2px) !important;
    border: 1px solid #ccc !important;
    padding: 5px !important;
    box-sizing: border-box !important;
    height: 150px !important;
    display: flex !important;
    flex-direction: column !important;
}

#custom-calendar-annual .calendar-cell.empty {
    background-color: #f9f9f9 !important;
}

#custom-calendar-annual .calendar-date {
    text-align: right !important;
    font-weight: bold !important;
}

#custom-calendar-annual .calendar-cell a {
    margin-top: 5px !important;
    display: block !important;
    color: #000 !important;
    text-decoration: none !important;
}

#custom-calendar-annual .calendar-cell a:hover {
    text-decoration: underline !important;
}
