/* =========================================================================
   الحقيقة الآن — أنماط الصفحة الرئيسية
   كل الألوان والمسافات من متغيرات :root — لا لون مكتوب داخل القواعد.
   ========================================================================= */

:root{
  --c-cyan:#00ADEF; --c-cyan-dark:#0090C8; --c-cyan-soft:#E6F7FE;
  --c-black:#000000; --c-gray:#5F6062; --c-cream:#E8E1C4;
  --c-line:#E3E5E8; --c-line-2:#F0F1F3; --c-bg:#FFFFFF; --c-bg-soft:#F7F8F9;
  --c-ph:#EDEFF1; --c-dark:#2A2D30; --c-darker:#0F1113;
  --c-up:#1E874B; --c-down:#C0392B; --c-mute:#8A9096; --c-invert-soft:#C9CCCF;

  --s1:4px; --s2:8px; --s3:16px; --s4:24px; --s5:40px; --s6:64px;
  --r:6px; --shadow:0 1px 3px rgba(0,0,0,.08);

  --ff-head:"Almarai","Cairo",system-ui,sans-serif;
  --ff-body:"Noto Naskh Arabic","Amiri",Georgia,serif;
  --lh-head:1.35; --lh-body:1.75;

  --wrap:1240px; --pad:100px; --main:880px; --side:320px;
}

/* ------------------------------------------------------------ الأساسيات */
.alh *,.alh *::before,.alh *::after{box-sizing:border-box}
.alh{
  direction:rtl; background:var(--c-bg); color:var(--c-black);
  font-family:var(--ff-body); font-size:16px; line-height:var(--lh-body);
  margin:0; -webkit-font-smoothing:antialiased;
}
.alh img{max-width:100%; height:auto; display:block}
.alh a{color:var(--c-cyan-dark); text-decoration:none}
.alh a:hover{color:var(--c-cyan)}
.alh h1,.alh h2,.alh h3{font-family:var(--ff-head); line-height:var(--lh-head); margin:0; letter-spacing:0}
.alh :focus-visible{outline:3px solid var(--c-cyan); outline-offset:2px}

.alh-wrap{max-width:var(--wrap); margin:0 auto; padding:0 var(--s3)}
@media(min-width:1100px){ .alh-wrap{padding:0} }

.alh-num{direction:ltr; unicode-bidi:isolate}

/* صور ومواضع فارغة */
.alh-img{width:100%; object-fit:cover; border-radius:4px; background:var(--c-ph)}
.alh-img--empty{display:block; background:var(--c-ph); border:1px solid var(--c-line)}

/* ------------------------------------------------------------ ترويسة قسم */
.alh-head{display:flex; align-items:center; gap:12px; margin-bottom:20px}
.alh-head__bar{width:6px; height:26px; background:var(--c-cyan); border-radius:2px; flex:none}
.alh-head__t{font-size:25px; font-weight:800; color:var(--c-black)}
.alh-head--light .alh-head__t{color:var(--c-bg)}
.alh-more{margin-inline-start:auto; display:inline-flex; align-items:center; gap:6px;
  font-family:var(--ff-head); font-weight:700; font-size:14px; color:var(--c-cyan-dark)}
.alh-head--light .alh-more{color:var(--c-cyan)}
.alh-more svg{width:13px; height:13px; fill:none; stroke:currentColor; stroke-width:2.5;
  stroke-linecap:round; stroke-linejoin:round}

/* --------------------------------------------------------- الشريط العلوي */
.alh-top{border-bottom:1px solid var(--c-line)}
.alh-top__in{display:flex; align-items:center; gap:24px; min-height:96px; padding:12px 0}
.alh-logo img,.alh-logo svg{max-height:56px; width:auto}
.alh-logo__txt{font-family:var(--ff-head); font-weight:800; font-size:26px; color:var(--c-black)}
.alh-dates{margin-inline-start:auto; font-family:var(--ff-head); text-align:end; line-height:1.6}
.alh-dates b{display:block; font-size:15px; font-weight:700}
.alh-dates span{font-size:13px; color:var(--c-gray)}
.alh-btn{display:inline-flex; align-items:center; justify-content:center; gap:8px;
  background:var(--c-cyan); color:var(--c-bg); font-family:var(--ff-head); font-weight:700;
  font-size:15px; padding:12px 22px; border-radius:4px; min-height:44px}
.alh-btn:hover{background:var(--c-cyan-dark); color:var(--c-bg)}
.alh-icon{width:44px; height:44px; border:1px solid var(--c-line); border-radius:4px;
  display:inline-flex; align-items:center; justify-content:center; color:var(--c-gray); background:none}
.alh-icon svg{width:19px; height:19px; fill:none; stroke:currentColor; stroke-width:2; stroke-linecap:round}

/* ----------------------------------------------------------- شريط الأقسام */
.alh-nav{border-bottom:2px solid var(--c-black)}
.alh-nav__in{display:flex; align-items:stretch; gap:2px; overflow-x:auto; scrollbar-width:none}
.alh-nav__in::-webkit-scrollbar{display:none}
.alh-nav a{display:flex; align-items:center; white-space:nowrap; padding:16px;
  font-family:var(--ff-head); font-weight:700; font-size:16px; color:var(--c-black)}
.alh-nav a:hover{color:var(--c-cyan-dark)}
.alh-nav a.is-active{font-weight:800; box-shadow:inset 0 -3px 0 var(--c-cyan)}

/* -------------------------------------------------------------- شريط مباشر */
.alh-live{background:var(--c-black); overflow:hidden}
.alh-live__in{display:flex; align-items:center; gap:18px; height:50px}
.alh-live__tag{flex:none; display:inline-flex; align-items:center; gap:8px; background:var(--c-cyan);
  color:var(--c-bg); font-family:var(--ff-head); font-weight:800; font-size:14px;
  padding:7px 16px; border-radius:3px}
.alh-live__dot{width:8px; height:8px; border-radius:50%; background:var(--c-bg);
  animation:alh-pulse 1.6s ease-in-out infinite}
@keyframes alh-pulse{0%,100%{opacity:1}50%{opacity:.25}}
@media(prefers-reduced-motion:reduce){ .alh-live__dot{animation:none} .alh-live__track{animation:none} }
.alh-live__mask{overflow:hidden; flex:1}
.alh-live__track{display:flex; align-items:center; gap:16px; white-space:nowrap;
  font-family:var(--ff-head); font-size:15px; color:var(--c-bg);
  animation:alh-marquee 15s linear infinite}
.alh-live__track:hover{animation-play-state:paused}
.alh-live__track i{color:var(--c-cyan); font-style:normal}
@keyframes alh-marquee{from{transform:translateX(0)}to{transform:translateX(50%)}}

/* --------------------------------------------------------------- التخطيط */
.alh-body{padding-top:36px; display:flex; flex-direction:column; gap:48px}
.alh-cols{display:flex; gap:var(--s5); align-items:flex-start}
.alh-col-main{width:var(--main); flex:none; display:flex; flex-direction:column; gap:48px; min-width:0}
.alh-col-side{width:var(--side); flex:none; display:flex; flex-direction:column; gap:28px;
  position:sticky; top:var(--s3)}

