.rw-where-2026-accurate {
  --rw-orange: #f7941d;
  --rw-orange-dark: #dc7c00;
  --rw-dark: #1a1826;
  --rw-muted: #6f7b83;
  --rw-border: #e8e1d8;
  --rw-bg: #f7f6f3;
  --rw-card: #ffffff;
  --rw-shadow: 0 18px 40px rgba(26, 24, 38, 0.10);
  --rw-shadow-soft: 0 10px 24px rgba(26, 24, 38, 0.08);

  font-family: "Cairo", "Tajawal", Arial, sans-serif;
  background: linear-gradient(180deg, #faf9f6 0%, #f5f3ee 100%);
  position: relative;
  width: 100%;
  padding: 52px 22px 56px;
  color: var(--rw-dark);
  overflow: hidden;
  margin: 36px 0;
}

.rw-where-2026-accurate * {
  box-sizing: border-box;
}

.rw-where-wrap {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
}

.rw-where-header {
  text-align: center;
  margin-bottom: 26px;
}

.rw-section-kicker {
  color: var(--rw-orange-dark);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.4;
  margin-bottom: 12px;
}

.alrowad-projects-title {
  margin: 0 0 14px;
  font-family: "Cairo", "Tajawal", Arial, sans-serif;
  font-size: 46px;
  line-height: 1.2;
  font-weight: 800;
  color: #1a1826;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 12px;
  direction: rtl;
}

.alrowad-projects-title .text {
  color: #1a1826;
}

.alrowad-projects-title .year {
  color: var(--rw-orange);
  display: inline-block;
}

.rw-section-subtitle {
  max-width: 760px;
  margin: 0 auto;
  color: #535d77;
  font-size: 17px;
  line-height: 1.95;
  font-weight: 500;
}

.rw-where-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 315px;
  gap: 22px;
  direction: ltr;
  align-items: stretch;
}

.rw-map-card,
.rw-area-panel {
  direction: rtl;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid var(--rw-border);
  border-radius: 22px;
  box-shadow: var(--rw-shadow);
  overflow: hidden;
}

.rw-map-card {
  position: relative;
  height: 690px;
  display: flex;
  flex-direction: column;
}

.rw-accurate-map {
  width: 100%;
  height: 600px;
  flex: 1 1 auto;
  min-height: 600px;
  background: linear-gradient(145deg, #fbfaf7, #f1eee7);
}

.rw-map-loading {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: var(--rw-muted);
  font-weight: 800;
  background: rgba(247, 246, 243, 0.88);
  z-index: 50;
  font-size: 14px;
}

.rw-map-loading.is-hidden {
  display: none;
}

.rw-map-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  min-height: 90px;
  background: rgba(255, 255, 255, 0.96);
  border-top: 1px solid rgba(232, 225, 216, 0.9);
  flex: 0 0 90px;
}

.rw-stat {
  padding: 14px;
  border-left: 1px solid rgba(232, 225, 216, 0.82);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
}

.rw-stat:first-child {
  border-left: 0;
}

.rw-stat strong {
  display: block;
  color: var(--rw-orange-dark);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.4;
}

.rw-stat span {
  display: block;
  color: var(--rw-muted);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.6;
}

.rw-area-panel {
  height: 690px;
  max-height: 690px;
  overflow-y: auto;
  padding: 16px;
  border-radius: 20px;
  box-shadow: 0 14px 32px rgba(26, 24, 38, 0.08);
  scrollbar-width: thin;
  scrollbar-color: rgba(247, 148, 29, 0.45) rgba(247, 246, 243, 0.8);
}

.rw-area-panel::-webkit-scrollbar {
  width: 6px;
}

.rw-area-panel::-webkit-scrollbar-track {
  background: rgba(247, 246, 243, 0.8);
  border-radius: 999px;
}

.rw-area-panel::-webkit-scrollbar-thumb {
  background: rgba(247, 148, 29, 0.45);
  border-radius: 999px;
}

.rw-panel-title h3 {
  margin: 0;
  font-size: 23px;
  line-height: 1.3;
  font-weight: 800;
  color: var(--rw-dark);
}

.rw-panel-title p {
  margin: 8px 0 14px;
  color: var(--rw-muted);
  font-size: 12.5px;
  line-height: 1.75;
  font-weight: 600;
}

.rw-accordion {
  border: 1px solid var(--rw-border);
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
}

.rw-root-row,
.rw-gov-btn,
.rw-area-btn {
  font-family: inherit;
}

.rw-root-row {
  width: 100%;
  border: 0;
  padding: 12px 13px;
  font-size: 14px;
  font-weight: 800;
  color: var(--rw-dark);
  border-bottom: 1px solid var(--rw-border);
  background: #fff;
  cursor: pointer;
  text-align: right;
  transition: 0.18s ease;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.rw-root-row small {
  color: var(--rw-muted);
  font-size: 10px;
  font-weight: 800;
  background: rgba(247, 148, 29, 0.08);
  border: 1px solid rgba(247, 148, 29, 0.18);
  padding: 3px 7px;
  border-radius: 999px;
}

.rw-root-row:hover,
.rw-root-row.is-active {
  color: var(--rw-orange-dark);
  background: rgba(247, 148, 29, 0.12);
}

.rw-gov-btn {
  width: 100%;
  border: 0;
  border-bottom: 1px solid var(--rw-border);
  background: #fff;
  color: var(--rw-dark);
  cursor: pointer;
  padding: 12px 13px;
  font-size: 14px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: right;
  transition: 0.18s ease;
}

.rw-gov-btn:hover {
  background: rgba(247, 148, 29, 0.05);
}

.rw-gov-btn small {
  color: #7b8591;
  font-size: 10px;
  font-weight: 800;
  background: rgba(84, 101, 126, 0.07);
  border: 1px solid rgba(84, 101, 126, 0.12);
  padding: 3px 7px;
  border-radius: 999px;
}

.rw-gov-btn i {
  width: 8px;
  height: 8px;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-45deg);
  transition: transform 0.22s ease;
  opacity: 0.7;
  flex: 0 0 auto;
}

