/* ALJIHA Soul Hizbak 1.0.0 */
.aljiha-soul-hizbak-card{
  --ash-accent:#e52434;--ash-navy:#071526;--ash-bg:#fff;--ash-text:#152033;--ash-muted:#667085;--ash-radius:14px;--ash-shadow:0 6px 24px rgba(7,21,38,.06);
  box-sizing:border-box;width:100%;max-width:100%;min-width:0;background:var(--ash-bg);border:1px solid #e5e9ef;border-radius:var(--ash-radius);
  padding:14px;color:var(--ash-text);box-shadow:var(--ash-shadow);font-family:inherit;direction:rtl;text-align:right;overflow:hidden
}
.aljiha-soul-hizbak-card *{box-sizing:border-box}
.ash-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;padding-bottom:10px;border-bottom:1px solid #edf0f4}
.ash-head>div{display:flex;flex-direction:column;gap:3px;min-width:0}.ash-head b{font-size:17px;line-height:1.35;color:var(--ash-accent);font-weight:800}
.ash-head span{font-size:9px;color:#98a2b3;line-height:1.5}.ash-badge{flex:0 0 auto!important;display:inline-flex!important;align-items:center!important;padding:4px 7px!important;border-radius:99px!important;background:#fff0f1!important;border:1px solid #ffdadd!important;color:var(--ash-accent)!important;font-size:8px!important;font-weight:700!important;white-space:nowrap}
.ash-selector{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:7px;padding-top:11px}
.ash-party{appearance:none;border:1px solid #e4e8ee;background:#fff;border-radius:10px;min-width:0;padding:7px 4px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:5px;cursor:pointer;transition:.18s ease;color:var(--ash-text);font:inherit}
.ash-party:hover{border-color:#cdd5df;transform:translateY(-1px);box-shadow:0 5px 14px rgba(7,21,38,.06)}
.ash-party:focus-visible{outline:2px solid var(--ash-accent);outline-offset:2px}
.ash-logo{width:48px;height:48px;flex:0 0 48px;border-radius:10px;display:grid;place-items:center;overflow:hidden;background:#f8fafc;border:1px solid #e4e9ef;color:var(--party-color,#071526)}
.ash-logo img{display:block;width:100%;height:100%;object-fit:contain;padding:3px}.ash-logo b{font-size:11px;font-weight:900;color:var(--party-color,#071526)}
.ash-party small{display:block;width:100%;font-size:8.5px;line-height:1.35;font-weight:700;color:#455166;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:center}
.ash-empty{grid-column:1/-1;padding:25px 10px;text-align:center;color:#98a2b3;font-size:11px}
.ash-chat{padding-top:10px}.ash-chat-top{display:flex;align-items:center;gap:8px;padding-bottom:8px;border-bottom:1px solid #edf0f4}
.ash-back{width:30px;height:30px;flex:0 0 30px;border:1px solid #e2e7ee;border-radius:8px;background:#fff;color:var(--ash-navy);font-size:22px;line-height:1;cursor:pointer}
.ash-chat-top>div{display:flex;flex-direction:column;gap:2px;min-width:0}.ash-chat-top strong{font-size:12px;color:var(--ash-text)}.ash-chat-top span{font-size:8.5px;color:#98a2b3}
.ash-messages{height:145px;overflow:auto;padding:8px 2px;scroll-behavior:smooth}.ash-welcome{font-size:9.5px;line-height:1.65;color:var(--ash-muted);background:#f7f9fc;border-radius:8px;padding:9px 10px;text-align:center;margin-top:8px}
.ash-msg{max-width:88%;padding:8px 9px;margin:6px 0;border-radius:9px;font-size:9.5px;line-height:1.55;word-break:break-word}
.ash-msg.visitor{background:var(--ash-navy);color:#fff;margin-right:auto;border-bottom-left-radius:3px}.ash-msg.party{background:#eef3f7;color:var(--ash-text);margin-left:auto;border:1px solid #e0e7ee;border-bottom-right-radius:3px}
.ash-msg.party:before{content:"جواب الحزب";display:block;font-weight:800;color:var(--ash-accent);font-size:8px;margin-bottom:2px}.ash-msg small{display:block;font-size:7.5px;opacity:.58;margin-top:3px}
.ash-form{padding-top:8px;border-top:1px solid #edf0f4}.ash-form>input[name="name"]{width:100%;height:31px;border:1px solid #e4e8ee;border-radius:7px;padding:0 9px;font:inherit;font-size:9.5px;outline:none;margin-bottom:6px;background:#fff;color:var(--ash-text)}
.ash-compose{display:grid;grid-template-columns:minmax(0,1fr) 34px;gap:6px;align-items:end}.ash-compose textarea{width:100%;min-height:38px;max-height:78px;resize:none;border:1px solid #e4e8ee;border-radius:8px;padding:9px;font:inherit;font-size:9.5px;line-height:1.45;outline:none;background:#fff;color:var(--ash-text)}
.ash-form input:focus,.ash-compose textarea:focus{border-color:var(--ash-accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--ash-accent) 10%,transparent)}
.ash-compose button{width:34px;height:34px;border:0;border-radius:8px;background:var(--ash-accent);color:#fff;display:grid;place-items:center;cursor:pointer}
.ash-compose button:disabled{opacity:.5}.ash-compose button svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.ash-hp{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;opacity:0!important}.ash-status{min-height:13px;margin-top:4px;font-size:8px;color:#98a2b3}
.aljiha-soul-hizbak-card.is-sending .ash-badge{opacity:.72}.aljiha-soul-hizbak-card.is-offline .ash-status{color:#c93636}
@media(max-width:560px){.aljiha-soul-hizbak-card{padding:12px}.ash-selector{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.ash-logo{width:52px;height:52px;flex-basis:52px}.ash-party small{font-size:9px}.ash-messages{height:165px}.ash-head b{font-size:18px}}
@media(max-width:340px){.ash-head{flex-direction:column}.ash-badge{align-self:flex-start!important}}

.ash-archive-link{margin-top:10px;min-height:36px;width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:9px 11px;border:1px solid #e3e8ef;border-radius:9px;background:#f8fafc;color:var(--ash-navy)!important;text-decoration:none!important;font-size:9.5px;font-weight:800;transition:.18s ease}
.ash-archive-link:hover{background:var(--ash-navy);border-color:var(--ash-navy);color:#fff!important}
.ash-archive-link b{font-size:14px}
.ash-public-archive{--ash-archive-navy:#071526;--ash-archive-red:#e52434;width:min(1120px,calc(100% - 28px));margin:34px auto 60px;font-family:inherit;color:#152033}
.ash-archive-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;padding:0 0 18px;border-bottom:1px solid #e6eaf0}
.ash-archive-head h1{margin:0 0 6px!important;font-size:30px!important;line-height:1.35!important;color:#111827!important}
.ash-archive-head p{margin:0!important;color:#7d8795!important;font-size:13px!important;line-height:1.8!important;max-width:720px}
.ash-archive-count{flex:0 0 auto;background:#f1f5f9;border-radius:99px;padding:7px 11px;color:#667085;font-size:10px;font-weight:700}
.ash-archive-filters{display:flex;gap:7px;overflow-x:auto;padding:16px 0;scrollbar-width:none}.ash-archive-filters::-webkit-scrollbar{display:none}
.ash-archive-filters a{flex:0 0 auto;padding:7px 11px;border:1px solid #e3e8ee;border-radius:99px;background:#fff;color:#475467!important;text-decoration:none!important;font-size:10px;font-weight:700}
.ash-archive-filters a.active,.ash-archive-filters a:hover{background:var(--ash-archive-navy);border-color:var(--ash-archive-navy);color:#fff!important}
.ash-archive-list{display:grid;grid-template-columns:1fr;gap:14px}.ash-archive-item{background:#fff;border:1px solid #e4e9ef;border-radius:14px;padding:16px;box-shadow:0 5px 22px rgba(7,21,38,.045)}
.ash-archive-party{display:flex;align-items:center;gap:10px;padding-bottom:12px;border-bottom:1px solid #eef1f5}.ash-archive-party-logo{width:50px;height:50px;flex:0 0 50px;border-radius:11px;overflow:hidden;display:grid;place-items:center;background:#f7f9fc;border:1px solid #e5e9ef;color:var(--party-color)}
.ash-archive-party-logo img{width:100%;height:100%;object-fit:contain;padding:3px}.ash-archive-party-logo b{font-size:11px;color:var(--party-color)}.ash-archive-party>div{display:flex;flex-direction:column;gap:3px}.ash-archive-party strong{font-size:14px}.ash-archive-party time{font-size:9px;color:#98a2b3}
.ash-archive-thread{display:flex;flex-direction:column;gap:10px;padding-top:12px}.ash-archive-message{border-radius:11px;padding:11px 13px;max-width:90%}.ash-archive-message.visitor{align-self:flex-start;background:#f3f6f9;border:1px solid #e6ebf1}.ash-archive-message.party{align-self:flex-end;background:#071526;color:#fff}
.ash-archive-message>span{display:block;font-size:9px;font-weight:800;margin-bottom:4px;color:#e52434}.ash-archive-message.party>span{color:#ff6b77}.ash-archive-message p{margin:0!important;font-size:12.5px!important;line-height:1.85!important;color:inherit!important}.ash-archive-message small{display:block;margin-top:6px;font-size:8px;opacity:.55}
.ash-archive-empty{text-align:center;padding:55px 18px;background:#f8fafc;border:1px dashed #dce3ea;border-radius:14px;color:#8691a0;font-size:12px}.ash-archive-pagination{display:flex;justify-content:center;gap:6px;padding-top:22px}.ash-archive-pagination a{width:34px;height:34px;display:grid;place-items:center;border:1px solid #dfe5eb;border-radius:8px;background:#fff;color:#475467!important;text-decoration:none!important;font-size:11px;font-weight:700}.ash-archive-pagination a.active,.ash-archive-pagination a:hover{background:#071526;color:#fff!important;border-color:#071526}
@media(max-width:700px){.ash-public-archive{width:calc(100% - 18px);margin-top:20px}.ash-archive-head{align-items:flex-start;flex-direction:column}.ash-archive-head h1{font-size:24px!important}.ash-archive-count{align-self:flex-start}.ash-archive-item{padding:13px}.ash-archive-message{max-width:96%}.ash-archive-message p{font-size:12px!important}}

.ash-archive-question-form{margin-top:34px;padding-top:28px;border-top:1px solid #e5e9ef}
.ash-archive-question-form-head{margin-bottom:15px;text-align:right}
.ash-archive-question-form-head>span{display:inline-flex;align-items:center;min-height:24px;padding:4px 9px;margin-bottom:7px;border-radius:99px;background:#fff0f1;border:1px solid #ffd8dc;color:#e52434;font-size:9px;font-weight:800}
.ash-archive-question-form-head h2{margin:0 0 6px!important;color:#111827!important;font-size:23px!important;line-height:1.4!important}
.ash-archive-question-form-head p{margin:0!important;max-width:720px;color:#7d8795!important;font-size:12px!important;line-height:1.8!important}
.ash-archive-question-form-card{width:min(520px,100%);margin-right:0;margin-left:auto}.ash-archive-question-form-card .aljiha-soul-hizbak-card{width:100%;max-width:100%}
@media(max-width:700px){.ash-archive-question-form{margin-top:26px;padding-top:22px}.ash-archive-question-form-head h2{font-size:20px!important}.ash-archive-question-form-card{width:100%}}


/* =========================================================
   ALJIHA Soul Hizbak 1.2.1 — host-theme-proof party logos
   Prevent global theme img/button rules from enlarging party logos.
   ========================================================= */
.aljiha-soul-hizbak-card .ash-selector{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:7px!important;
  width:100%!important;
  min-width:0!important;
}
.aljiha-soul-hizbak-card .ash-party{
  appearance:none!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:flex-start!important;
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  height:auto!important;
  overflow:hidden!important;
  box-sizing:border-box!important;
}
.aljiha-soul-hizbak-card .ash-logo{
  display:grid!important;
  place-items:center!important;
  width:48px!important;
  height:48px!important;
  min-width:48px!important;
  min-height:48px!important;
  max-width:48px!important;
  max-height:48px!important;
  flex:0 0 48px!important;
  overflow:hidden!important;
  box-sizing:border-box!important;
}
.aljiha-soul-hizbak-card .ash-logo img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  min-width:0!important;
  min-height:0!important;
  max-width:100%!important;
  max-height:100%!important;
  object-fit:contain!important;
  object-position:center!important;
  margin:0!important;
  padding:3px!important;
  border:0!important;
  box-shadow:none!important;
  transform:none!important;
  position:static!important;
  box-sizing:border-box!important;
}
.aljiha-soul-hizbak-card .ash-party small{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  text-align:center!important;
}
@media(max-width:560px){
  .aljiha-soul-hizbak-card .ash-selector{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  .aljiha-soul-hizbak-card .ash-logo{
    width:52px!important;
    height:52px!important;
    min-width:52px!important;
    min-height:52px!important;
    max-width:52px!important;
    max-height:52px!important;
    flex-basis:52px!important;
  }
}
