/* =========================================================
   CLASSICX FM - DAG TOP 5 FRONT PAGE LAYOUT
   ========================================================= */

.front-page-day-top-5 {
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.front-page-day-top-5-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 32px;

    width: 100%;
    margin: 0;
    padding: 0;

    box-sizing: border-box;
}

.front-page-day-top-5-content {
    min-width: 0;
}

.front-page-day-top-5-side {
    min-width: 0;
}


/* =========================================================
   TABLET / MOBILE
   ========================================================= */

@media (max-width: 800px) {

    .front-page-day-top-5-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .front-page-day-top-5-side {
        display: none;
    }

}

/* =========================================================
   CLASSICX FM - DAG TOP 5
   Witte achtergrond / zwarte tekst
   ========================================================= */


/* =========================================================
   COMPONENT
   ========================================================= */

.day-top-5 {
    width: 100%;
    margin: 0;
    padding: 0;

    box-sizing: border-box;

    background: transparent;
    color: #111111;
}


/* =========================================================
   HEADER
   ========================================================= */

.day-top-5-header {
    width: 100%;
    margin: 0 0 18px;
    padding: 0 0 14px;

    box-sizing: border-box;

    border-bottom: 1px solid #d9d9d9;
}

.day-top-5-heading {
    margin: 0;
    padding: 0;
}


/* =========================================================
   KICKER
   ========================================================= */

.day-top-5-kicker {
    display: block;

    margin: 0 0 6px;
    padding: 0;

    font-size: 0.66rem;
    line-height: 1;

    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;

    color: #6e00ff;
}


/* =========================================================
   TITEL
   ========================================================= */

.day-top-5-header .day-top-5-title {
    display: block;

    margin: 0;
    padding: 0;

    font-size: 2rem;
    line-height: 1.05;

    font-weight: 900;
    letter-spacing: -0.03em;

    color: #111111;
}


/* =========================================================
   INTRO
   ========================================================= */

.day-top-5-intro {
    display: block;

    margin: 7px 0 0;
    padding: 0;

    font-size: 0.78rem;
    line-height: 1.45;

    color: #555555;
}


/* =========================================================
   LIJST
   ========================================================= */

.day-top-5-list {
    display: flex;
    flex-direction: column;

    width: 100%;
    margin: 0;
    padding: 0;

    box-sizing: border-box;
}


/* =========================================================
   RIJ
   ========================================================= */

.day-top-5-item {
    position: relative;

    display: grid;

    grid-template-columns:
        54px
        58px
        minmax(0, 1fr)
        55px;

    align-items: center;

    width: 100%;
    min-width: 0;

    margin: 0;
    padding: 10px 0;

    box-sizing: border-box;

    background: transparent;

    border-bottom: 1px solid #dddddd;
}


/* =========================================================
   LAATSTE RIJ
   ========================================================= */

.day-top-5-item:last-child {
    border-bottom: 0;
}


/* =========================================================
   HOVER
   ========================================================= */

.day-top-5-item:hover {
    background: rgba(110, 0, 255, 0.035);
}


/* =========================================================
   POSITIE
   ========================================================= */

.day-top-5-position {
    position: relative;

    display: flex;
    align-items: center;

    width: 54px;
    min-width: 54px;
    height: 58px;

    margin: 0;
    padding: 0 0 7px;

    box-sizing: border-box;

    font-size: 2rem;
    line-height: 1;

    font-weight: 900;
    letter-spacing: -0.06em;

    color: #111111;
}


/* =========================================================
   GEEN # MEER
   ========================================================= */

.day-top-5-position::before {
    content: none;
}


/* =========================================================
   SCHUIN BLOKJE ONDER NUMMER
   ========================================================= */

.day-top-5-position::after {
    content: '';

    position: absolute;

    left: 1px;
    bottom: 3px;

    width: 27px;
    height: 6px;

    background: #6e00ff;

    transform: skewX(-28deg);

    transform-origin: left center;
}


