/* =========================================================
   EURONOGOMET - VEZANE VIJESTI
   Modul #Mod116
   ========================================================= */


/* ---------------------------------------------------------
   MODUL
   --------------------------------------------------------- */

#Mod116 {
    width: 100%;
    margin: 0;
    padding: 0;
}

#Mod116 .module-inner {
    margin: 0;
    padding: 0;
}

#Mod116 .module-ct {
    margin: 0;
    padding: 0;
}


/* ---------------------------------------------------------
   NASLOV MODULA
   --------------------------------------------------------- */

#Mod116 .module-title {
    position: relative;

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

    color: #111 !important;

    font-size: 18px !important;
    line-height: 1.3 !important;
    font-weight: 700 !important;

    text-transform: uppercase;

    border-bottom: 1px solid #d8d8d8 !important;
}

#Mod116 .module-title:after {
    content: "";

    position: absolute;
    left: 0;
    bottom: -1px;

    width: 52px;
    height: 3px;

    background: #0052a5;
}

#Mod116 .module-title span {
    margin: 0;
    padding: 0;
}


/* ---------------------------------------------------------
   POPIS VIJESTI
   --------------------------------------------------------- */

#Mod116 .latestnews-items {
    list-style: none !important;

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


/* ---------------------------------------------------------
   POJEDINA VIJEST
   --------------------------------------------------------- */

#Mod116 .latestnews-item {
    display: block !important;

    width: 100% !important;

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

    list-style: none !important;

    background: #fff;

    border: 1px solid #e0e4e8;

    border-radius: 5px;

    overflow: hidden;

    box-sizing: border-box;

    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);

    transition:
        box-shadow 0.2s ease,
        transform 0.2s ease;
}

#Mod116 .latestnews-item:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);

    transform: translateY(-1px);
}


/* ---------------------------------------------------------
   GLAVNI KONTEJNER VIJESTI
   --------------------------------------------------------- */

#Mod116 .news {
    margin: 0 !important;
    padding: 0 !important;
}

#Mod116 .innernews {
    margin: 0 !important;
    padding: 0 !important;
}


/* ---------------------------------------------------------
   SLIKA
   --------------------------------------------------------- */

#Mod116 .newshead {
    margin: 0 !important;
    padding: 0 !important;
}

#Mod116 .picture {
    margin: 0 !important;
    padding: 0 !important;
}

#Mod116 .innerpicture {
    margin: 0 !important;
    padding: 0 !important;

    overflow: hidden;
}

#Mod116 .innerpicture a {
    display: block;

    margin: 0;
    padding: 0;

    line-height: 0;
}

#Mod116 .innerpicture img {
    display: block;

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

    aspect-ratio: 16 / 9;

    object-fit: cover;

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

    transition: transform 0.3s ease;
}

#Mod116 .latestnews-item:hover .innerpicture img {
    transform: scale(1.025);
}


/* ---------------------------------------------------------
   SADRŽAJ ISPOD SLIKE
   --------------------------------------------------------- */

#Mod116 .newsinfo {
    margin: 0 !important;
    padding: 15px 16px 17px 16px !important;

    box-sizing: border-box;
}


/* ---------------------------------------------------------
   NASLOV VIJESTI
   --------------------------------------------------------- */

#Mod116 .newstitle {
    margin: 0 0 10px 0 !important;
    padding: 0 !important;

    font-size: 18px !important;
    line-height: 1.32 !important;
    font-weight: 700 !important;
}

#Mod116 .newstitle a {
    display: block;

    color: #0052a5 !important;

    text-decoration: none !important;
}

#Mod116 .newstitle a:hover {
    color: #003f80 !important;
}

#Mod116 .newstitle span {
    margin: 0;
    padding: 0;
}


/* ---------------------------------------------------------
   UVOD
   --------------------------------------------------------- */

#Mod116 .newsintro {
    margin: 0 !important;
    padding: 0 !important;

    color: #333 !important;

    font-size: 14px !important;
    line-height: 1.55 !important;

    background: transparent !important;

    border: 0 !important;
    border-radius: 0 !important;

    box-shadow: none !important;
}


/* ---------------------------------------------------------
   UKLANJANJE STARIH POZADINA I OKVIRA
   --------------------------------------------------------- */

#Mod116 .newsinfo .newsintro,
#Mod116 .lnpd_item_introtext {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}


/* ---------------------------------------------------------
   GOOGLE AUTO AD - UKLANJANJE PRAZNOG BLOKA
   --------------------------------------------------------- */

/*
   Google je između vijesti ubacio prazan Auto Ads blok
   koji na slici stvara veliki prazan prostor.
*/

#Mod116 .google-auto-placed {
    display: none !important;
}


/* ---------------------------------------------------------
   UKLANJANJE NEPOTREBNIH RAZMAKA
   --------------------------------------------------------- */

#Mod116 .latestnews-item:last-child {
    margin-bottom: 0 !important;
}

#Mod116 .latestnews-item:before,
#Mod116 .latestnews-item:after {
    display: none !important;
}


/* ---------------------------------------------------------
   MOBITEL
   --------------------------------------------------------- */

@media (max-width: 767px) {

    #Mod116 .module-title {
        margin-bottom: 20px !important;

        font-size: 17px !important;
    }

    #Mod116 .latestnews-item {
        margin-bottom: 18px !important;

        border-radius: 4px;
    }

    #Mod116 .newsinfo {
        padding: 13px 14px 15px 14px !important;
    }

    #Mod116 .newstitle {
        margin-bottom: 9px !important;

        font-size: 17px !important;
        line-height: 1.35 !important;
    }

    #Mod116 .newsintro {
        font-size: 14px !important;
        line-height: 1.5 !important;
    }
}

#Mod116 {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0;
}