.radio-dashboard {
    width: min(1360px, calc(100% - 34px));
    margin: 0 auto;
    padding: 18px 0 30px;
    display: grid;
    grid-template-columns:
        minmax(250px, .95fr)
        minmax(300px, 1.25fr)
        minmax(280px, .9fr)
        minmax(250px, .8fr);
    gap: 16px;
}

.radio-dashboard-card {
    min-height: 390px;
    padding: 17px;
    background:
        linear-gradient(
            180deg,
            rgba(8, 29, 53, .97),
            rgba(4, 18, 35, .98)
        );
    border: 1px solid #24527f;
    border-radius: 10px;
    box-shadow: 0 18px 38px rgba(0, 0, 0, .32);
}

.dashboard-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding-bottom: 13px;
    border-bottom: 1px solid #28537d;
}

.dashboard-card-header > div {
    display: flex;
    align-items: center;
    gap: 9px;
}

.dashboard-card-header h2 {
    margin: 0;
    font-size: 1rem;
    text-transform: uppercase;
}

.dashboard-card-header > a {
    color: #80c8ff;
    font-size: .7rem;
    font-weight: 900;
    text-decoration: none;
    text-transform: uppercase;
}

.dashboard-icon {
    color: #159cff;
    font-size: .83rem;
    font-weight: 900;
}

.home-schedule-list,
.home-news-list {
    display: grid;
    gap: 2px;
    margin-top: 10px;
}

.home-schedule-item {
    display: grid;
    grid-template-columns: 85px minmax(0, 1fr) auto;
    gap: 10px;
    align-items: center;
    min-height: 59px;
    padding: 10px 8px;
    border-bottom: 1px solid rgba(77, 127, 177, .22);
}

.home-schedule-item.is-current {
    margin-inline: -17px;
    padding-inline: 17px;
    background:
        linear-gradient(
            90deg,
            #075ee9,
            #0b55c5
        );
    border-left: 4px solid #2cc4ff;
}

.home-schedule-item time {
    color: #a9c5df;
    font-size: .76rem;
}

.home-schedule-item strong,
.home-schedule-item span {
    display: block;
}

.home-schedule-item strong {
    font-size: .86rem;
}

.home-schedule-item div span {
    margin-top: 3px;
    color: #b7cee4;
    font-size: .72rem;
}

.playing-indicator {
    color: #68d7ff;
    font-size: .7rem;
    letter-spacing: -2px;
}

.home-news-item {
    display: grid;
    grid-template-columns: 110px minmax(0, 1fr);
    gap: 11px;
    min-height: 91px;
    padding: 8px 0;
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid rgba(77, 127, 177, .22);
}

.home-news-image {
    width: 110px;
    height: 76px;
    display: grid;
    overflow: hidden;
    place-items: center;
    font-weight: 900;
    background: linear-gradient(135deg, #075ee9, #07182d);
    border-radius: 6px;
}

.home-news-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-news-item strong,
.home-news-item small {
    display: block;
}

.home-news-item strong {
    font-size: .86rem;
}

.home-news-item small {
    margin-top: 4px;
    color: #86a8c7;
    font-size: .68rem;
}

.home-news-item p {
    margin: 5px 0 0;
    color: #b6cce0;
    font-size: .72rem;
    line-height: 1.45;
}

.home-request-form {
    display: grid;
    gap: 11px;
    margin-top: 16px;
}

.home-request-form label {
    display: grid;
    gap: 6px;
    color: #dcecff;
    font-size: .74rem;
    font-weight: 800;
}

.home-request-form input {
    width: 100%;
    padding: 11px 12px;
    color: #fff;
    background: #06172b;
    border: 1px solid #35658f;
    border-radius: 5px;
}

.home-request-form button {
    min-height: 46px;
    margin-top: 4px;
    color: #fff;
    cursor: pointer;
    font-weight: 900;
    text-transform: uppercase;
    background: linear-gradient(135deg, #075ee9, #159cff);
    border: 0;
    border-radius: 5px;
}

.request-queue-link {
    display: inline-block;
    margin-top: 13px;
    color: #c5dcf3;
    font-size: .75rem;
    text-decoration: none;
}

.dj-week-photo {
    width: 100%;
    aspect-ratio: 16 / 11;
    margin-top: 13px;
    overflow: hidden;
    background: #06172b;
    border-radius: 7px;
}

.dj-week-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dj-week-card h3 {
    margin: 13px 0 7px;
}

.dj-week-card p {
    margin: 0;
    color: #b7cee4;
    font-size: .78rem;
    line-height: 1.55;
}

.dj-week-button {
    display: block;
    margin-top: 14px;
    padding: 10px;
    color: #dcecff;
    font-size: .75rem;
    font-weight: 900;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    background: rgba(6, 23, 43, .75);
    border: 1px solid #3b6d99;
    border-radius: 5px;
}

.dashboard-empty {
    padding: 28px 12px;
    color: #8eabc5;
    font-size: .8rem;
    text-align: center;
}

.radio-features {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    background:
        linear-gradient(
            180deg,
            #08264a,
            #061a33
        );
    border-block: 1px solid #174c7f;
}

.radio-features > div {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 2px 12px;
    align-items: center;
    padding: 18px clamp(18px, 4vw, 45px);
    border-right: 1px solid #24527f;
}

.radio-features > div:last-child {
    border-right: 0;
}

.radio-features > div > span {
    grid-row: span 2;
    color: #159cff;
    font-size: 2rem;
}

.radio-features strong {
    font-size: .95rem;
}

.radio-features small {
    color: #b4cae0;
    font-size: .72rem;
}

@media (max-width: 1150px) {
    .radio-dashboard {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 800px) {
    .radio-features {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .radio-features > div:nth-child(2) {
        border-right: 0;
    }
}

@media (max-width: 650px) {
    .radio-dashboard {
        grid-template-columns: 1fr;
    }

    .radio-dashboard-card {
        min-height: 0;
    }

    .radio-features {
        grid-template-columns: 1fr;
    }

    .radio-features > div {
        border-right: 0;
        border-bottom: 1px solid #24527f;
    }

    .radio-features > div:last-child {
        border-bottom: 0;
    }

    .home-news-item {
        grid-template-columns: 90px minmax(0, 1fr);
    }

    .home-news-image {
        width: 90px;
        height: 70px;
    }
}

/* =========================================
   ARTIEST VAN DE MAAND - VOLLEDIGE FOTO
   ========================================= */
.artist-month-photo {
    width: 100%;
    aspect-ratio: 16 / 11;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #020817;
    border-radius: 7px;
}

.artist-month-photo img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain !important;
    object-position: center center !important;
}
