/* =========================================================
   EURONOGOMET - TAG STRANICE
   ========================================================= */

.tag-category {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}


/* =========================================================
   NASLOV TAGA
   ========================================================= */

.tag-category > h1.euro-tag-page-title {
    margin: 0 0 26px 0 !important;
    padding: 0 0 12px 0 !important;

    color: #0052a5 !important;

    font-size: 26px !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;

    border-bottom: 2px solid #0052a5 !important;
}


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

.euro-tag-news-list {
    width: 100%;
}


/* =========================================================
   POJEDINA VIJEST
   ========================================================= */

.euro-tag-news-item {
    display: grid !important;

    grid-template-columns: 300px 1fr !important;
    column-gap: 24px !important;

    width: 100% !important;

    margin: 0 0 26px 0 !important;
    padding: 0 0 26px 0 !important;

    border-bottom: 1px solid #ddd !important;

    box-sizing: border-box !important;
}


/* =========================================================
   SLIKA
   ========================================================= */

.euro-tag-news-image {
    width: 300px !important;
    height: 180px !important;

    overflow: hidden !important;

    margin: 0 !important;
    padding: 0 !important;
}

.euro-tag-news-image a {
    display: block !important;

    width: 100% !important;
    height: 100% !important;
}

.euro-tag-news-image img {
    display: block !important;

    width: 100% !important;
    height: 100% !important;

    object-fit: cover !important;

    margin: 0 !important;
    padding: 0 !important;

    transition: transform 0.3s ease !important;
}

.euro-tag-news-image:hover img {
    transform: scale(1.03) !important;
}


/* =========================================================
   DESNA STRANA
   ========================================================= */

.euro-tag-news-body {
    min-width: 0 !important;
}


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

.euro-tag-news-title {
    margin: 0 0 8px 0 !important;
    padding: 0 !important;

    font-size: 24px !important;
    line-height: 1.22 !important;
    font-weight: 700 !important;
}

.euro-tag-news-title a {
    color: #0052a5 !important;
    text-decoration: none !important;
}

.euro-tag-news-title a:hover {
    color: #003f80 !important;
}


/* =========================================================
   KATEGORIJA
   ========================================================= */

.euro-tag-news-category {
    display: inline-block !important;

    margin: 0 10px 10px 0 !important;
    padding: 4px 9px !important;

    background: #0052a5 !important;

    color: #fff !important;

    font-size: 13px !important;
    line-height: 1.2 !important;
    font-weight: 600 !important;

    vertical-align: middle !important;
}

.euro-tag-news-category a {
    color: #fff !important;
    text-decoration: none !important;
}


/* =========================================================
   DATUM I VRIJEME
   ========================================================= */

.euro-tag-news-meta {
    display: inline-block !important;

    margin: 0 0 10px 0 !important;

    color: #222 !important;

    font-size: 13px !important;
    line-height: 1.4 !important;

    vertical-align: middle !important;
}

.euro-tag-news-icon {
    font-size: 12px !important;
}

.euro-tag-news-divider {
    margin: 0 7px !important;
    color: #777 !important;
}


/* =========================================================
   UVOD
   ========================================================= */

.euro-tag-news-intro {
    margin: 0 0 9px 0 !important;

    color: #222 !important;

    font-size: 15px !important;
    line-height: 1.5 !important;
}


/* =========================================================
   OPŠIRNIJE
   ========================================================= */

.euro-tag-news-readmore {
    display: flex !important;

    justify-content: flex-end !important;
    align-items: center !important;

    width: 100% !important;

    margin: 0 !important;
    padding: 0 !important;

    font-size: 14px !important;
    line-height: 1.4 !important;
}

.euro-tag-news-readmore a {
    display: inline-block !important;

    color: #0052a5 !important;

    font-size: 14px !important;
    line-height: 1.4 !important;
    font-weight: 700 !important;

    text-transform: uppercase !important;

    text-decoration: none !important;

    padding: 0 0 4px 0 !important;

    border-bottom: 2px solid #0052a5 !important;
}

.euro-tag-news-readmore a:hover {
    color: #003f80 !important;

    border-bottom-color: #003f80 !important;
}

.euro-tag-news-readmore a span {
    margin-left: 14px !important;

    font-size: 20px !important;
    line-height: 1 !important;
    font-weight: 400 !important;
}


/* =========================================================
   MOBITEL
   ========================================================= */

@media (max-width: 767px) {

    .tag-category {
        width: 100% !important;
    }


    /* NASLOV TAGA */

    .tag-category > h1.euro-tag-page-title {
        font-size: 23px !important;
        line-height: 1.2 !important;

        margin: 0 0 20px 0 !important;
        padding-bottom: 10px !important;
    }


    /* VIJEST */

    .euro-tag-news-item {
        display: block !important;

        margin-bottom: 22px !important;
        padding-bottom: 22px !important;
    }


    /* SLIKA */

    .euro-tag-news-image {
        width: 100% !important;
        height: 210px !important;

        margin-bottom: 14px !important;
    }


    /* NASLOV */

    .euro-tag-news-title {
        font-size: 21px !important;
        line-height: 1.25 !important;

        margin-bottom: 7px !important;
    }


    /* KATEGORIJA */

    .euro-tag-news-category {
        margin-bottom: 8px !important;
    }


    /* DATUM */

    .euro-tag-news-meta {
        margin-bottom: 10px !important;
    }


    /* UVOD */

    .euro-tag-news-intro {
        font-size: 15px !important;
        line-height: 1.5 !important;
    }


    /* OPŠIRNIJE */

    .euro-tag-news-readmore {
        justify-content: flex-end !important;
    }

    .euro-tag-news-readmore a {
        font-size: 14px !important;
    }
}