/* MFH-Stadtseiten – ergänzende Styles */

.mfh-local-links {
  margin-top: 1.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--border);
  font-size: 0.9375rem;
  color: var(--text-muted);
  text-align: center;
}

.mfh-local-links a {
  font-weight: 600;
}

.mfh-teaser-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  margin-top: 1rem;
}

/* Premium-Kachel Dortmund: Foto links, Text rechts */
.mfh-feature__tile {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0;
  align-items: start;
  margin-top: 3.5rem;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
  background: var(--surface);
}

.mfh-feature__visual {
  margin: 0;
  padding: 1.5rem 1.25rem 1.5rem 1.5rem;
  width: 16rem;
  flex-shrink: 0;
}

.mfh-feature__visual picture,
.mfh-feature__visual img {
  display: block;
  width: 100%;
  height: auto;
}

.mfh-feature__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 2rem 2.25rem;
}

.mfh-feature__content .section-label {
  margin-bottom: 0.5rem;
  text-align: left;
}

.mfh-feature__title {
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.25;
  color: var(--text);
  margin: 0 0 0.65rem;
  text-align: left;
}

.mfh-feature__lead {
  font-size: 1.0625rem;
  font-weight: 500;
  color: var(--text);
  margin: 0 0 1rem;
  line-height: 1.45;
  text-align: left;
}

.mfh-feature__benefits-title {
  margin: 0.25rem 0 0.75rem;
  font-size: 1rem;
  color: var(--text);
  text-align: left;
}

.mfh-feature__content p {
  font-size: 1.0625rem;
  line-height: 1.7;
  color: var(--text-muted);
  margin-bottom: 1rem;
  text-align: left;
}

.mfh-feature__checklist {
  margin: 0.5rem 0 1.25rem;
}

.mfh-feature__checklist li {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 0.65rem;
  row-gap: 0.2rem;
  align-items: start;
  padding: 0.35rem 0;
}

.mfh-feature__checklist li::before {
  grid-row: 1 / span 2;
  align-self: start;
  margin-top: 0.55em;
}

.mfh-feature__checklist li strong {
  grid-column: 2;
  grid-row: 1;
  display: block;
  font-size: 0.975rem;
  line-height: 1.4;
  color: var(--text);
}

.mfh-feature__checklist li span {
  grid-column: 2;
  grid-row: 2;
  display: block;
  font-size: 0.975rem;
  line-height: 1.55;
  color: var(--text-muted);
}

.mfh-feature__actions {
  margin: 0;
  text-align: left;
}

@media (max-width: 900px) {
  .mfh-feature__tile {
    grid-template-columns: 1fr;
  }

  .mfh-feature__visual {
    width: auto;
    max-width: 17rem;
    margin: 0 auto;
    padding: 1.5rem 1.5rem 0;
  }

  .mfh-feature__content {
    padding: 1.75rem 1.5rem;
  }
}
