/* Hotel-Artikel Basis */
.hotel-article {
  font-family: "Open Sans", sans-serif;
  line-height: 1.6;
  max-width: 900px;
  margin: 0 auto;
  padding: 1rem;
}

/* Überschriften */
.hotel-article h1 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #0345bf;
}

.hotel-article h2 {
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 0.8rem;
  border-bottom: 2px solid #eee;
  padding-bottom: 0.3rem;
  color: #252525;
}

/* Hotel-Fakten-Box */
.hotel-facts {
  background: #f9f9f9;
  border-left: 4px solid #0345bf;
  padding: 1rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.hotel-facts ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.hotel-facts li {
  margin: 0.4rem 0;
}

/* Bewertung */
.hotel-rating {
  font-size: 1.2rem;
  color: #444;
}

.hotel-rating span.stars {
  color: #e5b700;
  font-size: 1.4rem;
}

/* Bilder */
.hotel-article img {
  max-width: 100%;
  border-radius: 10px;
  margin: 1rem 0;
  display: block;
}

/* Zitat- oder Fazit-Abschnitt */
.hotel-article .highlight {
  background: #eef4ff;
  border-left: 4px solid #0345bf;
  padding: 1rem;
  margin: 1.5rem 0;
  font-style: italic;
  border-radius: 8px;
}
