
.radio-program-schedule, .radio-week-schedule {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.radio-program {
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    flex: 1 1 250px;
}
.radio-program h3 {
    margin-top: 0;
}
.radio-program-img {
    max-width: 100%;
    border-radius: 6px;
    margin-bottom: 10px;
}
.radio-program-day {
    margin-bottom: 30px;
}