/* =========================================================
   NUMMER 1
   ========================================================= */

.day-top-5-item:first-child .day-top-5-position {
    font-size: 2.35rem;
}

.day-top-5-item:first-child .day-top-5-position::after {
    width: 32px;
    height: 7px;

    background: #e60000;
}


/* =========================================================
   ARTWORK
   ========================================================= */

.day-top-5-artwork {
    width: 54px;
    height: 54px;
    min-width: 54px;

    margin: 0;
    padding: 0;

    box-sizing: border-box;

    overflow: hidden;

    border-radius: 3px;

    background: #eeeeee;

    border: 1px solid #d7d7d7;
}


/* =========================================================
   NUMMER 1 ARTWORK
   ========================================================= */

.day-top-5-item:first-child .day-top-5-artwork {
    width: 58px;
    height: 58px;
    min-width: 58px;
}


/* =========================================================
   ARTWORK IMAGE
   ========================================================= */

.day-top-5-artwork img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
}


/* =========================================================
   PLACEHOLDER
   ========================================================= */

.day-top-5-artwork-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;
    height: 100%;

    font-size: 1.25rem;
    line-height: 1;

    color: #777777;

    background: #eeeeee;
}


/* =========================================================
   INFO
   ========================================================= */

.day-top-5-info {
    min-width: 0;

    margin: 0;
    padding: 0 12px;

    box-sizing: border-box;
}


/* =========================================================
   ARTIEST
   ========================================================= */

.day-top-5-artist {
    display: block;

    width: 100%;

    overflow: hidden;

    margin: 0;
    padding: 0;

    font-size: 0.86rem;
    line-height: 1.25;

    font-weight: 800;

    color: #111111;

    white-space: nowrap;
    text-overflow: ellipsis;
}


/* =========================================================
   TITEL
   ========================================================= */

.day-top-5-item .day-top-5-title {
    display: block;

    width: 100%;

    overflow: hidden;

    margin: 3px 0 0;
    padding: 0;

    font-size: 0.74rem;
    line-height: 1.25;

    font-weight: 400;

    color: #555555;

    white-space: nowrap;
    text-overflow: ellipsis;
}


/* =========================================================
   NUMMER 1 TEKST
   ========================================================= */

.day-top-5-item:first-child .day-top-5-artist {
    font-size: 0.92rem;
}

.day-top-5-item:first-child .day-top-5-title {
    color: #444444;
}


/* =========================================================
   AANTAL KEER GEDRAAID
   ========================================================= */

.day-top-5-plays {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;

    width: 55px;
    min-width: 55px;

    margin: 0;
    padding: 0;

    box-sizing: border-box;
}


/* =========================================================
   AANTAL
   ========================================================= */

.day-top-5-play-count {
    display: block;

    margin: 0;
    padding: 0;

    font-size: 1.1rem;
    line-height: 1;

    font-weight: 900;

    color: #111111;
}


/* =========================================================
   LABEL
   ========================================================= */

.day-top-5-play-label {
    display: block;

    margin: 4px 0 0;
    padding: 0;

    font-size: 0.48rem;
    line-height: 1;

    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;

    color: #777777;

    white-space: nowrap;
}


/* =========================================================
   NUMMER 1 - AANTAL
   ========================================================= */

.day-top-5-item:first-child .day-top-5-play-count {
    font-size: 1.25rem;

    color: #6e00ff;
}


/* =========================================================
   GEEN RESULTATEN
   ========================================================= */

.day-top-5-empty {
    width: 100%;

    margin: 0;
    padding: 24px 18px;

    box-sizing: border-box;

    text-align: center;

    border: 1px solid #dddddd;
    border-radius: 5px;

    background: transparent;
}

.day-top-5-empty p {
    margin: 0;
    padding: 0;

    font-size: 0.78rem;
    line-height: 1.5;

    color: #555555;
}


/* =========================================================
   TABLET / SMALL DESKTOP
   ========================================================= */

