/* ===== SINGLE BLOG POST ===== */

/* Naslov članka */
body.single-post .post-title {
    font-family: "Playfair Display", sans-serif;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.25;
    color: #13172B;
}

body.single-post .row_site {
    margin-top: 30px!important;
}

body.single-post .post-title:hover {
        color: #13172B!important;
}

/* Meta (autor, datum) */
body.single-post .post-meta {
    margin-bottom: 24px;
}

/* Glavna slika — zaobljena */
body.single-post .post-media img {
    width: 100%;
    height: 440px;
    object-fit: cover;
    border-radius: 20px;
    display: block;
    margin-bottom: 32px;
}

body.single-post .author {
    display: none!important;
}

/* Sadržaj članka */
body.single-post .post-content {
    font-size: 17px;
    line-height: 1.8;
    color: #6A7285;
}
body.single-post .post-content h3 {
    font-family: "Playfair Display", sans-serif;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.3;
    color: #13172B;
    margin: 40px 0 14px;
}
body.single-post .post-content p {
    margin: 0 0 18px;
}
body.single-post .post-content ul,
body.single-post .post-content ol {
    margin: 0 0 24px;
    padding-left: 22px;
}
body.single-post .post-content li {
    margin-bottom: 12px;
}
body.single-post .post-content hr {
    border: none;
    border-top: 1px solid #E8E7E7;
    margin: 36px 0;
}
body.single-post .post-content img {
    border-radius: 12px;
    height: auto;
}

/* Sidebar naslov — isto kao blog */
body.single-post .widget_product_categories h4.widget-title {
    color: #13172B;
}

/* Social share gumbi */
body.single-post .share-social .share-ico {
    font-family: 'Inter', sans-serif;
    border-radius: 10px;
    transition: background-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

body.single-post .share-social .share-ico:hover {
    background-color: #13172B!important;
    color: #fff;
    transform: translateY(-2px);
}

body.single-post article.post-wrap .share-social-icons .share-social li:hover {
    mix-blend-mode: normal!important
}

/* Post Comment gumb — kao "Read more" na blogu */
body.single-post #respond .submit {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    letter-spacing: 1.5px;
    background-color: #3256C6;
    color: #fff;
    border: 1px solid #3256C6;
    border-radius: 10px;
    padding: 14px 28px;
    cursor: pointer;
    transition: background-color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}
body.single-post #respond .submit:hover {
    background-color: #2645a0;
    border-color: #1e2542;
    transform: translateY(-2px);
}

  body.single-post .sidebar {
        background: #F4F6FA;
        padding: 20px;
        border-radius: 16px;
    }
    
    body.single-post .sidebar .product-categories .cat-item a  {
        color: #13172B;
    }
     body.single-post .sidebar .product-categories .cat-item a:hover {
                 color: #3256C6;

     }

/* Sidebar kao chipovi na tabletu/mobitelu — isto kao blog */
@media (max-width: 1024px) {
    body.single-post .sidebar {
        background: none;
        padding: 0;
    }
    body.single-post .sidebar .product-categories {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 12px !important;
    }
    body.single-post .sidebar .product-categories .cat-item a {
        font-family: 'Work Sans' !important;
        font-size: 16px;
        font-weight: 400 !important;
        padding: 9px 20px;
        border: none;
        border-radius: 999px;
        color: #13172B;
        text-decoration: none;
        box-shadow: 0 4px 14px rgba(19, 23, 43, 0.10);
        transition: transform 0.25s ease, box-shadow 0.25s ease, color 0.25s ease;
    }
    body.single-post .sidebar .product-categories a::after { content: none !important; }
    body.single-post .sidebar .product-categories a:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 22px rgba(50, 86, 198, 0.20);
        color: #3256C6;
    }
    body.single-post .sidebar .widget h4.widget-title {
        font-size: 32px;
        text-align: center;
    }
    body.single-post .widget_product_categories {
        margin-bottom: 60px;
        padding-bottom: 0;
    }
}

@media (max-width: 767px) {
    body.single-post .post-media img {
        height: 280px;
    }
}