/* ─────────────────────────────────────────────
   SoundCloud-Grid (2 Spalten Desktop, 1 Spalte Mobile)
   ───────────────────────────────────────────── */
@media (min-width: 901px) {
  .entry-content .soundcloud-grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 15px !important;
    justify-items: center;
  }
}
@media (max-width: 900px) {
  .entry-content .soundcloud-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 15px !important;
  }
}
.entry-content .soundcloud-box {
  width: 100% !important;
  max-width: 700px;
  margin: 0 auto;
  padding: 10px;
  box-sizing: border-box;
}
.entry-content .soundcloud-box iframe {
  width: 100%;
  height: 166px;
  border: none;
}

/* ─────────────────────────────────────────────
   Intro-Block (Abstände enger an H3)
   ───────────────────────────────────────────── */
.dj-intro-wrapper h3 {
  margin-top: 20px;
  margin-bottom: 6px !important;
  line-height: 1.2em;
}
.dj-intro-wrapper p {
  margin-top: 0 !important;
  margin-bottom: 0;
}
.dj-intro-wrapper .dj-last {
  margin-top: 20px !important;
  font-size: 1.05em;
}

/* ─────────────────────────────────────────────
   Einheitlicher Stil für Leistungs-Hero
   (SiteOrigin Hero Widget mit Klasse „hero-leistung“)
   ───────────────────────────────────────────── */
.hero-leistung .sow-slider-image-wrapper { max-height: 360px; }
.hero-leistung .sow-hero-overlay { background: rgba(0,0,0,.35); }
.hero-leistung .sow-hero-buttons { margin-top: 14px; }

/* Mobile: optional etwas weniger Höhe für Standard-Hero */
@media (max-width: 768px) {
  .sow-hero .sow-slider-base .sow-slide-wrapper { min-height: 300px !important; }
}