#cr-badge .cr-badge-wrap{
  display:flex;
  justify-content:center;
  padding:16px 0 10px;
  direction:rtl;
}

#cr-badge .cr-badge{
  display:flex;
  align-items:center;
  gap:12px;
}

#cr-badge .cr-logo{
  width:64px;
  height:auto;
}

#cr-badge .cr-title{
  font-size:15px;
  font-weight:600;
  line-height:1.2;
}

#cr-badge .cr-number{
  font-size:16px;
  font-weight:700;
}


/* =========================
   ترتيب الفوتر – العناوين والقوائم
========================= */

/* العناوين */
footer h3,
footer h4,
footer .footer-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}

/* القوائم */
footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

footer ul li {
  margin-bottom: 8px;
}

footer ul li a {
  line-height: 1.6;
  opacity: 0.9;
}

/* فصل الأقسام عن بعض */
footer [class*="col"],
footer [class*="section"],
footer [class*="block"] {
  margin-bottom: 18px;
}

/* تحسين الجوال */
@media (max-width: 768px) {
  footer h3,
  footer h4 {
    font-size: 15px;
    margin-bottom: 8px;
  }

  footer ul li {
    margin-bottom: 7px;
  }
}


.installment-hint{
  margin-top: 4px;
  font-size: 13px;
  line-height: 1.4;
  display: flex;
  align-items: center;
  gap: 4px;
}

.installment-hint .inst-icon{
  font-size: 13px;
  opacity: 0.85;
}

.installment-hint .inst-text{
  color: #000;        /* ابتداءً من */
  font-weight: 500;
}

.installment-hint .inst-price{
  color: #4f008c;     /* الرقم + شهر */
  font-weight: 700;
}

/* للجوال */
@media (max-width: 480px){
  .installment-hint{
    font-size: 12.5px;
  }
}