.calendar-container {
    background: white;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    margin: 40px 0;
}

.calendar-image {
    width: 100%;
    height: auto;
    border-radius: 10px;
    border: 1px solid #dee2e6;
    transition: transform 0.3s ease;
}

.calendar-image:hover {
    cursor: zoom-in;
}