﻿.calendar-week {
    border-bottom: 1px solid #e0e0e0;
}

.calendar-day-content {
    border: 1px solid #f0f0f0;
    transition: all 0.3s ease;
}

    .calendar-day-content:hover {
        background-color: var(--mud-palette-background-grey);
    }

.show-card-clickable:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.12);
    transition: all 0.3s ease;
}

.custom-calendar-chip {
    word-wrap: break-word;
    white-space: normal;
    font-size: 0.75rem;
    margin: 2px 0;
    cursor: pointer;
    width: 100%;
    min-height: auto;
    padding-bottom: 20px !important;
    padding-top: 20px !important;
    height: 100% !important;
}
