body {
  margin: 0;
  font-family: "Amiri", "Traditional Arabic", serif;
  background-color: #f5f3ee;
  color: #2b2b2b;
  direction: rtl;
}

.hydro-table a,
.hydro-table a:visited,
.hydro-table a:focus {
  text-decoration: none;
  border: none;
  font-weight: 700;
}

.location-link:hover {
  background-color: #eef3fa;
}

/* الحاوية العامة */
.map-wrapper {
  max-width: 900px;
  margin: 0 auto;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* العنوان */
.map-title {
  font-size: 1.7rem;
  margin-bottom: 1rem;
  text-align: center;
}

/* حاوية الخريطة */
.map-container {
  position: relative;
  width: 496px;
  max-width: 100%;
}

/* صورة الخريطة */
.map-image {
  width: 100%;
  height: auto;
  display: block;
}

/* طبقة SVG */
.map-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* المجالات */
.region {
  fill: rgba(0, 0, 0, 0);
  stroke: rgba(0, 0, 0, 0);
  cursor: pointer;
  transition: fill 0.2s ease, stroke 0.2s ease;
}

/* عند المرور بالمؤشر */
.region:hover {
  fill: rgba(140, 60, 60, 0.25);
  stroke: rgba(140, 60, 60, 0.85);
  stroke-width: 2;
}

/* التذييل */
.map-footer {
  margin-top: 1.5rem;
  text-align: center;
  font-size: 0.85rem;
  color: #666;
}

.hydro-table {
  margin-top: 2rem;
  width: 100%;
  overflow-x: auto;
}

.hydro-table h2 {
  text-align: center;
  margin-bottom: 1rem;
}

.hydro-table table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.1rem;
  line-height: 1.7;
}

.hydro-table th,
.hydro-table td {
  border: 1px solid #bbb;
  padding: 8px 10px;
  text-align: center;
}

.hydro-table thead {
  background-color: #e9e6df;
  font-weight: bold;
}

.hydro-table tbody tr:nth-child(even) {
  background-color: #f7f5f1;
}
.bank {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-weight: 500;
}

/* الضفة اليمنى */
.bank.right i {
  color: #2f5d8a; /* أزرق هادئ */
}

/* الضفة اليسرى */
.bank.left i {
  color: #8a3b2f; /* بني/أحمر هادئ */
}
