/* Bauimpulse Blog-Styles – wiederverwendbare Klassen für Gutenberg-Artikel.
   Verwendung: Liste im Editor unter "Erweitert -> Zusätzliche CSS-Klasse(n)"
   die Klasse mm-reasons geben. Gruppen: mm-hero / mm-twist. */

.mm-hero {
  border-bottom: 4px solid #EAB308 !important;
}

ul.mm-reasons {
  list-style: none;
  padding-left: 0;
  margin: 1.4rem 0;
  display: grid;
  gap: .6rem;
}

ul.mm-reasons li {
  position: relative;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-left: 4px solid #EAB308;
  border-radius: 10px;
  padding: .85rem 1.1rem .85rem 3.1rem;
  margin: 0;
  box-shadow: 0 1px 2px rgba(15, 17, 23, .05);
}

ul.mm-reasons li::before {
  content: "\2713";
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.4rem;
  height: 1.4rem;
  line-height: 1.4rem;
  text-align: center;
  background: #0F1117;
  color: #EAB308;
  border-radius: 6px;
  font-size: .85rem;
  font-weight: 700;
}

ul.mm-reasons li strong {
  color: #0F1117;
}

.mm-twist {
  border-left: 4px solid #EAB308 !important;
  font-size: 1.1rem;
}
