.madel-balady-city-page .madel-balady-map-card {
  background:#fff;
  border:1px solid #e6ecf2;
  border-radius:16px;
  padding:18px;
  margin-bottom:28px;
  box-shadow:0 8px 30px rgba(0,0,0,.05);
}
.madel-balady-map-header {
  display:flex;
  gap:16px;
  justify-content:space-between;
  align-items:flex-start;
  margin-bottom:16px;
}
.madel-balady-map-header h3 {
  margin:0 0 6px;
  font-size:28px;
}
.madel-balady-map-header p {
  margin:0;
  color:#5c6670;
}
.madel-balady-open-link {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:12px 18px;
  min-width:210px;
  border-radius:10px;
  background:#0d6efd;
  color:#fff !important;
  text-decoration:none;
  font-weight:600;
}
.madel-balady-open-link:hover { opacity:.92; }
.madel-balady-iframe-shell {
  position:relative;
  border-radius:14px;
  overflow:hidden;
  border:1px solid #dfe7ef;
  background:#f7f9fb;
}
.madel-balady-iframe {
  display:block;
  width:100%;
  min-height:780px;
  border:0;
  background:#fff;
}
.madel-city-properties-head { margin:18px 0 14px; }
.madel-city-properties-head h3 { margin:0; font-size:30px; }
@media (max-width: 980px) {
  .madel-balady-map-header { flex-direction:column; }
  .madel-balady-open-link { width:100%; min-width:0; }
  .madel-balady-iframe { min-height:70vh; }
}
