/* ==========================================================================
   الشبكة نيوز — الودجات والشريط الجانبي
   ========================================================================== */

.widget{margin-bottom:var(--shb-gap)}
.widget:last-child{margin-bottom:0}
.widget ul{list-style:none;padding:0;margin:0}
.widget li{padding:9px 0;border-bottom:1px solid var(--shb-border);font-weight:600;font-size:14.5px;display:flex;justify-content:space-between;gap:8px;align-items:center}
.widget li:last-child{border-bottom:0}
.widget li a{flex:1}
.widget select{width:100%}
.widget .wp-block-search__inside-wrapper{gap:8px}

/* التبويبات */
.shb-tab-btns{display:flex;gap:5px;margin-bottom:15px;background:var(--shb-bg);padding:5px;border-radius:var(--shb-radius-sm)}
.shb-tab-btn{flex:1;background:transparent;border:0;padding:9px 6px;font-weight:800;font-size:13.5px;border-radius:var(--shb-radius-sm);color:var(--shb-muted);transition:.2s;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.shb-tab-btn.is-active{background:var(--shb-primary);color:#fff;box-shadow:var(--shb-shadow)}
.shb-tab-pane{display:none}
.shb-tab-pane.is-active{display:block;animation:shbFadeIn .35s}
@keyframes shbFadeIn{from{opacity:0;transform:translateY(7px)}to{opacity:1;transform:none}}

/* الأقسام بالصور */
.shb-catgrid{display:grid;gap:11px}
.shb-catgrid.is-cols-1{grid-template-columns:1fr}
.shb-catgrid.is-cols-2{grid-template-columns:repeat(2,1fr)}
.shb-catgrid.is-cols-3{grid-template-columns:repeat(3,1fr)}
.shb-catgrid.is-cols-4{grid-template-columns:repeat(4,1fr)}
.shb-catbox{position:relative;display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:74px;padding:13px;border-radius:var(--shb-radius-sm);background-size:cover;background-position:center;background-color:var(--shb-secondary);color:#fff;overflow:hidden;font-weight:800}
.shb-catbox::before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(9,13,21,.35),rgba(9,13,21,.8));transition:.25s}
.shb-catbox:hover::before{background:linear-gradient(180deg,rgba(200,16,46,.5),rgba(9,13,21,.85))}
.shb-catbox-n,.shb-catbox-c{position:relative;z-index:2;color:#fff}
.shb-catbox-n{font-size:15px}
.shb-catbox-c{background:rgba(255,255,255,.2);border-radius:20px;padding:2px 10px;font-size:12px}

/* عن الموقع */
.shb-aboutw{text-align:center}
.shb-aboutw-logo{max-height:60px;margin:0 auto 12px}
.shb-aboutw p{font-size:14.5px;color:var(--shb-muted);line-height:1.9}
.shb-aboutw .shb-social{justify-content:center;margin-top:12px}

/* النشرة */
.shb-subs{text-align:center;background:linear-gradient(135deg,rgba(200,16,46,.07),rgba(245,158,11,.07));border-radius:var(--shb-radius);padding:20px}
.shb-subs-ico{width:48px;height:48px;border-radius:50%;background:var(--shb-primary);color:#fff;display:grid;place-items:center;margin:0 auto 12px}
.shb-subs-ico svg{width:22px;height:22px}
.shb-subs h3{margin:0 0 7px;font-size:17px}
.shb-subs p{font-size:14px;color:var(--shb-muted);margin-bottom:14px}
.shb-subs-form{display:flex;gap:7px}
.shb-subs-form input{border-radius:var(--shb-radius-sm)}
.shb-subs-form .shb-btn{padding-inline:18px}

/* سحابة الوسوم */
.tagcloud{display:flex;flex-wrap:wrap;gap:7px}
.tagcloud a{font-size:13px!important;background:var(--shb-bg);border:1px solid var(--shb-border);padding:5px 12px;border-radius:30px;font-weight:700}
.tagcloud a:hover{background:var(--shb-primary);color:#fff;border-color:var(--shb-primary)}

/* تعليقات حديثة */
.widget_recent_comments li,.widget_recent_entries li{display:block}

/* التقويم */
.wp-calendar-table{font-size:13.5px}
.wp-calendar-table th,.wp-calendar-table td{text-align:center;padding:5px;border:1px solid var(--shb-border)}
.wp-calendar-table caption{font-weight:800;padding-bottom:8px}

/* الفوتر */
.shb-footer .widget li{border-color:rgba(255,255,255,.1)}
.shb-footer .tagcloud a{background:rgba(255,255,255,.08);border-color:transparent;color:#e7ecf3}
.shb-footer .shb-subs{background:rgba(255,255,255,.05)}
.shb-footer .shb-aboutw p,.shb-footer .shb-excerpt,.shb-footer .shb-subs p{color:#a8b4c6}
.shb-footer .shb-so{background:rgba(255,255,255,.08);color:#e7ecf3}

@media(max-width:560px){
  .shb-catgrid.is-cols-3,.shb-catgrid.is-cols-4{grid-template-columns:repeat(2,1fr)}
  .shb-tab-btn{font-size:12.5px;padding:8px 4px}
}