.rw-gov.is-open .rw-gov-btn i {
  transform: rotate(135deg);
  color: var(--rw-orange);
}

.rw-area-list {
  display: none;
  background:
    linear-gradient(90deg, rgba(247, 148, 29, 0.04), transparent 75%),
    #fff;
}

.rw-gov.is-open .rw-area-list {
  display: block;
}

.rw-area-btn {
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(232, 225, 216, 0.75);
  background: transparent;
  color: #69747c;
  cursor: pointer;
  padding: 10px 13px;
  font-size: 13px;
  font-weight: 800;
  text-align: right;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: 0.18s ease;
}

.rw-area-btn:last-child {
  border-bottom: 0;
}

.rw-area-btn::before {
  content: "";
  width: 9px;
  height: 9px;
  border: 2px solid rgba(105, 116, 124, 0.35);
  border-radius: 50%;
  flex: 0 0 auto;
  transition: 0.18s ease;
}

.rw-area-btn:hover {
  color: var(--rw-dark);
  background: rgba(247, 148, 29, 0.065);
}

.rw-area-btn.is-active {
  color: var(--rw-orange-dark);
  background: rgba(247, 148, 29, 0.14);
  box-shadow: inset 0 0 0 1px rgba(247, 148, 29, 0.42);
}

.rw-area-btn.is-active::before {
  background: var(--rw-orange);
  border-color: var(--rw-orange);
  box-shadow: 0 0 0 4px rgba(247, 148, 29, 0.13);
}

.rw-gov-soft .rw-gov-btn {
  background: linear-gradient(90deg, rgba(247, 148, 29, 0.055), #fff);
}

.rw-gov-soft .rw-gov-btn.is-active {
  color: var(--rw-orange-dark);
  background: rgba(247, 148, 29, 0.13);
  box-shadow: inset 0 0 0 1px rgba(247, 148, 29, 0.28);
}

.rw-selected-box {
  margin-top: 16px;
  padding: 14px;
  border-radius: 16px;
  border: 1px solid rgba(247, 148, 29, 0.24);
  background:
    linear-gradient(135deg, rgba(247, 148, 29, 0.11), transparent 70%),
    #fff;
}

.rw-selected-box small {
  display: block;
  color: var(--rw-orange-dark);
  font-weight: 800;
  margin-bottom: 5px;
  font-size: 12px;
}

.rw-selected-box h4 {
  margin: 0;
  font-size: 19px;
  line-height: 1.35;
  font-weight: 800;
  color: var(--rw-dark);
}

.rw-selected-box p {
  margin: 9px 0 0;
  color: var(--rw-muted);
  font-size: 12.5px;
  line-height: 1.75;
  font-weight: 600;
}

.rw-map-label {
  background: #fff;
  color: var(--rw-dark);
  border: 1px solid rgba(247, 148, 29, 0.35);
  border-radius: 999px;
  padding: 6px 11px;
  font-family: "Cairo", "Tajawal", Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
  box-shadow: 0 8px 18px rgba(36, 52, 65, 0.12);
  white-space: nowrap;
}

.rw-map-label.is-selected {
  background: var(--rw-orange);
  color: #fff;
  border-color: #fff;
}

.rw-city-tooltip {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(26, 24, 38, 0.05);
  color: #596579;
  border-radius: 7px;
  box-shadow: 0 3px 8px rgba(26, 24, 38, 0.05);
  font-family: "Cairo", "Tajawal", Arial, sans-serif;
  font-size: 8px;
  font-weight: 700;
  padding: 1px 3px;
  letter-spacing: 0;
}

.rw-city-tooltip::before {
  display: none;
}

.leaflet-container {
  font-family: "Cairo", "Tajawal", Arial, sans-serif;
  background: transparent;
}

.leaflet-control-attribution {
  display: none !important;
}

.leaflet-control-zoom {
  border: 0 !important;
  box-shadow: 0 10px 24px rgba(36, 52, 65, 0.13) !important;
}

.leaflet-control-zoom a {
  color: var(--rw-dark) !important;
  border-color: var(--rw-border) !important;
}

@media (max-width: 1100px) {
  .rw-where-layout {
    grid-template-columns: 1fr;
  }

  .rw-map-card,
  .rw-area-panel {
    height: auto;
    max-height: none;
  }

  .rw-area-panel {
    order: -1;
  }

  .rw-accurate-map {
    height: 500px;
    min-height: 500px;
  }

  .rw-map-stats {
    flex-basis: auto;
  }
}

@media (max-width: 760px) {
  .rw-where-2026-accurate {
    padding: 42px 14px 46px;
    margin: 24px 0;
  }

  .alrowad-projects-title {
    font-size: 36px;
  }

  .rw-section-subtitle {
    font-size: 14px;
  }

  .rw-accurate-map {
    height: 420px;
    min-height: 420px;
  }

  .rw-map-stats {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 520px) {
  .rw-map-stats {
    grid-template-columns: 1fr;
  }

  .rw-accurate-map {
    height: 360px;
    min-height: 360px;
  }

  .rw-area-panel {
    padding: 16px;
  }

  .rw-panel-title h3 {
    font-size: 23px;
  }
}