.mf-geo-breadcrumb {
  margin-bottom: 1rem;
}

.mf-geo-title {
  margin-bottom: 0.75rem;
}

.mf-geo-intro {
  max-width: 48rem;
  margin-bottom: 1.5rem;
}

.mf-geo-map {
  margin: 0 0 2rem;
  max-width: 800px;
}

.mf-geo-map img {
  width: 100%;
  height: auto;
  border-radius: 4px;
  display: block;
}

.mf-geo-map figcaption {
  font-size: 0.75rem;
  color: #666;
  margin-top: 0.35rem;
}

.mf-geo-hub-card {
  display: block;
  padding: 1rem 1.25rem;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  text-decoration: none;
  color: inherit;
  min-height: 100%;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.mf-geo-hub-card:hover {
  border-color: #c41e3a;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  text-decoration: none;
}

.mf-geo-hub-card__title {
  display: block;
  font-weight: 600;
  font-size: 1.05rem;
}

.mf-geo-hub-card__count {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.875rem;
  color: #666;
}

.mf-geo-teacher-card {
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  padding: 1rem;
  height: 100%;
}

.mf-geo-teacher-card__name {
  font-size: 1.1rem;
  margin: 0 0 0.25rem;
}

.mf-geo-teacher-card__brand {
  font-size: 0.875rem;
  color: #666;
  margin: 0 0 0.75rem;
}

.mf-geo-teacher-card__site {
  font-size: 0.875rem;
  margin: 0 0 0.5rem;
}

.mf-geo-standorte-link {
  margin-top: 2rem;
}
