/* =======================
   LOKI SORTE (Content-Sektion)
   ======================= */

.sorte {
  margin: 3rem auto;
  max-width: 900px;
  text-align: center;
}

.sorte-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.sorte-teaser {
  font-size: 1.2rem;
  font-style: italic;
  margin-bottom: 1.5rem;
}

.sorte-details ul {
  list-style: none;
  padding: 0;
  margin: 1rem 0 2rem;
}

.sorte-details li {
  margin: 0.3rem 0;
  font-size: 1rem;
}

.sorte-story {
  margin: 2rem 0;
  line-height: 1.6;
}

.sorte-image img {
  max-width: 300px;
  width: 100%;
  height: auto;
  margin: 2rem auto;
  display: block;
}

/* CTA Button: robust gegen Theme-Button-Styles */
.sorte-cta .button,
.sorte-cta a.button {
  display: inline-block;
  background: #00c4b3;
  color: #fff;
  padding: 0.8rem 1.5rem;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 700;
  border: 0;
  cursor: pointer;
}

.sorte-cta .button:hover,
.sorte-cta a.button:hover {
  opacity: .92;
  text-decoration: none;
}

.sorte-cta .button:focus,
.sorte-cta a.button:focus {
  outline: none;
}
