
/* Reduce gap between schedule items */
.schedule-wrapper {
    gap: 15px !important;
}
.schedule-item-enhanced {
    margin: 0 !important;
}

/* Ensure consistent card widths */
.schedule-detail-item {
    width: 350px;
    max-width: 100%;
}
