body {
    background: transparent;
    color: #fff;
    font-family: Arial, sans-serif;
    margin: 0;
    text-align: center;
}
.onair, .next {
    background: #202a40;
    border-radius: 18px;
    margin: 0 auto 12px auto;
    max-width: 330px;
    box-shadow: 0 2px 20px #0004;
    padding: 12px 5px 15px 5px;
}
.onair {
    border: 2px solid #E53935;
    margin-bottom: 48px; /* ca. 3 Zeilen Abstand */
}
.next {
    border: 2px solid #43A047;
}
.onair-img, .autodj-img {
    display: block;
    margin: 0 auto 10px auto;
    width: 74px;
    height: 74px;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid #3a4168;
    box-shadow: 0 0 6px #0006;
    background: #1a2332;
}
.next .onair-img { width: 56px; height: 56px; }
.onair-title {
    font-size: 1.18em;
    font-weight: 700;
    color: #ffde59;
}
.onair-time {
    color: #aaa;
    font-size: 0.97em;
}
.moderator-name {
    color: #fff;
    font-size: 1.08em;
    font-weight: 500;
    margin-bottom: 4px;
}
.autodj {
    font-size: 1.1em;
    color: #80cbff;
    margin-top: 7px;
}
.onair-label,
.next-label {
    font-size: 1.05em;
    font-weight: 600;
    letter-spacing: 0.02em;
    margin-bottom: 7px;
    color: #ffde59;
    display: block;
}
.next-label {
    color: #43A047;
}
