/*
==========================================================
EURO NOGOMET - CLUB HUB
==========================================================
*/

.euro-club-hub {
    width: 100%;
}


/*
==========================================================
HEADER
==========================================================
*/

.euro-club-header {
    display: flex;
    align-items: flex-end;
    margin-bottom: 20px;
    padding: 12px 14px 10px;
    background: #f5f5f5;
    border-bottom: 1px solid #dedede;
    position: relative;
}

.euro-club-header::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 120px;
    height: 4px;
    background: #1476d4;
}

/*
 * Header slika kluba.
 * Ako postoji /images/headers/{slug}.jpg, slika zamjenjuje
 * tekstualni naziv kluba.
 */
.euro-club-header-with-image {
    display: block;
    padding: 0;
    background: transparent;
    border-bottom: 0;
    position: relative;
    overflow: hidden;
}

.euro-club-header-with-image::after {
    display: none;
}

.euro-club-header-image {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    margin: 0;
}

.euro-club-image-title {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.euro-club-mark {
    display: none;
}

.euro-club-header-text {
    min-width: 0;
    flex: 1;
}

.euro-club-header-text h1 {
    margin: 0;
    font-size: 32px;
    line-height: 1.1;
    font-weight: 700;
}


/*
==========================================================
UTAKMICE
==========================================================
*/

.euro-club-matches {
    margin-bottom: 10px;
}

.euro-club-section-title {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: .3px;
}

.euro-club-match-panels {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.euro-club-match-card {
    position: relative;
    background: #f5f5f5;
    padding: 11px 14px;
    min-height: 0;
    height: 105px;
    border-left: 4px solid #222;
    box-sizing: border-box;
}

.euro-club-match-card.euro-club-next {
    border-left-color: #1476d4;
}

.euro-club-match-label {
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .7px;
    color: #777;
    margin-bottom: 3px;
    line-height: 1;
}

.euro-club-match-date {
    font-size: 11px;
    line-height: 1;
    color: #777;
    margin-bottom: 4px;
}

.euro-club-match-teams {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    font-size: 15px;
    line-height: 1.1;
    font-weight: 700;
    text-align: center;
}

.euro-club-match-teams span {
    flex: 1;
}

.euro-club-match-teams strong {
    flex: 0 0 auto;
    color: #999;
}

.euro-club-match-score {
    text-align: center;
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    margin-top: 5px;
}

.euro-club-match-competition {
    text-align: center;
    color: #777;
    font-size: 10px;
    line-height: 1;
    margin-bottom: 5px;
}


/*
==========================================================
SLJEDEĆE UTAKMICE
==========================================================
*/

.euro-club-fixtures {
    margin-top: 8px;
    margin-bottom: 17px;
    background: #fff;
    border: 1px solid #e5e5e5;
}

.euro-club-fixtures-title {
    padding: 7px 12px;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .7px;
    background: #f7f7f7;
    border-bottom: 1px solid #e5e5e5;
}

.euro-club-fixture {
    display: grid;
    grid-template-columns: 105px 1fr 165px;
    align-items: center;
    gap: 10px;
    min-height: 38px;
    padding: 5px 12px;
    box-sizing: border-box;
    border-bottom: 1px solid #eee;
}

.euro-club-fixture:last-child {
    border-bottom: 0;
}

.euro-club-fixture-date {
    display: flex;
    flex-direction: column;
    font-size: 11px;
    line-height: 1.1;
}

.euro-club-fixture-date span {
    color: #777;
    margin-top: 2px;
}

.euro-club-fixture-teams {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    font-size: 13px;
    line-height: 1.1;
    font-weight: 700;
    text-align: center;
}

.euro-club-fixture-teams span {
    flex: 1;
}

.euro-club-fixture-teams strong {
    color: #999;
}

.euro-club-fixture-competition {
    color: #777;
    font-size: 10px;
    line-height: 1.1;
    text-align: right;
}


/*
==========================================================
NASLOV VIJESTI
==========================================================
*/

.euro-club-news-title {
    margin-top: 0;
    margin-bottom: 9px;
}


/*
==========================================================
VIJESTI
==========================================================
*/

.euro-club-news {
    width: 100%;
}

.euro-club-featured {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    margin-bottom: 18px;
    background: #111;
}

.euro-club-featured a,
.euro-club-news-card a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.euro-club-featured img,
.euro-club-news-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.euro-club-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 70px 28px 24px;
    color: #fff;
    background: linear-gradient(
        to top,
        rgba(0,0,0,.9),
        rgba(0,0,0,.45),
        rgba(0,0,0,0)
    );
}

.euro-club-overlay h2,
.euro-club-overlay h3 {
    color: #fff;
    margin: 0;
}

.euro-club-overlay h2 {
    font-size: 28px;
    line-height: 1.2;
}

.euro-club-overlay h3 {
    font-size: 19px;
    line-height: 1.25;
}

.euro-club-news-date {
    margin-top: 8px;
    font-size: 12px;
    color: rgba(255,255,255,.8);
}

.euro-club-news-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.euro-club-news-card {
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #111;
}


/*
==========================================================
MOBILE
==========================================================
*/

@media (max-width: 767px) {

    .euro-club-header {
        margin-bottom: 18px;
        padding: 10px 12px 9px;
    }

    .euro-club-header::after {
        width: 85px;
        height: 4px;
    }

    .euro-club-header-with-image {
        padding: 0;
        margin-bottom: 18px;
    }
    
    .euro-club-header-with-image .euro-club-image-title {
    display: none !important;
}

    .euro-club-header-image {
        width: 100%;
        height: auto;
    }

    .euro-club-header-text {
        min-width: 0;
        flex: 1;
    }

    .euro-club-header-text h1 {
        font-size: 25px;
        line-height: 1.1;
        white-space: normal;
    }


    /*
    ======================================================
    UTAKMICE - MOBILE
    ======================================================
    */

    .euro-club-section-title {
        font-size: 16px;
        margin-bottom: 7px;
    }

    .euro-club-match-panels {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .euro-club-match-card {
        height: 98px;
        padding: 10px 13px;
    }

    .euro-club-match-teams {
        font-size: 14px;
    }

    .euro-club-match-score {
        font-size: 19px;
        margin-top: 4px;
    }

    .euro-club-match-competition {
        font-size: 10px;
        margin-bottom: 4px;
    }


    /*
    ======================================================
    SLJEDEĆE UTAKMICE - MOBILE
    ======================================================
    */

    .euro-club-fixtures {
        margin-top: 7px;
        margin-bottom: 15px;
    }

    .euro-club-fixture {
        grid-template-columns: 78px 1fr;
        gap: 7px;
        min-height: 40px;
        padding: 5px 10px;
    }

    .euro-club-fixture-date {
        font-size: 10px;
    }

    .euro-club-fixture-teams {
        font-size: 12px;
    }

    .euro-club-fixture-competition {
        grid-column: 2;
        text-align: left;
        margin-top: -3px;
        font-size: 9px;
    }


    /*
    ======================================================
    VIJESTI - MOBILE
    ======================================================
    */

    .euro-club-news-title {
        margin-bottom: 8px;
    }

    .euro-club-news-grid {
        grid-template-columns: 1fr;
    }

    .euro-club-overlay {
        padding: 55px 18px 17px;
    }

    .euro-club-overlay h2 {
        font-size: 21px;
    }

    .euro-club-overlay h3 {
        font-size: 17px;
    }

}
