    body {
      font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
      margin: 0;
      padding: 0;
    }

    header {
      padding: 28px 24px;
      border-bottom: 1px solid #e5e5e5;
    }

    .header-inner {
      max-width: 900px;
      margin: 0 auto;
    }

    main {
      max-width: 900px;
      margin: 0 auto;
      padding: 24px;
    }

    .card {
      border: 1px solid #ddd;
      border-radius: 12px;
      padding: 24px;
      max-width: 900px;
    }

    .form-group {
      display: flex;
      flex-direction: column;
      margin-bottom: 16px;
    }

    label {
      font-weight: 600;
      margin-bottom: 6px;
    }

    select, button {
      padding: 10px 12px;
      font-size: 16px;
      border-radius: 8px;
      border: 1px solid #ccc;
    }

    button {
      background: #111;
      color: white;
      font-weight: 600;
      cursor: pointer;
    }

    button:disabled {
      opacity: 0.5;
      cursor: not-allowed;
    }

    .small {
	  text-align: center;
      color: #555;
      line-height: 1.5;
      margin-top: 10px;
    }

    a {
      color: #0056b3;
      text-decoration: none;
      font-weight: 600;
    }

    a:hover {
      text-decoration: underline;
    }

    .nav {
      margin-top: 8px;
      font-size: 15px;
    }
    
    .map-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  margin-top: 18px;
}

.map-card {
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 16px;
}

.map-card h3 {
  margin: 0 0 10px 0;
}

.map-card iframe {
  width: 100%;
  height: 700px;   /* adjust as desired */
  border: 0;
  border-radius: 10px;
}

.top-nav {
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  font-size: 15px;
}

.top-nav a {
  text-decoration: none;
  color: #0056b3;
  font-weight: 600;
}

.top-nav a:hover {
  text-decoration: underline;
}

.email {
  unicode-bidi: bidi-override;
  direction: rtl;
}

.guide-img {
  display: block;
  margin: 16px auto;
  max-width: 100%;
}
