.elementor-298 .elementor-element.elementor-element-82edd0a{--display:flex;--min-height:250px;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;}.elementor-298 .elementor-element.elementor-element-82edd0a:not(.elementor-motion-effects-element-type-background), .elementor-298 .elementor-element.elementor-element-82edd0a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://agrikol.hr/wp-content/uploads/2026/03/inner-banner.jpg");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-298 .elementor-element.elementor-element-e36b9e4 .elementor-heading-title{font-family:"Montserrat", Sans-serif;font-size:32px;font-weight:600;color:#FFFFFF;}.elementor-widget-breadcrumbs{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-298 .elementor-element.elementor-element-c88de4d{font-family:"Montserrat", Sans-serif;font-weight:500;color:#FFFFFF;}.elementor-298 .elementor-element.elementor-element-c88de4d a{color:#FFFFFF;}.elementor-298 .elementor-element.elementor-element-c88de4d a:hover{color:var( --e-global-color-primary );}.elementor-298 .elementor-element.elementor-element-40c9deb{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:60px;--padding-bottom:60px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-298 .elementor-element.elementor-element-82edd0a{--min-height:200px;}.elementor-298 .elementor-element.elementor-element-e36b9e4 .elementor-heading-title{font-size:26px;}}/* Start custom CSS *//* =========================================
   REDIZAJN SINGLE BLOG STRANE (Članak)
   Font: Montserrat | Stil: Sharp & Modern
========================================= */

/* Glavni kontejner stranice */
.wsk-single-post {
    font-family: 'Montserrat', sans-serif !important;
    max-width: 800px; /* Blog postovi treba da budu malo uži za optimalno čitanje */
    margin: 0 auto;
    padding: 40px 20px;
    background-color: #ffffff;
}

/* SAKRIVANJE KATEGORIJA I JEZIKA */
.wsk-single-post__terms {
    display: none !important;
}

/* =========================================
   ZAGLAVLJE (Slika, Datum, Naslov)
========================================= */

/* Slika (Hero image) */
.wsk-single-post__img-wrap {
    width: 100%;
    margin-bottom: 30px;
    border-radius: 0 !important; /* Strogo oštre ivice */
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.wsk-single-post__img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 0 !important;
}

/* Kontejner zaglavlja teksta */
.wsk-single-post__header {
    text-align: center; /* Centriramo naslov i datum za elegantniji izgled */
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eeeeee; 
}

/* Datum objave */
.wsk-single-post__date {
    font-family: 'Montserrat', sans-serif !important;
    display: inline-block;
    font-size: 14px;
    color: #888888;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.1em;
    margin-bottom: 15px;
}

/* Glavni naslov (H1) */
.wsk-single-post__title {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 40px; /* Nešto veći za bolji impact */
    font-weight: 800; /* Extra Bold za Montserrat */
    line-height: 1.2;
    color: #222222;
    margin: 0;
}

/* =========================================
   SADRŽAJ ČLANKA (Tipografija)
========================================= */

.wsk-single-post__content {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 18px; /* Optimizovano za Montserrat čitljivost */
    line-height: 1.85; /* Veći prored za prijatnije iskustvo čitanja */
    color: #444444; 
}

/* Paragrafi */
.wsk-single-post__content p {
    margin-bottom: 26px;
}

/* Podebljani tekst (Strong) unutar paragrafa */
.wsk-single-post__content strong {
    font-family: 'Montserrat', sans-serif !important;
    color: #111111; /* Jači kontrast */
    font-weight: 700;
}

/* Naslovi unutar teksta (H2, H3...) */
.wsk-single-post__content h2,
.wsk-single-post__content h3,
.wsk-single-post__content h4 {
    font-family: 'Montserrat', sans-serif !important;
    color: #222222;
    font-weight: 800;
    margin-top: 50px;
    margin-bottom: 20px;
    line-height: 1.3;
}

.wsk-single-post__content h2 {
    font-size: 30px;
    border-left: 5px solid #0052B4; /* Tvoj plavi brending uz ivicu podnaslova */
    padding-left: 20px;
}

/* Liste (ako ih ima u članku) */
.wsk-single-post__content ul {
    margin-bottom: 30px;
    padding-left: 0;
    list-style: none;
}

.wsk-single-post__content li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
}

.wsk-single-post__content li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 10px;
    height: 10px;
    background-color: #0052B4; /* Plavi kvadratni bulleti */
    border-radius: 0 !important;
}

/* Footer članka */
.wsk-single-post__footer {
    margin-top: 60px;
    padding-top: 30px;
    border-top: 1px solid #f0f0f0;
}

/* =========================================
   RESPONZIVNOST (Mobilni telefoni)
========================================= */
@media (max-width: 768px) {
    .wsk-single-post__title {
        font-size: 30px;
    }
    
    .wsk-single-post__content {
        font-size: 17px;
    }
    
    .wsk-single-post__header {
        text-align: left;
        padding-bottom: 20px;
    }
    
    .wsk-single-post__content h2 {
        font-size: 24px;
    }
}/* End custom CSS */