/* Future News — three-column editorial news block */
.npbd-future-news { padding:34px 0; background:var(--np-bg); }
.npbd-future-title { text-align:center; font:800 40px/1 Arial,sans-serif; letter-spacing:.5px; color:#111; margin:0 0 24px; }
.npbd-future-grid { display:grid; grid-template-columns:1fr 2.35fr 1fr; gap:24px; align-items:start; }
.npbd-future-side { display:flex; flex-direction:column; gap:12px; }
.npbd-future-list-item { display:grid; grid-template-columns:130px 1fr; gap:9px; align-items:center; padding-bottom:10px; border-bottom:1px solid var(--np-border); font-size:15px; font-weight:700; line-height:1.32; }
.npbd-future-list-thumb { height:78px; overflow:hidden; border-radius:3px; }
.npbd-future-list-thumb img { width:100%; height:100%; object-fit:cover; }
.npbd-future-list-item:hover, .npbd-future-bottom a:hover { color:var(--np-red); }
.npbd-future-main { display:block; position:relative; overflow:hidden; border-radius:4px; }
.npbd-future-main img { width:100%; height:338px; object-fit:cover; }
.npbd-future-main span { position:absolute; left:0; right:0; bottom:0; padding:55px 18px 16px; background:linear-gradient(transparent,rgba(0,0,0,.82)); color:#fff; font-size:25px; font-weight:700; line-height:1.28; }
.npbd-future-bottom { display:grid; grid-template-columns:repeat(3,1fr); gap:12px; margin-top:12px; }
.npbd-future-bottom a { display:grid; grid-template-columns:1fr; gap:5px; font-size:13px; font-weight:700; line-height:1.3; }
.npbd-future-bottom img { width:100%; height:68px; object-fit:cover; border-radius:3px; }
@media (max-width:900px) { .npbd-future-grid { grid-template-columns:1fr 1.7fr; } .npbd-future-right { display:none; } .npbd-future-main img { height:300px; } }
@media (max-width:620px) { .npbd-future-news { padding:24px 0; } .npbd-future-title { font-size:28px; } .npbd-future-grid { grid-template-columns:1fr; } .npbd-future-left { display:none; } .npbd-future-main img { height:240px; } .npbd-future-main span { font-size:19px; } }

/* Category 1 editorial block */
.npbd-category-one { padding:18px 0 34px; background:var(--np-bg); }
.npbd-category-one-head { display:flex; align-items:center; justify-content:space-between; margin-bottom:15px; border-bottom:1px solid var(--np-border); }
.npbd-category-one-head h2 { margin:0 0 -1px; padding-bottom:6px; border-bottom:3px solid var(--np-red); font-size:23px; font-weight:800; }
.npbd-category-one-head a { color:var(--np-muted); font-size:13px; font-weight:600; }
.npbd-category-one-head a span { color:var(--np-red); font-size:24px; vertical-align:-2px; }
.npbd-category-one-grid { display:grid; grid-template-columns:1.3fr 1.28fr 1fr; gap:12px; }
.npbd-category-one-small { display:grid; grid-template-columns:repeat(2,1fr); gap:13px 12px; }
.npbd-category-one-card { display:block; font-size:15px; font-weight:700; line-height:1.32; }
.npbd-category-one-card img { width:100%; height:112px; object-fit:cover; border-radius:3px; margin-bottom:6px; }
.npbd-category-one-card:hover, .npbd-category-one-lead a:hover, .npbd-category-one-list a:hover { color:var(--np-red); }
.npbd-category-one-lead { padding-right:0; }
.npbd-category-one-lead img { width:100%; height:228px; object-fit:cover; border-radius:3px; }
.npbd-category-one-lead h3 { margin:7px 0 4px; font-size:25px; line-height:1.18; font-weight:800; }
.npbd-category-one-lead p { margin:0; color:var(--np-muted); font-size:14px; line-height:1.45; }
.npbd-category-one-list { display:flex; flex-direction:column; }
.npbd-category-one-list a { display:grid; grid-template-columns:128px 1fr; gap:10px; align-items:center; padding:0 0 10px; margin-bottom:10px; border-bottom:1px solid var(--np-border); font-size:15px; font-weight:700; line-height:1.3; }
.npbd-category-one-list img { width:128px; height:70px; object-fit:cover; border-radius:3px; }
@media (max-width:900px) { .npbd-category-one-grid { grid-template-columns:1.2fr 1fr; } .npbd-category-one-list { display:none; } }
@media (max-width:620px) { .npbd-category-one-grid { display:block; } .npbd-category-one-small { margin-bottom:16px; } .npbd-category-one-lead h3 { font-size:21px; } .npbd-category-one-lead img { height:220px; } }

/* Category 2 — four card row */
.npbd-category-two { padding:16px 0 34px; background:var(--np-bg); }
.npbd-category-two-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:19px; }
.npbd-category-two-card { display:block; font-size:17px; font-weight:700; line-height:1.3; }
.npbd-category-two-card img { display:block; width:100%; height:165px; object-fit:cover; border-radius:4px; margin-bottom:8px; }
.npbd-category-two-card h3 { margin:0; font-size:17px; line-height:1.3; font-weight:700; }
.npbd-category-two-card:hover { color:var(--np-red); }
@media (max-width:760px) { .npbd-category-two-grid { grid-template-columns:repeat(2,1fr); gap:15px; } .npbd-category-two-card img { height:150px; } }
@media (max-width:420px) { .npbd-category-two-card img { height:110px; } .npbd-category-two-card h3 { font-size:14px; } }

/* Category 3 and local-news selector */
.npbd-category-three { padding:16px 0 35px; background:var(--np-bg); }
.npbd-category-three-grid { display:grid; grid-template-columns:2fr 1fr; gap:28px; align-items:start; }
.npbd-category-three-list { display:grid; grid-template-columns:repeat(2,1fr); gap:12px 20px; }
.npbd-category-three-list a { display:grid; grid-template-columns:200px 1fr; gap:10px; align-items:center; font-size:16px; font-weight:700; line-height:1.3; }
.npbd-category-three-list img { width:200px; height:112px; object-fit:cover; border-radius:3px; }
.npbd-category-three-list a:hover { color:var(--np-red); }
.npbd-local-news { background:#f0f0f1; border-top:3px solid #d1d4d8; padding:16px 10px 20px; }
.npbd-local-news h3 { margin:0 0 12px; font-size:23px; font-weight:700; text-align:center; }
.npbd-local-news-form { display:flex; flex-direction:column; gap:2px; }
.npbd-local-news select { appearance:auto; width:100%; height:42px; padding:0 12px; border:0; background:#fff; color:#253145; font:inherit; font-size:16px; }
.npbd-local-news button { border:0; border-radius:3px; height:45px; margin-top:10px; color:#fff; background:#d98186; font:700 16px inherit; }
.npbd-local-news button:hover { background:var(--np-red); }
.npbd-local-news p { margin:10px 4px 0; color:var(--np-muted); font-size:11px; line-height:1.35; }
@media (max-width:900px) { .npbd-category-three-grid { grid-template-columns:1fr; } .npbd-local-news { max-width:440px; } }
@media (max-width:620px) { .npbd-category-three-list { grid-template-columns:1fr; } .npbd-category-three-list a { grid-template-columns:130px 1fr; } .npbd-category-three-list img { width:130px; height:78px; } }

/* Category 5 — magazine feature layout */
.npbd-category-five { padding:16px 0 36px; background:var(--np-bg); }
.npbd-category-five-grid { display:grid; grid-template-columns:1.18fr 1.18fr 1fr; gap:20px; align-items:start; }
.npbd-category-five-left,.npbd-category-five-center { display:flex; flex-direction:column; gap:14px; }
.npbd-category-five-lead { display:block; padding:14px; background:#fafafa; box-shadow:0 2px 8px rgba(0,0,0,.09); }
.npbd-category-five-lead h3 { margin:0 0 9px; font-size:24px; font-weight:700; line-height:1.28; }
.npbd-category-five-lead img { width:100%; height:228px; object-fit:cover; }
.npbd-category-five-mini { display:grid; grid-template-columns:150px 1fr; gap:10px; align-items:center; font-size:16px; font-weight:700; line-height:1.3; }
.npbd-category-five-mini img { width:150px; height:88px; object-fit:cover; border-radius:3px; }
.npbd-category-five-list { display:flex; flex-direction:column; gap:10px; }
.npbd-category-five-list a { display:grid; grid-template-columns:166px 1fr; gap:10px; align-items:center; padding-bottom:10px; border-bottom:1px solid var(--np-border); font-size:16px; font-weight:700; line-height:1.28; }
.npbd-category-five-list img { width:166px; height:93px; object-fit:cover; border-radius:3px; }
.npbd-category-five a:hover { color:var(--np-red); }
@media (max-width:950px) { .npbd-category-five-grid { grid-template-columns:1fr 1fr; } .npbd-category-five-list { display:none; } }
@media (max-width:620px) { .npbd-category-five-grid { grid-template-columns:1fr; } .npbd-category-five-lead img { height:220px; } .npbd-category-five-mini { grid-template-columns:130px 1fr; } .npbd-category-five-mini img { width:130px; height:76px; } }

/* Latest, Mail Multimedia and Prayer schedule */
.npbd-media-prayer { padding:22px 0 38px; background:#fafafa; }.npbd-media-prayer-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:20px;align-items:start}.npbd-lp-widget{background:#fff;border:1px solid var(--np-border)}.npbd-lp-tabs{display:grid;grid-template-columns:1fr 1fr;background:#293140;color:#fff;font-size:19px;font-weight:700;text-align:center}.npbd-lp-tabs span{padding:11px}.npbd-lp-tabs .active,.npbd-all-news{background:#d21f27}.npbd-lp-widget>a:not(.npbd-all-news){display:grid;grid-template-columns:48px 1fr;gap:16px;align-items:center;padding:13px 12px;border-bottom:1px solid var(--np-border);font-size:16px;font-weight:600;line-height:1.35}.npbd-lp-widget b{width:40px;height:40px;border-radius:50%;background:#adb0b5;color:#fff;display:grid;place-items:center}.npbd-lp-widget>a:nth-of-type(1) b{background:#d21f27}.npbd-all-news{display:block;color:#fff;text-align:center;padding:10px;font-size:18px;font-weight:700}.npbd-multimedia{background:#293140;padding:7px;border:1px solid #111;border-radius:3px}.npbd-multimedia h3,.npbd-prayer h3{margin:0 -7px 7px;padding:5px;color:#fff;text-align:center;font-size:20px}.npbd-media-video{display:block;position:relative;margin-bottom:8px;border:2px solid #d21f27;overflow:hidden}.npbd-media-video img{width:100%;height:190px;object-fit:cover}.npbd-media-video i{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:58px;height:58px;border:4px solid #fff;border-radius:50%;background:#d21f27;color:#fff;font:46px/48px Arial;text-align:center;font-style:normal}.npbd-media-video span{position:absolute;bottom:0;left:0;right:0;padding:22px 9px 7px;color:#fff;background:linear-gradient(transparent,rgba(0,0,0,.85));font-weight:700}.npbd-prayer{background:#effaf5;border:1px solid #172e2c;border-radius:6px;overflow:hidden}.npbd-prayer h3{margin:0;padding:10px;color:#111;background:#effaf5}.npbd-prayer-date{background:#303943;color:#fff;text-align:center;padding:9px;font-weight:700}.npbd-prayer-date small{display:block;margin-top:3px}.npbd-prayer-times{padding:18px 28px;display:grid;grid-template-columns:1fr auto;gap:9px;font-size:15px}.npbd-prayer-times b{font-size:15px}.npbd-prayer-error{padding:20px;text-align:center}.npbd-prayer-note{display:block;text-align:center;padding:0 7px 10px}.npbd-lp-widget a:hover,.npbd-media-video:hover{color:var(--np-red)}@media(max-width:900px){.npbd-media-prayer-grid{grid-template-columns:1fr 1fr}.npbd-prayer{grid-column:1/-1}}@media(max-width:620px){.npbd-media-prayer-grid{grid-template-columns:1fr}.npbd-prayer{grid-column:auto}.npbd-media-video img{height:180px}}

.npbd-category-six{padding:18px 0 34px;background:var(--np-bg)}.npbd-category-six-grid{display:grid;grid-template-columns:2.15fr 1.05fr 1fr;gap:20px}.npbd-six-main{display:block;position:relative;overflow:hidden;border-radius:3px}.npbd-six-main img{width:100%;height:346px;object-fit:cover}.npbd-six-main span{position:absolute;bottom:0;left:0;right:0;padding:60px 16px 15px;background:linear-gradient(transparent,rgba(0,0,0,.82));color:#fff;font-size:25px;font-weight:700;line-height:1.25}.npbd-six-bottom{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:8px}.npbd-six-bottom a{font-size:14px;font-weight:700;line-height:1.3}.npbd-six-bottom img{width:100%;height:100px;object-fit:cover;border-radius:3px;margin-bottom:4px}.npbd-category-six-headlines{display:flex;flex-direction:column}.npbd-category-six-headlines a{padding:10px 0;border-bottom:1px solid var(--np-border);font-size:16px;font-weight:700;line-height:1.35}.npbd-category-six-side{display:flex;flex-direction:column;gap:12px}.npbd-category-six-side a{display:grid;grid-template-columns:120px 1fr;gap:9px;align-items:center;font-size:15px;font-weight:700;line-height:1.3}.npbd-category-six-side img{width:120px;height:72px;object-fit:cover;border-radius:3px}.npbd-category-six a:hover{color:var(--np-red)}@media(max-width:900px){.npbd-category-six-grid{grid-template-columns:1.7fr 1fr}.npbd-category-six-side{display:none}.npbd-six-main img{height:300px}}@media(max-width:620px){.npbd-category-six-grid{grid-template-columns:1fr}.npbd-category-six-headlines{display:none}.npbd-six-main img{height:240px}.npbd-six-main span{font-size:19px}.npbd-six-bottom img{height:75px}}

.npbd-category-seven{padding:16px 0 20px;background:var(--np-bg)}.npbd-category-seven-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.npbd-category-seven-grid a{display:grid;grid-template-columns:190px 1fr;gap:10px;align-items:start;font-size:16px;font-weight:700;line-height:1.35}.npbd-category-seven-grid img{width:190px;height:106px;object-fit:cover;border-radius:3px}.npbd-category-seven a:hover,.npbd-category-eight a:hover{color:var(--np-red)}.npbd-category-eight{padding-top:4px}@media(max-width:1100px){.npbd-category-seven-grid{grid-template-columns:repeat(2,1fr)}.npbd-category-seven-grid a{grid-template-columns:140px 1fr}.npbd-category-seven-grid img{width:140px;height:82px}}@media(max-width:620px){.npbd-category-seven-grid{grid-template-columns:1fr}.npbd-category-seven-grid a{grid-template-columns:130px 1fr}.npbd-category-seven-grid img{width:130px;height:76px}}

.npbd-category-nine-ten{padding:16px 0 35px;background:var(--np-bg)}.npbd-category-nine-ten-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.npbd-nine-ten-lead{display:block;margin-bottom:10px}.npbd-nine-ten-lead img{width:100%;height:230px;object-fit:cover;border-radius:3px}.npbd-nine-ten-lead h3{margin:7px 0 0;font-size:22px;line-height:1.3}.npbd-nine-ten-small{display:grid;grid-template-columns:112px 1fr;gap:10px;align-items:center;padding:8px 0;border-top:1px solid var(--np-border);font-size:15px;font-weight:700;line-height:1.3}.npbd-nine-ten-small img{width:112px;height:64px;object-fit:cover;border-radius:3px}.npbd-category-nine-ten a:hover{color:var(--np-red)}@media(max-width:620px){.npbd-category-nine-ten-grid{grid-template-columns:1fr}.npbd-nine-ten-lead img{height:200px}}

.npbd-remaining-categories{padding:16px 0 40px;background:var(--np-bg)}.npbd-remaining-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.npbd-remaining-column{min-width:0}.npbd-remaining-column .npbd-category-one-head{margin-bottom:12px}.npbd-remaining-lead{display:block;margin-bottom:7px}.npbd-remaining-lead img{width:100%;height:165px;object-fit:cover;border-radius:3px}.npbd-remaining-lead h3{margin:7px 0 0;font-size:20px;line-height:1.3}.npbd-remaining-small{display:grid;grid-template-columns:96px 1fr;gap:8px;align-items:center;padding:8px 0;border-top:1px solid var(--np-border);font-size:14px;font-weight:700;line-height:1.3}.npbd-remaining-small img{width:96px;height:56px;object-fit:cover;border-radius:3px}.npbd-remaining-categories a:hover{color:var(--np-red)}@media(max-width:1050px){.npbd-remaining-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.npbd-remaining-grid{grid-template-columns:1fr}.npbd-remaining-lead img{height:190px}}

.npbd-special-reports{padding:20px 0 40px;background:#fafafa}.npbd-special-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}.npbd-special-grid a{display:grid;grid-template-columns:188px 1fr;gap:10px;align-items:start;font-size:16px;font-weight:700;line-height:1.35}.npbd-special-grid img{width:188px;height:106px;object-fit:cover;border-radius:3px}.npbd-special-reports a:hover{color:var(--np-red)}@media(max-width:1050px){.npbd-special-grid{grid-template-columns:repeat(2,1fr)}.npbd-special-grid a{grid-template-columns:140px 1fr}.npbd-special-grid img{width:140px;height:80px}}@media(max-width:560px){.npbd-special-grid{grid-template-columns:1fr}.npbd-special-grid a{grid-template-columns:130px 1fr}.npbd-special-grid img{width:130px;height:76px}}
