/* Clean Okala-inspired blog/magazine styles. Scoped to avoid collisions. */
.zmag-wrap{max-width:1180px;margin:0 auto;padding:14px 12px 105px;direction:rtl;color:#2b2f3a}.zmag-wrap a{text-decoration:none;color:inherit}.zmag-topbar{display:flex;align-items:center;justify-content:space-between;gap:14px;background:#fff;border:1px solid #eef0f4;border-radius:22px;padding:16px;box-shadow:0 8px 24px rgba(25,35,60,.05)}.zmag-tag{display:inline-flex;background:#fff1f5;color:var(--accent,#e73763);border:1px solid #ffd7e2;border-radius:999px;padding:5px 10px;font-size:12px;font-weight:900}.zmag-topbar h1{font-size:21px;font-weight:950;line-height:1.5;margin:8px 0 4px;color:#20242c}.zmag-topbar p{margin:0;color:#737b88;font-size:13px;line-height:1.9}.zmag-search{min-width:310px;display:flex;gap:7px;border:1px solid #e6e9ef;border-radius:16px;background:#f8f9fb;padding:6px}.zmag-search input{border:0;outline:0;background:transparent;flex:1;min-width:0;padding:10px;font-size:13px}.zmag-search button{border:0;border-radius:12px;background:var(--accent,#e73763);color:#fff;font-weight:900;padding:0 15px;cursor:pointer}.zmag-cats{display:flex;gap:8px;overflow:auto;padding:12px 2px 4px;scrollbar-width:none}.zmag-cats::-webkit-scrollbar{display:none}.zmag-cats a{white-space:nowrap;background:#fff;border:1px solid #e8ebf0;border-radius:999px;padding:8px 12px;font-size:13px;font-weight:850;color:#4e5664}.zmag-cats a.active{background:var(--accent,#e73763);border-color:var(--accent,#e73763);color:#fff}.zmag-cats small{font-size:11px;margin-right:4px;opacity:.78}.zmag-featured{margin-top:13px;background:#fff;border:1px solid #edf0f4;border-radius:24px;box-shadow:0 10px 28px rgba(25,35,60,.06);overflow:hidden;display:grid;grid-template-columns:minmax(260px,42%) 1fr;align-items:center}.zmag-featured-img{display:block;height:260px;background:#fff7fa}.zmag-featured-img img{width:100%;height:100%;object-fit:cover;display:block}.zmag-featured-text{padding:20px}.zmag-featured-text span,.zmag-card span{color:var(--accent,#e73763);font-size:12px;font-weight:900}.zmag-featured-text h2{font-size:22px;line-height:1.65;margin:8px 0;color:#20242c;font-weight:950}.zmag-featured-text p{font-size:14px;color:#6f7785;line-height:2;margin:0 0 13px}.zmag-read{display:inline-flex;background:#20242c;color:#fff!important;border-radius:13px;padding:9px 14px;font-size:13px;font-weight:900}.zmag-list-section,.zmag-related{margin-top:18px}.zmag-section-title{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:0 0 10px}.zmag-section-title h2{font-size:18px;margin:0;font-weight:950;color:#20242c}.zmag-section-title span,.zmag-section-title a{font-size:13px;color:#8a93a4;font-weight:850}.zmag-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.zmag-card{background:#fff;border:1px solid #edf0f4;border-radius:20px;overflow:hidden;box-shadow:0 7px 22px rgba(25,35,60,.05);transition:.18s}.zmag-card:hover{transform:translateY(-2px);box-shadow:0 12px 30px rgba(25,35,60,.09)}.zmag-card img{width:100%;height:160px;object-fit:cover;background:#fff7fa;display:block}.zmag-card div{padding:12px}.zmag-card h3{font-size:14px;line-height:1.8;margin:6px 0;color:#242933;font-weight:950;min-height:50px}.zmag-card p{font-size:12px;line-height:1.9;color:#737b88;margin:0 0 8px}.zmag-card em{font-style:normal;font-size:11px;color:#9aa2af}.zmag-empty{background:#fff;border:1px dashed #d9dde6;border-radius:18px;padding:28px;text-align:center;color:#7d8593}.zmag-breadcrumb{display:flex;flex-wrap:wrap;gap:7px;align-items:center;color:#8a93a4;font-size:12px;margin:4px 0 12px}.zmag-breadcrumb a{color:#697284}.zmag-breadcrumb b{font-weight:900;color:#242933}.zmag-article-wrap{max-width:900px}.zmag-article{background:#fff;border:1px solid #edf0f4;border-radius:24px;box-shadow:0 10px 30px rgba(25,35,60,.07);overflow:hidden}.zmag-article-head{padding:20px 20px 12px}.zmag-article-head h1{font-size:26px;font-weight:950;line-height:1.75;margin:9px 0;color:#20242c}.zmag-article-head p{font-size:14px;line-height:2;color:#68707f;margin:0}.zmag-meta{display:flex;gap:14px;flex-wrap:wrap;margin-top:12px;color:#9098a6;font-size:12px}.zmag-article-img img{width:100%;max-height:420px;object-fit:cover;background:#fff7fa;display:block}.zmag-article-body{padding:22px;font-size:15px;line-height:2.35;color:#333b48}.zmag-article-body p{margin:0 0 17px}
@media(max-width:820px){.zmag-topbar{display:block}.zmag-search{min-width:0;margin-top:12px}.zmag-featured{grid-template-columns:1fr}.zmag-featured-img{height:205px}.zmag-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:560px){.zmag-wrap{padding:10px 10px 95px}.zmag-topbar{border-radius:18px;padding:14px}.zmag-topbar h1{font-size:18px}.zmag-featured{border-radius:20px}.zmag-featured-img{height:178px}.zmag-featured-text{padding:14px}.zmag-featured-text h2{font-size:17px}.zmag-grid{grid-template-columns:1fr;gap:9px}.zmag-card{display:grid;grid-template-columns:106px 1fr;border-radius:18px}.zmag-card img{height:100%;min-height:120px}.zmag-card div{padding:10px}.zmag-card h3{font-size:13px;min-height:auto;margin:4px 0}.zmag-card p{display:none}.zmag-article-head{padding:16px 14px 10px}.zmag-article-head h1{font-size:20px}.zmag-article-body{padding:15px;font-size:14px;line-height:2.25}}
