/*
Theme Name: Dekho Khabrein News
Version: 1.0.0
*/
:root{--red:#c1121f;--dark:#081b33;--bg:#f5f7fb}*{box-sizing:border-box}body{margin:0;font-family:Arial,sans-serif;background:var(--bg);color:#111827}a{color:inherit}.container{max-width:1180px;margin:auto;padding:0 18px}.top{background:var(--dark);color:#fff;padding:8px 0;font-size:13px}.header{background:#fff;border-bottom:1px solid #e5e7eb}.head{display:flex;justify-content:space-between;align-items:center;padding:17px 18px}.logo{font-size:32px;font-weight:900;color:var(--red);text-decoration:none}.nav ul{display:flex;gap:18px;list-style:none}.nav a{text-decoration:none;font-weight:800}.breaking{background:var(--red);color:#fff;padding:10px 0}.hero{display:grid;grid-template-columns:2fr 1fr;gap:20px;margin:25px 0}.card{background:#fff;border:1px solid #e5e7eb;border-radius:15px;overflow:hidden;box-shadow:0 10px 28px rgba(15,23,42,.06)}.card img{width:100%;aspect-ratio:16/9;object-fit:cover}.body{padding:15px}.meta{color:#64748b;font-size:13px}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.section{margin:32px 0}.section h2{border-bottom:3px solid var(--red);padding-bottom:9px}.mini{display:grid;grid-template-columns:110px 1fr;gap:12px;margin-bottom:12px}.mini img{width:110px;height:75px;object-fit:cover;border-radius:9px}.article{max-width:850px;margin:30px auto;background:#fff;padding:28px;border-radius:16px}.article h1{font-size:42px}.content{font-size:18px;line-height:1.8}.content img{max-width:100%;height:auto}.footer{background:var(--dark);color:#fff;padding:40px 0;margin-top:45px}@media(max-width:850px){.hero,.grid{grid-template-columns:1fr 1fr}.nav{display:none}}@media(max-width:600px){.hero,.grid{grid-template-columns:1fr}.logo{font-size:25px}.article h1{font-size:30px}}

/* Keep all images inside the article */

.article-content img,
.wp-block-image img,
.wp-block-post-featured-image img,
.single-post img {
    max-width: 100%;
    width: 100%;
    height: auto;
    display: block;
}

.article-content figure,
.wp-block-image,
.wp-block-post-featured-image {
    max-width: 100%;
    margin: 20px 0;
    overflow: hidden;
}

.article-content {
    overflow: hidden;
}

.dk-featured-image{
    width:100%;
    max-width:100%;
    height:auto;
    border-radius:12px;
    display:block;
}

.alignwide,
.alignfull{
    width:100%;
    max-width:100%;
    margin-left:0;
    margin-right:0;
}

.article-wrap{
    max-width:850px;
    margin:40px auto;
}

.article-content{
    width:100%;
}