@media (max-width: 950px) {

    .day-top-5-item {
        grid-template-columns:
            50px
            52px
            minmax(0, 1fr)
            48px;
    }

    .day-top-5-position {
        width: 50px;
        min-width: 50px;

        font-size: 1.8rem;
    }

    .day-top-5-item:first-child .day-top-5-position {
        font-size: 2.1rem;
    }

    .day-top-5-artwork {
        width: 50px;
        height: 50px;
        min-width: 50px;
    }

    .day-top-5-item:first-child .day-top-5-artwork {
        width: 54px;
        height: 54px;
        min-width: 54px;
    }

    .day-top-5-info {
        padding-left: 10px;
        padding-right: 8px;
    }
}


/* =========================================================
   MOBIEL
   ========================================================= */

@media (max-width: 800px) {

    .day-top-5-header .day-top-5-title {
        font-size: 1.85rem;
    }

    .day-top-5-item {
        grid-template-columns:
            48px
            52px
            minmax(0, 1fr)
            46px;
    }

    .day-top-5-position {
        width: 48px;
        min-width: 48px;
    }

    .day-top-5-artwork {
        width: 50px;
        height: 50px;
        min-width: 50px;
    }

    .day-top-5-item:first-child .day-top-5-artwork {
        width: 54px;
        height: 54px;
        min-width: 54px;
    }
}


/* =========================================================
   KLEINE MOBIEL
   ========================================================= */

@media (max-width: 520px) {

    .day-top-5-header {
        margin-bottom: 14px;
        padding-bottom: 12px;
    }

    .day-top-5-header .day-top-5-title {
        font-size: 1.7rem;
    }

    .day-top-5-intro {
        font-size: 0.72rem;
    }

    .day-top-5-item {
        grid-template-columns:
            44px
            46px
            minmax(0, 1fr)
            42px;

        padding: 9px 0;
    }

    .day-top-5-position {
        width: 44px;
        min-width: 44px;

        height: 48px;

        font-size: 1.55rem;
    }

    .day-top-5-item:first-child .day-top-5-position {
        font-size: 1.8rem;
    }

    .day-top-5-position::after {
        width: 24px;
        height: 5px;
    }

    .day-top-5-item:first-child .day-top-5-position::after {
        width: 28px;
        height: 6px;
    }

    .day-top-5-artwork {
        width: 44px;
        height: 44px;
        min-width: 44px;
    }

    .day-top-5-item:first-child .day-top-5-artwork {
        width: 48px;
        height: 48px;
        min-width: 48px;
    }

    .day-top-5-info {
        padding-left: 8px;
        padding-right: 5px;
    }

    .day-top-5-artist {
        font-size: 0.77rem;
    }

    .day-top-5-item .day-top-5-title {
        font-size: 0.67rem;
    }

    .day-top-5-play-count {
        font-size: 0.92rem;
    }

    .day-top-5-play-label {
        font-size: 0.4rem;
    }
}


/* =========================================================
   ZEER KLEIN
   ========================================================= */

@media (max-width: 380px) {

    .day-top-5-item {
        grid-template-columns:
            38px
            42px
            minmax(0, 1fr);
    }

    .day-top-5-position {
        width: 38px;
        min-width: 38px;

        font-size: 1.45rem;
    }

    .day-top-5-item:first-child .day-top-5-position {
        font-size: 1.65rem;
    }

    .day-top-5-position::after {
        width: 21px;
        height: 5px;
    }

    .day-top-5-item:first-child .day-top-5-position::after {
        width: 25px;
    }

    .day-top-5-artwork {
        width: 40px;
        height: 40px;
        min-width: 40px;
    }

    .day-top-5-item:first-child .day-top-5-artwork {
        width: 44px;
        height: 44px;
        min-width: 44px;
    }

    .day-top-5-info {
        padding-left: 7px;
        padding-right: 3px;
    }

    .day-top-5-plays {
        display: none;
    }
}