/* Add custom CSS styles below */ 
.branches-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: right;
}

.branch-item {
  font-size: 16px;
  color: #555;
  margin: 5px 0;
  text-align: right;
}

/* تحسين شكل البوكس */
.footer-branches {
  padding: 15px;
  line-height: 1.8;
}
.branches-added {
  margin-top: 10px;
}

/* كل فرع في سطر */
.branch-item {
  display: block;
  font-size: 15px;
  color: #555;
  margin: 6px 0;
  text-decoration: none;
  text-align: right;
}

/* العنوان */
.branches-title {
  text-align: right;
  font-weight: bold;
  margin-bottom: 8px;
}

/* 📱 للجوال */
@media (max-width: 768px) {
  .branches-added,
  .branch-item,
  .branches-title {
    text-align: center;
  }
}