.alh-grid{display:grid; gap:20px}
.alh-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}
.alh-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}
.alh-grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}
.alh-grid--5{grid-template-columns:repeat(5,minmax(0,1fr))}
.alh-grid--6{grid-template-columns:repeat(6,minmax(0,1fr))}

/* ------------------------------------------------------------ آخر الأخبار */
.alh-lead{display:flex; gap:32px; align-items:stretch}
.alh-lead__media{width:740px; flex:none}
.alh-lead__media .alh-img,.alh-lead__media .alh-img--empty{height:420px; border-radius:4px}
.alh-lead__txt{flex:1; display:flex; flex-direction:column; justify-content:center; gap:16px; min-width:0}
.alh-tag{align-self:flex-start; background:var(--c-cyan); color:var(--c-bg);
  font-family:var(--ff-head); font-weight:700; font-size:12px; padding:5px 12px; border-radius:3px}
.alh-lead__t{font-size:clamp(28px,3.4vw,44px); font-weight:800}
.alh-lead__t a{color:var(--c-black)}
.alh-lead__t a:hover{color:var(--c-cyan-dark)}
.alh-lead__x{margin:0; font-size:17px; color:var(--c-gray)}
.alh-meta{font-family:var(--ff-head); font-size:13px; color:var(--c-gray)}

.alh-card__t{font-family:var(--ff-head); font-weight:700; font-size:17px; line-height:1.45;
  color:var(--c-black); margin-top:12px}
.alh-card:hover .alh-card__t{color:var(--c-cyan-dark)}
.alh-card .alh-img,.alh-card .alh-img--empty{height:168px}
.alh-card .alh-meta{font-size:12px; margin-top:8px}

/* ---------------------------------------------------------------- محليات */
.alh-local{background:var(--c-cream); border-radius:8px; padding:28px}
.alh-local .alh-mini{background:var(--c-bg); border-radius:var(--r); overflow:hidden; box-shadow:var(--shadow)}
.alh-mini .alh-img,.alh-mini .alh-img--empty{height:118px; border-radius:0}
.alh-mini__b{padding:12px 12px 16px}
.alh-mini__t{font-family:var(--ff-head); font-weight:700; font-size:15px; line-height:1.45; color:var(--c-black)}
.alh-mini .alh-meta{font-size:11px; margin-top:8px}

/* ----------------------------------------------------------------- العالم */
.alh-world .alh-head{border-bottom:2px solid var(--c-black); padding-bottom:12px}
.alh-world .alh-head__bar{display:none}
.alh-world__i{padding-inline-end:24px; border-inline-end:1px solid var(--c-line)}
.alh-world__i:last-child{padding-inline-end:0; border:0}
.alh-world .alh-img,.alh-world .alh-img--empty{height:128px; border-radius:0}
.alh-world__t{font-family:var(--ff-head); font-weight:700; font-size:16px; line-height:1.45;
  color:var(--c-black); margin-top:12px}

/* ---------------------------------------------------------------- اقتصاد */
.alh-split{display:flex; gap:var(--s5); align-items:flex-start}
.alh-split__lead{width:420px; flex:none}
.alh-split__lead .alh-img,.alh-split__lead .alh-img--empty{height:288px}
.alh-split__lead h3{font-size:23px; font-weight:800; margin-top:16px}
.alh-split__lead h3 a{color:var(--c-black)}
.alh-split__list{flex:1; min-width:0}
.alh-row{display:flex; gap:14px; padding:20px 0; border-bottom:1px solid var(--c-line)}
.alh-row:first-child{padding-top:0}
.alh-row:last-child{border-bottom:0; padding-bottom:0}
.alh-row .alh-img,.alh-row .alh-img--empty{width:96px; height:74px; flex:none}
.alh-row__t{font-family:var(--ff-head); font-weight:700; font-size:16px; line-height:1.45; color:var(--c-black)}
.alh-row .alh-meta{font-size:11px; margin-top:6px}

/* --------------------------------------------------------------- مقالات */
.alh-op{background:var(--c-bg-soft); border-radius:8px; padding:28px}
.alh-au{background:var(--c-bg); border:1px solid var(--c-line); border-radius:var(--r);
  padding:20px; display:flex; flex-direction:column; align-items:center; text-align:center}
.alh-au__ph{width:84px; height:84px; border-radius:50%; border:3px solid var(--c-cyan);
  object-fit:cover; background:var(--c-cream); display:block}
.alh-au__n{font-family:var(--ff-head); font-weight:800; font-size:15px; color:var(--c-black); margin-top:12px}
.alh-au__t{font-family:var(--ff-head); font-weight:700; font-size:15px; line-height:1.5;
  color:var(--c-black); margin-top:10px}
.alh-au .alh-meta{font-size:11px; margin-top:10px}

/* ---------------------------------------------------------- فيديو / ريلز */
.alh-video{background:var(--c-darker); padding:40px 0; margin-top:0}
.alh-reel{position:relative; display:block; border-radius:8px; overflow:hidden; background:var(--c-dark)}
.alh-reel .alh-img,.alh-reel .alh-img--empty{height:412px; border-radius:8px}
.alh-reel__sh{position:absolute; inset:0; background:linear-gradient(to top,rgba(0,0,0,.72) 22%,rgba(0,0,0,0) 62%)}
.alh-reel__play{position:absolute; top:50%; inset-inline-start:50%; transform:translate(50%,-50%);
  width:54px; height:54px; border-radius:50%; background:rgba(0,173,239,.92);
  display:flex; align-items:center; justify-content:center}
