/* static/css/custom.css */
#calendar {
    min-height: 600px;
    background-color: #fff;
}

.fc-event {
    cursor: pointer;
    border-radius: 4px;
    border: none;
    padding: 2px 5px;
}

/* Responsive */
@media (max-width: 768px) {
    #calendar {
        min-height: 400px;
    }
}
