/* CSS addition for schedule badges */
.day-badge {
    background: #f8f9fa;
    padding: 2px 8px;
    border-radius: 4px;
    border-left: 3px solid #70255a;
}
.schedule-item {
    padding-bottom: 15px !important;
    border-bottom: 1px dashed #eee;
    margin-bottom: 15px;
}
.schedule-item:last-child {
    border-bottom: none;
}
