/* ===== BREX MINIMALIST ARTICLE POSTS (CLEAN GRID) ===== */
.wp-block-post-template .wp-block-post {
    background: transparent !important; 
    border: none !important; 
    box-shadow: none !important; 
    padding: 0px !important; 
    margin-bottom: 48px !important; 
    box-sizing: border-box !important;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

/* ===== IMAGES WITH PREMIUM ROUND CORNERS & PERFECT FIT ===== */
.wp-block-post-template .wp-block-post-featured-image img {
    border-radius: 20px !important; 
    margin-bottom: 24px !important; 
    width: 100% !important; 
    max-width: 100% !important; /* تصوير کي ڪنٽينر کان ٻاهر وڃڻ کان روڪڻ لاءِ */
    height: auto !important;
    display: block !important;
    box-sizing: border-box !important;
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

/* هور افيڪٽ */
.wp-block-post-template .wp-block-post:hover .wp-block-post-featured-image img {
    transform: scale(1.015) !important; 
}

.wp-block-post-template .wp-block-post-date {
    margin-bottom: 12px !important;
}

/* ===== PREMIUM MOBILE OPTIMIZATION (PREVENTS OVERFLOW) ===== */
@media (max-width: 781px) {
    html, body {
        overflow-x: hidden !important;
    }

    /* هتي گئپ ۽ پيڊنگ کي سيٽ ڪيو ويو آهي ته جيئن پوسٽون سائيڊن کان ٻاهر نه وڃن */
    .wp-block-post-template {
        padding-left: 16px !important;  /* موبائيل تي کاٻي پاسي کان فاصلو */
        padding-right: 16px !important; /* موبائيل تي ساڄي پاسي کان فاصلو */
        box-sizing: border-box !important;
    }

    .wp-block-post-template .wp-block-post {
        width: 100% !important; 
        max-width: 100% !important;
        margin-left: auto !important;  
        margin-right: auto !important; 
        margin-bottom: 40px !important; 
        padding: 0px !important; 
    }
    
    .wp-block-post-template .wp-block-post-featured-image img {
        border-radius: 16px !important; 
        margin-bottom: 18px !important;
        max-height: 260px !important; 
        object-fit: cover !important; 
    }
}

@media (min-width: 782px) {
    .wp-block-post-template {
        gap: 48px 40px !important; 
        padding: 0 40px !important;
    }
}

/* ===== HOME PAGE TITLE STYLE ===== */
.home .wp-block-heading.has-text-align-center {
    display: table !important;
    margin: 50px auto 35px auto !important; 
    background: rgba(0, 102, 204, 0.04) !important; 
    padding: 8px 32px !important; 
    border-radius: 100px !important; 
    width: auto !important; 
    max-width: 90% !important;
    box-sizing: border-box !important;
    border-bottom: 2px solid rgba(0, 102, 204, 0.12) !important;
    transition: transform 0.3s ease !important;
}

.home .wp-block-heading.has-text-align-center:hover {
    transform: scale(1.02) !important; 
}
