/* Reset and base styles */
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: Arial, sans-serif;
  background: #f9f9f9;
  color: #333;
}

.container {
  max-width: 900px;
  margin: 20px auto;
  padding: 0 15px;
}

h1,
h4 {
  word-break: break-word;
  white-space: normal;
}

.geo-callout {
  background: #e8f4fc;
  border: 1px solid #b8d4ea;
  border-radius: 8px;
  padding: 14px 18px;
  margin: 18px 0 0;
  font-size: 0.95rem;
  line-height: 1.45;
}

.geo-callout a {
  font-weight: 600;
  color: #0b5cab;
}

.geo-callout a:hover {
  text-decoration: underline;
}

#more-info {
  scroll-margin-top: 12px;
}

.info-box {
  background: white;
  border-radius: 8px;
  padding: 15px 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  margin-top: 15px;
}

hr {
  border: none;
  border-top: 1px solid #eee;
  margin: 15px 0;
}

.image-container {
  max-width: 800px;
  margin: 10px auto;
  text-align: center;
}

.image-container img {
  width: 72%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Hero video */
.hero-video {
  position: relative;
  display: inline-block;
  width: 72%;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  background: #000;
}

.hero-video__media {
  width: 100%;
  height: auto;
  display: block;
  cursor: pointer;
}

.hero-video__mute {
  position: absolute;
  top: 10px;
  right: 10px;
  border: none;
  border-radius: 999px;
  padding: 8px 12px;
  background: rgba(255, 255, 255, 0.9);
  color: #111;
  font-weight: 600;
  cursor: pointer;
}

.hero-video__mute:hover {
  background: rgba(255, 255, 255, 1);
}

.hero-video__hint {
  position: absolute;
  left: 10px;
  bottom: 10px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  font-size: 0.85em;
  user-select: none;
}

/* Map container */
.map-container {
  width: 80%;
  max-width: 900px;
  margin: 25px auto;
  border-radius: 8px;
}

#map {
  height: 600px;
  width: 100%;
}

/* Main content container */
.content-container {
  max-width: 800px;
  margin: 20px auto;
  padding: 20px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

/* Footer stays consistent */
footer {
  text-align: center;
  margin: 20px 0;
  font-size: 0.9em;
}

footer a {
  text-decoration: none;
  color: #333;
}

footer a:hover {
  text-decoration: underline;
}

.favicon-link {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-right: 5px;
}