.alh-reel__play svg{width:22px; height:22px; fill:#fff}
.alh-reel__t{position:absolute; inset-inline:14px; bottom:16px; font-family:var(--ff-head);
  font-weight:700; font-size:15px; line-height:1.45; color:var(--c-bg)}
.alh-video__note{font-family:var(--ff-head); font-size:14px; color:var(--c-mute)}

/* ---------------------------------------------------------------- رياضة */
.alh-hero{position:relative; display:block; border-radius:var(--r); overflow:hidden; background:var(--c-dark)}
.alh-hero .alh-img,.alh-hero .alh-img--empty{height:300px; border-radius:0}
.alh-hero__sh{position:absolute; inset:0; background:linear-gradient(to top,rgba(0,0,0,.78) 18%,rgba(0,0,0,.05) 70%)}
.alh-hero__b{position:absolute; inset-inline:18px; bottom:18px}
.alh-hero__t{font-family:var(--ff-head); font-weight:800; font-size:19px; line-height:1.4;
  color:var(--c-bg); margin-top:10px}

/* -------------------------------------------------------------------- فن */
.alh-art .alh-img,.alh-art .alh-img--empty{aspect-ratio:1/1; height:auto}
.alh-art__t{font-family:var(--ff-head); font-weight:700; font-size:16px; line-height:1.45;
  color:var(--c-black); margin-top:12px}

/* ------------------------------------------------------------ تكنولوجيا */
.alh-tech__i{display:flex; gap:16px; align-items:center; border:1px solid var(--c-line);
  border-inline-end:4px solid var(--c-cyan); border-radius:var(--r); padding:14px}
.alh-tech__i .alh-img,.alh-tech__i .alh-img--empty{width:132px; height:96px; flex:none}
.alh-tech__t{font-family:var(--ff-head); font-weight:700; font-size:16px; line-height:1.45; color:var(--c-black)}

/* ------------------------------------------------------------------ صحة */
.alh-health{display:flex; gap:32px; align-items:stretch}
.alh-health__lead{width:420px; flex:none; position:relative; border-radius:var(--r); overflow:hidden}
.alh-health__lead .alh-img,.alh-health__lead .alh-img--empty{height:268px; border-radius:0}
.alh-health__t{position:absolute; inset-inline:18px; bottom:18px; font-family:var(--ff-head);
  font-weight:800; font-size:21px; line-height:1.4; color:var(--c-bg)}
.alh-health__list{flex:1; display:flex; flex-direction:column; justify-content:space-between; min-width:0}
.alh-nrow{display:flex; gap:16px; align-items:flex-start; padding:16px 0; border-bottom:1px solid var(--c-line)}
.alh-nrow:first-child{padding-top:0}
.alh-nrow:last-child{border-bottom:0; padding-bottom:0}
.alh-nrow__n{font-family:var(--ff-head); font-weight:800; font-size:28px; color:var(--c-cyan); line-height:1}
.alh-nrow__t{font-family:var(--ff-head); font-weight:700; font-size:16px; line-height:1.5; color:var(--c-black)}

/* --------------------------------------------------------------- الودجات */
.alh-w{border:1px solid var(--c-line); border-radius:8px; overflow:hidden}
.alh-w__h{background:var(--c-cyan); color:var(--c-bg); padding:13px 16px;
  font-family:var(--ff-head); font-weight:800; font-size:16px}
.alh-w__h--dark{background:var(--c-black)}
.alh-w__b{padding:16px}
.alh-w__note{font-family:var(--ff-head); font-size:10px; color:var(--c-mute); margin-top:12px}

.alh-wx{background:var(--c-cream); border-radius:var(--r); padding:16px; display:flex; align-items:center; gap:14px}
.alh-wx__t{font-family:var(--ff-head); font-weight:800; font-size:40px; color:var(--c-black)}
.alh-wx__c{font-family:var(--ff-head); font-weight:800; font-size:17px}
.alh-wx__d{font-family:var(--ff-head); font-size:13px; color:var(--c-gray); margin-top:3px}
.alh-wrow{display:flex; justify-content:space-between; padding:9px 2px;
  border-bottom:1px solid var(--c-line-2); font-family:var(--ff-head); font-size:14px}
.alh-wrow:last-child{border-bottom:0}
.alh-wrow span{color:var(--c-gray)}
.alh-wrow b{color:var(--c-black)}

.alh-m{padding:13px 0; border-bottom:1px solid var(--c-line-2)}
.alh-m:last-of-type{border-bottom:0}
.alh-m__c{font-family:var(--ff-head); font-size:11px; font-weight:700; color:var(--c-cyan)}
.alh-m__r{display:flex; justify-content:space-between; align-items:center; margin-top:7px;
  font-family:var(--ff-head)}
.alh-m__r b{font-weight:700; font-size:15px}
.alh-m__r time{font-size:14px; color:var(--c-gray)}

.alh-q{display:flex; justify-content:space-between; align-items:center; padding:10px 0;
  border-bottom:1px solid var(--c-line-2); font-family:var(--ff-head); font-size:14px}
.alh-q:last-of-type{border-bottom:0}
.alh-q__n{font-weight:700}
.alh-q__u{color:var(--c-up); font-size:12px}
.alh-q__d{color:var(--c-down); font-size:12px}

.alh-rank{display:flex; gap:12px; align-items:center; padding:12px 0; border-bottom:1px solid var(--c-line-2)}
.alh-rank:last-of-type{border-bottom:0}
.alh-rank__n{font-family:var(--ff-head); font-weight:800; font-size:22px; color:var(--c-cyan); width:24px; flex:none}
.alh-rank__t{font-family:var(--ff-head); font-weight:700; font-size:14px; line-height:1.5; color:var(--c-black)}

.alh-ad{border:1px dashed #C9CCCF; border-radius:8px; height:280px; background:#FAFBFC;
  display:flex; flex-direction:column; align-items:center; justify-content:center; gap:6px;
  font-family:var(--ff-head); color:var(--c-gray)}
.alh-ad small{color:var(--c-mute)}

/* -------------------------------------------------------- النسخة الورقية */
.alh-paper{background:var(--c-bg-soft); border-top:1px solid var(--c-line); padding:44px 0; margin-top:56px}
.alh-paper__row{display:flex; gap:var(--s5); align-items:flex-start}
.alh-paper__cur{width:280px; flex:none}
.alh-paper__cur .alh-img,.alh-paper__cur .alh-img--empty{height:380px; background:var(--c-bg);
  border:1px solid var(--c-line)}
.alh-paper__ttl{font-family:var(--ff-head); font-weight:800; font-size:17px; margin-top:14px}
.alh-paper__grid .alh-img,.alh-paper__grid .alh-img--empty{height:200px; background:var(--c-bg);
  border:1px solid var(--c-line); border-radius:3px}
.alh-paper__d{font-family:var(--ff-head); font-size:11px; color:var(--c-gray); margin-top:7px}
.alh-btn--ghost{background:none; color:var(--c-black); border:1px solid var(--c-gray)}
.alh-btn--ghost:hover{background:var(--c-black); color:var(--c-bg)}

/* --------------------------------------------------------------- التذييل */
.alh-foot{background:var(--c-black); color:var(--c-bg); padding:40px 0 24px; margin-top:0}
.alh-foot a{color:var(--c-bg)}
.alh-foot a:hover{color:var(--c-cyan)}
.alh-foot__cols{display:flex; gap:48px; align-items:flex-start; flex-wrap:wrap}
.alh-foot__c{flex:1 1 240px; min-width:0}
.alh-foot__h{font-family:var(--ff-head); font-weight:800; font-size:15px; color:var(--c-cyan); margin-bottom:14px}
.alh-foot__brand{font-family:var(--ff-head); font-weight:800; font-size:22px}
.alh-foot__tag{font-family:var(--ff-head); font-size:14px; color:var(--c-invert-soft); margin-top:10px}
.alh-foot__reg{font-family:var(--ff-head); font-size:13px; line-height:1.9; color:var(--c-mute); margin-top:10px}
.alh-foot__role{font-family:var(--ff-head); font-size:12px; color:var(--c-mute)}
.alh-foot__name{font-family:var(--ff-head); font-weight:700; font-size:17px; margin-top:3px}
.alh-foot__item+.alh-foot__item{margin-top:14px}
.alh-foot__ln{display:block; font-family:var(--ff-head); font-size:14px; margin-top:8px}
.alh-foot__addr{font-family:var(--ff-head); font-size:14px; line-height:1.9; color:var(--c-invert-soft)}
.alh-foot__links{display:flex; gap:16px; flex-wrap:wrap; margin-top:18px; font-family:var(--ff-head); font-size:13px}
.alh-foot__bar{border-top:1px solid var(--c-dark); margin-top:30px; padding-top:18px;
  display:flex; align-items:center; gap:16px; font-family:var(--ff-head); font-size:12px; color:var(--c-mute)}
.alh-foot__bar a{margin-inline-start:auto; color:var(--c-cyan)}

/* ------------------------------------------------------------- الاستجابة */
@media(max-width:1279px){
  :root{ --main:auto; --side:300px; }
  .alh-col-main{width:auto; flex:1}
  .alh-lead__media{width:56%}
  .alh-split__lead,.alh-health__lead{width:44%}
}
@media(max-width:1023px){
  .alh-cols{flex-direction:column}
  .alh-col-main,.alh-col-side{width:100%; flex:none; position:static}
  .alh-col-side{display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:20px}
  .alh-grid--4,.alh-grid--5,.alh-grid--6{grid-template-columns:repeat(3,minmax(0,1fr))}
  .alh-lead{flex-direction:column}
  .alh-lead__media{width:100%}
  .alh-lead__media .alh-img,.alh-lead__media .alh-img--empty{height:340px}
  .alh-split,.alh-health{flex-direction:column}
  .alh-split__lead,.alh-health__lead{width:100%}
  .alh-world__i{padding-inline-end:0; border:0}
}
@media(max-width:767px){
  .alh-top__in{min-height:auto; gap:12px; flex-wrap:wrap}
  .alh-logo img,.alh-logo svg{max-height:40px}
  .alh-dates{width:100%; margin:0; text-align:start; order:3;
    display:flex; gap:10px; align-items:baseline; flex-wrap:wrap}
  .alh-dates b{display:inline; font-size:13px}
  .alh-dates span{font-size:12px}
  .alh-btn{padding:10px 16px; font-size:14px}
  .alh-nav a{padding:13px 11px; font-size:14px}
  .alh-live__in{height:44px; gap:12px}
  .alh-live__tag{font-size:12px; padding:5px 12px}
  .alh-live__track{font-size:13px}

  .alh-body{padding-top:20px; gap:28px}
  .alh-col-side{grid-template-columns:1fr}
  .alh-grid--3,.alh-grid--4,.alh-grid--5,.alh-grid--6{grid-template-columns:repeat(2,minmax(0,1fr))}
  .alh-local,.alh-op,.alh-video{padding:18px}
  .alh-video{padding:24px 0}
  .alh-head__t{font-size:20px}
  .alh-head__bar{height:22px; width:5px}
  .alh-lead__media .alh-img,.alh-lead__media .alh-img--empty{height:200px}
  .alh-lead__t{font-size:26px}
  .alh-card .alh-img,.alh-card .alh-img--empty{height:120px}
  .alh-card__t{font-size:15px}
  .alh-mini .alh-img,.alh-mini .alh-img--empty{height:92px}
  .alh-mini__t{font-size:13px}
  .alh-reel .alh-img,.alh-reel .alh-img--empty{height:266px}
  .alh-reel__play{width:44px; height:44px}
  .alh-hero .alh-img,.alh-hero .alh-img--empty{height:200px}
  .alh-hero__t{font-size:17px}
  .alh-tech__i{flex-wrap:wrap}
  .alh-tech__i .alh-img,.alh-tech__i .alh-img--empty{width:104px; height:76px}
  .alh-paper__row{flex-direction:column}
  .alh-paper__cur{width:100%}
  .alh-paper__cur .alh-img,.alh-paper__cur .alh-img--empty{height:300px}
  .alh-foot__cols{gap:24px}
  .alh-foot__c{flex:1 1 100%}
}
@media(max-width:479px){
  .alh-grid--3,.alh-grid--4,.alh-grid--5,.alh-grid--6{grid-template-columns:1fr}
  .alh-art .alh-img,.alh-art .alh-img--empty{aspect-ratio:1/1}
}

/* placeholder for posts without a featured image */
.alh-img--empty{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#E8E1C4 0%,#f7f4ea 55%,#e3dcc2 100%);color:#00ADEF;}
.alh-img--empty .alh-ph{width:36%;min-width:34px;max-width:78px;height:auto;opacity:.55}

/* author initial avatar */
.alh-au__ph--init{display:flex;align-items:center;justify-content:center;width:84px;height:84px;border-radius:50%;background:#00ADEF;color:#fff;font-size:34px;font-weight:700;line-height:1;box-shadow:0 0 0 4px rgba(0,173,239,.15)}

.alh-au .alh-au__ph--init{display:flex;align-items:center;justify-content:center;background:#00ADEF;color:#fff;font-size:34px;font-weight:700;line-height:1;text-align:center}

/* زر المزيد أسفل الأقسام */
.alh-more-wrap{display:flex;justify-content:center;margin-top:22px}
.alh-more--btn{margin-inline-start:0;background:var(--c-cream);color:var(--c-black);font-weight:700;padding:9px 22px;border-radius:999px;min-height:40px}
.alh-more--btn:hover{background:var(--c-cyan);color:#fff}
.alh-head--light + * .alh-more--btn,.alh-video .alh-more--btn{background:rgba(255,255,255,.12);color:#fff}

/* زر النسخة الإلكترونية: تباين أوضح */
.alh-btn{background:var(--c-cyan);color:#000;font-weight:800}
.alh-btn:hover{background:#000;color:#fff}

/* محليات: بطاقات بلون الخلفية نفسه وعناوين سوداء */
.alh-local .alh-mini{background:var(--c-cream);box-shadow:none;border:1px solid rgba(0,0,0,.10)}
.alh-local .alh-mini__t{color:#000}

/* أيقونات الطقس */
.alh-wi{display:inline-block;vertical-align:middle;color:var(--c-cyan);flex:none}
.alh-wi--lg{width:38px;height:38px;margin-inline-end:10px}
.alh-wi--sm{width:17px;height:17px;margin-inline-end:6px;opacity:.85}
.alh-wrow span{display:inline-flex;align-items:center;gap:2px}

/* تنفّس بطاقات محليات */
.alh-local .alh-mini{padding:8px}
.alh-local .alh-mini .alh-img,.alh-local .alh-mini .alh-img--empty{border-radius:6px}
.alh-local .alh-mini__b{padding:14px 6px 8px}
.alh-local .alh-mini__t{line-height:1.6}

/* دفعة 1 */
/* الشعار أكبر 30% */
.alh-logo img,.alh-logo svg{height:auto;max-height:76px;transform:none}
.alh-logo{zoom:1.3}

/* رابط المزيد صغير بجانب العنوان */
.alh-head .alh-more{font-size:12.5px;font-weight:600;opacity:.85}
.alh-head .alh-more svg{width:11px;height:11px}
.alh-more-wrap{display:none}

/* بطاقة الخبر الموحّدة داخل كل الشبكات */
.alh-grid .alh-hero{position:relative;display:block;border-radius:8px;overflow:hidden;background:#111}
.alh-grid .alh-hero .alh-img,.alh-grid .alh-hero .alh-img--empty{width:100%;height:210px;object-fit:cover;display:block;border-radius:0}
.alh-grid--2 .alh-hero .alh-img,.alh-grid--2 .alh-hero .alh-img--empty{height:260px}
.alh-hero__sh{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,0) 35%,rgba(0,0,0,.30) 60%,rgba(0,0,0,.82) 100%)}
.alh-hero__b{position:absolute;inset-inline:0;bottom:0;padding:14px 14px 16px}
.alh-hero__t{color:#fff;font-family:var(--ff-head);font-weight:700;font-size:16px;line-height:1.55;display:block;text-shadow:0 1px 2px rgba(0,0,0,.45)}
.alh-hero:hover .alh-hero__t{text-decoration:underline}
.alh-local .alh-hero{border:0;padding:0;background:#111}

/* قسم بلا مواد */
.alh-empty{border:1px dashed rgba(0,0,0,.16);border-radius:8px;padding:28px;text-align:center;color:var(--c-gray);background:#fbfaf6}

/* تقليل الفراغات بين الأقسام */
.alh-cols{align-items:start}
.alh-col-main > section{margin-bottom:34px}
.alh-col-main > section:last-child{margin-bottom:0}

/* دفعة 2 */
.alh-wchips{display:flex;gap:10px;flex-wrap:wrap;margin-top:10px}
.alh-wchips span{background:var(--c-cream);border-radius:999px;padding:6px 12px;font-size:12.5px;color:#000}
.alh-wchips b{font-weight:800}

/* ألوان عناوين ودجات العمود الجانبي */
#alh-weather .alh-w__h,.alh-w[aria-label="الطقس"] .alh-w__h{background:var(--c-cream);color:#000}
.alh-w--markets .alh-w__h{background:#000;color:#fff}
.alh-w--read .alh-w__h{background:var(--c-cyan);color:#fff}

/* دفعة 3 */
.alh-foot__cols{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:28px}
@media(max-width:900px){.alh-foot__cols{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.alh-foot__cols{grid-template-columns:1fr}}
.alh-foot__ln.alh-ltr{direction:ltr;text-align:right;display:block}
.alh-social{display:flex;gap:10px;margin-top:16px}
.alh-social__i{width:36px;height:36px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:rgba(255,255,255,.10);color:#fff;transition:background .2s}
.alh-social__i:hover{background:var(--c-cyan);color:#fff}

/* دفعة 4 */
/* تذييل مضغوط بصف أفقي واحد */
.alh-foot{padding:34px 0 18px}
.alh-foot__cols{display:grid;grid-template-columns:1.5fr .9fr .9fr 1.15fr 1.15fr;gap:22px;align-items:start}
.alh-foot__brand{font-size:17px}
.alh-foot__tag,.alh-foot__reg{font-size:11.5px;line-height:1.7;opacity:.85}
.alh-foot__h{font-size:13px;margin-bottom:10px}
.alh-foot__item{margin-bottom:8px}
.alh-foot__role{font-size:10.5px;opacity:.7}
.alh-foot__name{font-size:13px;font-weight:700}
.alh-foot__ln{font-size:12px;margin-bottom:5px}
.alh-foot__addr{font-size:12px;line-height:1.8}
.alh-social{margin-top:12px;gap:8px}
.alh-social__i{width:30px;height:30px}
.alh-social__i svg{width:15px;height:15px}
@media(max-width:1000px){.alh-foot__cols{grid-template-columns:1fr 1fr 1fr}}
@media(max-width:620px){.alh-foot__cols{grid-template-columns:1fr 1fr}}

/* بطاقة كاتب دائرية لقسم المقالات */
.alh-op .alh-au{display:flex;flex-direction:column;align-items:center;text-align:center;gap:10px;background:var(--c-cream);border-radius:10px;padding:20px 14px}
.alh-op .alh-au__ph{width:78px;height:78px;border-radius:50%;object-fit:cover;border:3px solid #fff;box-shadow:0 0 0 2px var(--c-cyan)}
.alh-op .alh-au__ph--init{font-size:30px}
.alh-op .alh-au__t{font-family:var(--ff-head);font-weight:700;font-size:14.5px;line-height:1.6;color:#000}
.alh-op .alh-au__n{font-size:12px;color:var(--c-gray)}

/* دفعة 5 - موبايل عمودين */
@media(max-width:767px){
  .alh-grid--2,.alh-grid--3,.alh-grid--4,.alh-grid--5,.alh-grid--6{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
  .alh-grid .alh-hero .alh-img,.alh-grid .alh-hero .alh-img--empty{height:150px}
  .alh-hero__t{font-size:13.5px;line-height:1.5}
  .alh-hero__b{padding:10px}
}
@media(max-width:479px){
  .alh-grid--2,.alh-grid--3,.alh-grid--4,.alh-grid--5,.alh-grid--6{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .alh-grid .alh-hero .alh-img,.alh-grid .alh-hero .alh-img--empty{height:118px}
  .alh-hero__t{font-size:12px;line-height:1.45}
  .alh-hero__b{padding:8px}
  .alh-op .alh-au{padding:14px 8px;gap:8px}
  .alh-op .alh-au__ph{width:58px;height:58px}
  .alh-op .alh-au__t{font-size:12.5px}
  .alh-op .alh-au__n{font-size:11px}
}
/* الصورة البارزة داخل الدائرة */
.alh-op .alh-au img.alh-au__ph{object-fit:cover}

/* دفعة 6 */
/* إيقاع مسافات أهدأ بين الأقسام */
.alh-col-main > section{margin-bottom:26px}
.alh-cols{row-gap:26px}
.alh-wrap.alh-cols{padding-top:26px !important}
#alh-health,#alh-tech,#alh-art,#alh-sport{margin-bottom:30px}
.alh-foot{margin-top:38px}
.alh-col-side > *{margin-bottom:20px}

/* الموبايل: ودجات العمود الجانبي عمودين متساويي النهاية */
@media(max-width:767px){
  .alh-col-side{display:grid;grid-template-columns:1fr 1fr;gap:12px;align-items:stretch}
  .alh-col-side > *{margin-bottom:0;min-width:0}
  .alh-col-side > .alh-w{height:100%;display:flex;flex-direction:column}
  .alh-col-side > .alh-w .alh-w__b{flex:1}
  .alh-col-side > .alh-w--read,.alh-col-side > .alh-ad{grid-column:1 / -1}
  .alh-w__h{font-size:13px;padding:10px 12px}
  .alh-wrow{font-size:12px}
  .alh-wx__t{font-size:32px}
  .alh-foot{margin-top:26px}
}

/* موبايل: صندوق الطقس */
@media(max-width:767px){
  .alh-wx{flex-wrap:wrap;justify-content:center;text-align:center;gap:6px;padding:12px}
  .alh-wx > span:last-child{width:100%}
  .alh-wx__c{font-size:13px}
  .alh-wx__d{font-size:11.5px;display:block;line-height:1.7}
  .alh-wchips{justify-content:center}
  .alh-wchips span{font-size:11px;padding:5px 9px}
}

/* فاصل يوم في ودجت المباريات */
.alh-mday{background:var(--c-cream);color:#000;font-weight:800;font-size:12px;padding:6px 10px;border-radius:6px;margin:10px 0 6px}
.alh-m{padding:8px 2px;border-bottom:1px solid var(--c-line)}
.alh-m:last-of-type{border-bottom:0}
.alh-m__c{font-size:11px;color:var(--c-cyan);margin-bottom:3px}
.alh-m__r{display:flex;justify-content:space-between;gap:8px;font-size:12.5px}

/* هيدر الموبايل بالوسط */
@media(max-width:767px){
  .alh-top__in{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;text-align:center;padding-top:6px;padding-bottom:10px}
  .alh-top__in > .alh-logo{flex:0 0 100%;order:1;display:flex;justify-content:center;margin:0}
  .alh-logo{zoom:1}
  .alh-top__in > .alh-logo img{max-height:52px;width:auto}
  .alh-top__in > .alh-btn{order:2;font-size:12.5px;font-weight:700;padding:8px 16px;min-height:36px;border-radius:6px}
  .alh-top__in > .alh-icon{order:3;width:36px;height:36px}
  .alh-top__in > .alh-icon svg{width:17px;height:17px}
  .alh-top__in > .alh-dates{flex:0 0 100%;order:4;margin:0;text-align:center;line-height:1.7}
  .alh-dates b{font-size:13.5px}
  .alh-dates span{font-size:11.5px}
}

/* دفعة 7 */
/* صف مباراة بالشعارات */
.alh-m__r{display:flex;align-items:center;gap:8px;flex-wrap:wrap;font-size:12.5px}
.alh-m__side{display:inline-flex;align-items:center;gap:6px;min-width:0}
.alh-m__logo{width:26px;height:26px;object-fit:contain;flex:none;background:#fff;border-radius:4px}
.alh-m__side b{font-weight:700}
.alh-m__vs{color:var(--c-gray);font-weight:700}
.alh-m__r time{margin-inline-start:auto;font-weight:700;color:var(--c-cyan)}

/* الموبايل: أعمدة متساوية الطول مع زر توسيع */
@media(max-width:767px){
  .alh-col-side > .alh-w{position:relative;max-height:var(--alh-wmax,360px);overflow:hidden}
  .alh-col-side > .alh-w.is-open{max-height:none}
  .alh-col-side > .alh-w:not(.is-open) .alh-wfade{display:flex}
  .alh-wfade{display:none;position:absolute;inset-inline:0;bottom:0;height:56px;align-items:flex-end;justify-content:center;
    background:linear-gradient(180deg,rgba(255,255,255,0) 0%,rgba(255,255,255,.92) 70%,#fff 100%);padding-bottom:6px}
  .alh-more-btn{all:unset;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;
    border-radius:50%;background:var(--c-cyan);color:#fff;box-shadow:0 2px 6px rgba(0,0,0,.18)}
  .alh-more-btn svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}
  .alh-w.is-open .alh-more-btn svg{transform:rotate(180deg)}
}

/* صفحة الخبر والأقسام */
.alh-single,.alh-archive{padding-top:26px}
.alh-article{max-width:820px;margin:0 auto}
.alh-article__t{font-family:var(--ff-head);font-size:34px;line-height:1.5;font-weight:800;color:#000;margin-bottom:14px}
.alh-article__meta{display:flex;align-items:center;gap:12px;font-size:12.5px;color:var(--c-gray);margin-bottom:18px}
.alh-article__cat{background:var(--c-cyan);color:#fff;border-radius:4px;padding:4px 10px;font-weight:700;font-size:12px}
.alh-article__media{margin:0 0 20px;border-radius:10px;overflow:hidden}
.alh-article__media img{width:100%;height:auto;display:block}
.alh-article__body{font-size:17px;line-height:2.05;color:#1a1a1a}
.alh-article__body p{margin:0 0 18px}
.alh-article__body h2,.alh-article__body h3{font-family:var(--ff-head);font-weight:800;margin:26px 0 12px;line-height:1.6}
.alh-article__body img{max-width:100%;height:auto;border-radius:8px}
.alh-article__body a{color:var(--c-cyan);text-decoration:underline}
.alh-article__body blockquote{border-inline-start:4px solid var(--c-cyan);background:var(--c-cream);padding:14px 18px;margin:20px 0;border-radius:6px}
.alh-related{margin-top:38px}
.alh-pager{display:flex;justify-content:center;gap:8px;margin-top:26px}
.alh-pager .page-numbers{display:inline-flex;align-items:center;justify-content:center;min-width:38px;height:38px;padding:0 10px;border:1px solid var(--c-line);border-radius:6px;font-weight:700;color:#000}
.alh-pager .page-numbers.current{background:var(--c-cyan);color:#fff;border-color:var(--c-cyan)}
@media(max-width:767px){
  .alh-article__t{font-size:24px}
  .alh-article__body{font-size:16px;line-height:1.95}
}

/* عدد الجريدة PDF */
.alh-issue{padding-top:22px}
.alh-issue__head{display:flex;align-items:baseline;gap:12px;margin-bottom:14px;flex-wrap:wrap}
.alh-issue__t{font-family:var(--ff-head);font-size:26px;font-weight:800;color:#000}
.alh-issue__meta{color:var(--c-gray);font-size:13px}
.alh-issue__viewer{border:1px solid var(--c-line);border-radius:10px;overflow:hidden;background:#f6f6f6}
.alh-issue__viewer iframe,.alh-issue__viewer embed,.alh-issue__viewer object{display:block;width:100%!important;height:85vh!important;min-height:520px;border:0}
.alh-issue__viewer img{max-width:100%;height:auto;display:block;margin:0 auto}
.alh-issue__actions{display:flex;gap:10px;justify-content:center;margin:18px 0 6px;flex-wrap:wrap}
.alh-page__body > h1:first-child{display:none}
@media(max-width:767px){
  .alh-issue{padding-top:14px}
  .alh-issue__t{font-size:19px}
  .alh-issue__viewer{border-radius:8px}
  .alh-issue__viewer iframe,.alh-issue__viewer embed,.alh-issue__viewer object{height:78vh!important;min-height:420px}
}

/* بحث الهيدر */
.alh-search{display:inline-flex;align-items:center;gap:4px;border:1px solid var(--c-line);border-radius:999px;padding:2px;background:#fff;transition:box-shadow .2s}
.alh-search__i{width:0;min-width:0;padding:0;border:0;outline:none;font:inherit;font-size:13px;background:transparent;transition:width .25s ease,padding .25s ease}
.alh-search.is-open{box-shadow:0 0 0 2px rgba(0,173,239,.18)}
.alh-search.is-open .alh-search__i{width:190px;padding:0 10px}
.alh-search__b{all:unset;cursor:pointer;width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;color:var(--c-gray)}
.alh-search__b:hover{background:var(--c-cream);color:#000}
@media(max-width:767px){
  .alh-top__in > .alh-search{order:3}
  .alh-search.is-open .alh-search__i{width:150px}
}

/* دفعة 8 */
/* أيقونات السوشال أعلى الصفحة */
.alh-soc{display:inline-flex;align-items:center;gap:6px}
.alh-soc__i{width:32px;height:32px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:var(--c-cream);color:#000;transition:background .2s,color .2s}
.alh-soc__i svg{width:16px;height:16px}
.alh-soc__i:hover{background:var(--c-cyan);color:#fff}
.alh-soc__i.is-off{opacity:.75;cursor:default}
@media(max-width:767px){
  .alh-top__in > .alh-soc{order:5;flex:0 0 100%;justify-content:center;margin-top:2px}
  .alh-soc__i{width:30px;height:30px}
}

/* تحميل التطبيق */
.alh-app{display:flex;align-items:center;justify-content:space-between;gap:18px;flex-wrap:wrap;margin-top:24px;padding:18px 20px;border:1px solid rgba(255,255,255,.14);border-radius:12px;background:rgba(255,255,255,.04)}
.alh-app__txt b{display:block;font-family:var(--ff-head);font-size:16px;color:#fff}
.alh-app__txt span{font-size:12.5px;color:rgba(255,255,255,.7)}
.alh-app__badges{display:flex;gap:10px;flex-wrap:wrap}
.alh-app__b{display:inline-flex;align-items:center;gap:10px;padding:8px 16px;border-radius:10px;background:#000;border:1px solid rgba(255,255,255,.28);color:#fff}
.alh-app__b small{display:block;font-size:10px;opacity:.75;line-height:1.3}
.alh-app__b b{font-size:14px;line-height:1.3}
@media(max-width:767px){.alh-app{justify-content:center;text-align:center}.alh-app__badges{justify-content:center;width:100%}}

/* بنر داخل الصفحة */
.alh-banner{display:block;margin:6px 0 26px;border-radius:10px;overflow:hidden}
.alh-banner img{display:block;width:100%;height:auto}

/* فريق العمل */
.alh-team{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}
.alh-team__c{background:var(--c-cream);border-radius:12px;padding:22px 14px;text-align:center}
.alh-team__ph{width:104px;height:104px;border-radius:50%;object-fit:cover;margin:0 auto 12px;display:block;border:3px solid #fff;box-shadow:0 0 0 2px var(--c-cyan);background:#fff}
.alh-team__ph--init{display:flex;align-items:center;justify-content:center;background:var(--c-cyan);color:#fff;font-size:38px;font-weight:800}
.alh-team__n{display:block;font-family:var(--ff-head);font-weight:800;font-size:16px;color:#000}
.alh-team__r{display:block;font-size:12.5px;color:var(--c-gray);margin-top:4px}
@media(max-width:900px){.alh-team{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:600px){.alh-team{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.alh-team__ph{width:84px;height:84px}}

/* شريط مباريات أعلى صفحة الرياضة */
.alh-mstrip{background:#000;border-radius:12px;padding:14px 16px;margin-bottom:24px;color:#fff}
.alh-mstrip__h{display:flex;align-items:center;gap:8px;font-family:var(--ff-head);font-weight:800;font-size:15px;margin-bottom:10px}
.alh-mstrip__h span{background:var(--c-cyan);border-radius:4px;padding:2px 8px;font-size:12px}
.alh-mstrip__row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.alh-mcard{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.12);border-radius:10px;padding:12px;display:flex;flex-direction:column;gap:8px}
.alh-mcard__c{font-size:11.5px;color:var(--c-cyan)}
.alh-mcard__t{display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:13px;font-weight:700}
.alh-mcard__s{display:inline-flex;align-items:center;gap:6px;min-width:0}
.alh-mcard__s img{width:24px;height:24px;object-fit:contain;background:#fff;border-radius:4px;flex:none}
.alh-mcard__m{display:flex;justify-content:space-between;font-size:11.5px;color:rgba(255,255,255,.7)}
@media(max-width:767px){.alh-mstrip__row{grid-template-columns:1fr}}

/* ===================== دفعة 9 ===================== */
/* هيدر أبيض وأسود */
.alh-top .alh-btn{background:#000;color:#fff;border:1px solid #000;box-shadow:none}
.alh-top .alh-btn:hover{background:#fff;color:#000;border-color:#000}
.alh-soc__i{background:#fff;color:#000;border:1px solid #111}
.alh-soc__i:hover{background:#000;color:#fff}
.alh-soc__i.is-off{opacity:1;color:#000;cursor:default}
.alh-top__in .alh-search{border:1px solid #111;padding:0;background:#fff;box-shadow:none}
.alh-top__in .alh-search.is-open{box-shadow:0 0 0 2px rgba(0,0,0,.12)}
.alh-top__in .alh-search__b{width:32px;height:32px;color:#000}
.alh-top__in .alh-search__b svg{width:15px;height:15px}
.alh-top__in .alh-search__b:hover{background:#000;color:#fff}

/* ترتيب وتوسيط هيدر الهاتف */
@media(max-width:767px){
  .alh-top__in{justify-content:center;text-align:center}
  .alh-top__in > .alh-logo{order:1;flex:0 0 100%;justify-content:center}
  .alh-top__in > .alh-btn{order:2}
  .alh-top__in > .alh-search{order:3}
  .alh-top__in > .alh-soc{order:4;flex:0 0 100%;justify-content:center;margin-top:4px}
  .alh-top__in > .alh-dates{order:5;flex:0 0 100%;width:100%;margin:0;text-align:center;display:block}
  .alh-dates b,.alh-dates span{display:block;text-align:center}
}

/* الموبايل: الأسواق بجانب الأكثر قراءة بنفس قياس الطقس/المباريات */
@media(max-width:767px){
  .alh-col-side > .alh-w--read{grid-column:auto}
  .alh-col-side > .alh-ad{grid-column:1 / -1}
}

/* الرياضة: 4 أخبار في الهاتف و3 على الحاسوب */
@media(min-width:768px){ #alh-sport .alh-grid > *:nth-child(4){display:none} }

/* زر الموقع على الخريطة */
.alh-foot__map{display:inline-flex;align-items:center;gap:8px;margin-top:12px;padding:9px 15px;border-radius:8px;background:#fff;color:#000;font-weight:700;font-size:13px;transition:background .2s,color .2s}
.alh-foot__map:hover{background:var(--c-cyan);color:#fff}
.alh-foot__map svg{width:16px;height:16px;flex:none}

.alh-top .alh-soc a.alh-soc__i,.alh-top .alh-soc span.alh-soc__i{color:#000;background:#fff;border:1px solid #111}
.alh-top .alh-soc a.alh-soc__i:hover{background:#000;color:#fff}
.alh-top .alh-soc .alh-soc__i svg,.alh-top .alh-soc .alh-soc__i svg *{fill:currentColor;stroke:none}

.alh-foot a.alh-foot__map,.alh-foot a.alh-foot__map span,.alh-foot a.alh-foot__map svg{color:#000;stroke:#000}
.alh-foot a.alh-foot__map:hover,.alh-foot a.alh-foot__map:hover span,.alh-foot a.alh-foot__map:hover svg{color:#fff;stroke:#fff}
.alh-foot a.alh-foot__map:hover{background:var(--c-cyan)}

/* ===================== دفعة 10 ===================== */
/* زر الخريطة — نمط محدد يناسب التذييل الداكن */
.alh-foot a.alh-foot__map{background:transparent;border:1px solid rgba(255,255,255,.38);color:#fff;padding:8px 14px;border-radius:999px;font-size:12.5px;margin-top:14px}
.alh-foot a.alh-foot__map span{color:#fff}
.alh-foot a.alh-foot__map svg{stroke:#fff;fill:none}
.alh-foot a.alh-foot__map:hover{background:#fff;border-color:#fff}
.alh-foot a.alh-foot__map:hover span{color:#000}
.alh-foot a.alh-foot__map:hover svg{stroke:#000}

/* هيدر الهاتف — تنسيق مضغوط */
@media(max-width:767px){
  .alh-top__in{gap:8px;padding-top:6px;padding-bottom:8px;row-gap:8px}
  .alh-top__in > .alh-logo{margin-bottom:2px}
  .alh-top__in > .alh-logo img{max-height:42px}
  .alh-top__in > .alh-btn{order:2;font-size:12px;padding:0 14px;min-height:32px;height:32px;border-radius:999px}
  .alh-top__in > .alh-search{order:3;flex:none}
  .alh-top__in .alh-search__b{width:32px;height:32px}
  .alh-top__in > .alh-soc{order:4;flex:0 0 100%;justify-content:center;gap:8px;margin-top:0}
  .alh-soc__i{width:28px;height:28px}
  .alh-soc__i svg{width:14px;height:14px}
  .alh-top__in > .alh-dates{order:5;flex:0 0 100%;margin:0;text-align:center;line-height:1.5}
  .alh-dates b{display:inline;font-size:12.5px}
  .alh-dates span{display:inline;font-size:11px}
  .alh-dates .alh-num{font-size:11px}
}

/* ===================== دفعة 11 ===================== */
/* توحيد ارتفاع البحث مع الأزرار أعلى الصفحة */
.alh-top__in{gap:14px}
.alh-top .alh-btn{height:42px;min-height:42px;padding:0 20px;border-radius:999px;font-size:14px}
.alh-top .alh-btn--map{background:#fff;color:#000;border:1px solid #000;gap:8px}
.alh-top .alh-btn--map svg{stroke:currentColor;fill:none}
.alh-top .alh-btn--map:hover{background:#000;color:#fff}
.alh-top__in .alh-search{height:42px;border-radius:999px;padding:0 4px;align-self:center}
.alh-top__in .alh-search__b{width:34px;height:34px}
.alh-top__in .alh-search__b svg{width:16px;height:16px}

/* أيقونات التواصل أسفل الصفحة */
.alh-soc--foot{display:flex;justify-content:center;width:100%;gap:10px;margin:22px 0 4px}
.alh-foot .alh-soc--foot .alh-soc__i{background:transparent;border:1px solid rgba(255,255,255,.38);color:#fff;width:36px;height:36px}
.alh-foot .alh-soc--foot .alh-soc__i svg{width:17px;height:17px;fill:currentColor;stroke:none}
.alh-foot .alh-soc--foot a.alh-soc__i:hover{background:#fff;color:#000;border-color:#fff}

@media(max-width:767px){
  .alh-top__in{gap:8px}
  .alh-top .alh-btn{height:34px;min-height:34px;padding:0 14px;font-size:12px}
  .alh-top .alh-btn--map{font-size:11.5px;padding:0 12px}
  .alh-top .alh-btn--map svg{width:14px;height:14px}
  .alh-top__in .alh-search{height:34px}
  .alh-top__in .alh-search__b{width:28px;height:28px}
  .alh-top__in > .alh-dates{order:5}
  .alh-soc--foot{gap:8px;margin-top:18px}
  .alh-foot .alh-soc--foot .alh-soc__i{width:34px;height:34px}
}

/* ===================== دفعة 12 ===================== */
/* بطاقة المباراة: الشعار أعلى واسم الفريق تحته */
.alh-m__r{display:grid;grid-template-columns:1fr auto 1fr;align-items:start;gap:8px;margin-top:6px}
.alh-m__t{display:flex;flex-direction:column;align-items:center;gap:6px;min-width:0;text-align:center}
.alh-m__t .alh-m__logo{width:42px;height:42px;object-fit:contain;background:#fff;border-radius:8px;padding:2px}
.alh-m__t b{font-size:12.5px;font-weight:700;line-height:1.35;word-break:break-word}
.alh-m__vs{align-self:center;color:var(--c-gray);font-weight:700;font-size:13px;padding-top:12px}
.alh-m__when{display:flex;align-items:center;justify-content:center;gap:6px;margin-top:8px;font-size:12px;font-weight:700;color:var(--c-cyan)}
.alh-m__when i{font-style:normal;opacity:.6}
.alh-m{padding:12px 0}

/* الأزرار العائمة */
.alh-float{position:fixed;inset-inline-start:14px;bottom:14px;z-index:9990;display:flex;flex-direction:column;gap:10px}
.alh-float__b{all:unset;box-sizing:border-box;cursor:pointer;width:46px;height:46px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;
  box-shadow:0 6px 18px rgba(0,0,0,.22);transition:transform .18s,opacity .18s,background .2s}
.alh-float__b:hover{transform:translateY(-2px)}
.alh-float__b svg{width:22px;height:22px}
.alh-float__b--wa{background:#25D366;color:#fff}
.alh-float__b--tel{background:#000;color:#fff}
.alh-float__b--top{background:#fff;color:#000;border:1px solid #d7dade;opacity:0;pointer-events:none}
.alh-float__b--top.is-on{opacity:1;pointer-events:auto}
.alh-float__b--top:hover{background:#000;color:#fff;border-color:#000}
@media(max-width:767px){
  .alh-float{inset-inline-start:10px;bottom:10px;gap:8px}
  .alh-float__b{width:42px;height:42px}
  .alh-float__b svg{width:20px;height:20px}
  .alh-m__t .alh-m__logo{width:38px;height:38px}
  .alh-m__t b{font-size:11.5px}
}

/* ===================== دفعة 13 ===================== */
.alh-top__in .alh-search{margin:0;align-self:center}
.alh-top__in > *{align-self:center}
