/* :root {
  font-family:
    Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  color: #4877BC;
  background: #eef3f7;
  line-height: 1.5;
} */

.icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.aktionen-kopf h1,
.aktionen-leer h1 {
  margin: 0;
  font-size: clamp(2rem, 9vw, 3.5rem);
  line-height: 1.05;
  text-wrap: balance;
}

.einleitung {
  margin: 1rem 0 0;
  color: #5b6475;
  font-size: 1.1rem;
}

.aktionen-liste {
  display: grid;
  gap: 1rem;
}

.aktion {
  display: grid;
  gap: 1rem;
}

.aktion-kopf {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.aktion h2 {
  margin: 0.2rem 0 0;
  font-size: clamp(1.5rem, 7vw, 2.3rem);
  line-height: 1.1;
}

.aktion-preis {
  margin: 0;
  color: #0E1D30;
  font-size: clamp(1.5rem, 7vw, 2.2rem);
  font-weight: 800;
  white-space: nowrap;
}

.aktion-beschreibung {
  margin: 0;
  color: #273247;
  font-size: 1.1rem;
  line-height: 1.55;
}

.aktion-meta {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #dfe5eb;
}

.aktion-meta p {
  margin: 0;
}

.meta-label {
  display: block;
  color: #5b6475;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.aktion-link {
  color: #135f8c;
  font-weight: 700;
}

.aktionen-hinweis p {
  margin: 0;
  font-size: 1.15rem;
  line-height: 1.55;
}

.aktionen-leer {
  min-height: 65vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.aktionen-leer .icon {
  width: 2.5rem;
  height: 2.5rem;
}

.leer-text {
  margin: 1rem 0 0;
  color: #5b6475;
  font-size: 1.15rem;
}

@media (min-width: 42rem) {
  .anleger {
    padding-block: 2rem 3rem;
  }

  .karte {
    padding: 1.8rem;
  }
}

@media (max-width: 23rem) {
  .anleger {
    width: min(100% - 1rem, 44rem);
    gap: 0.75rem;
    padding-block: 0.5rem 1rem;
  }

  .karte {
    padding: 1.1rem;
    border-radius: 1rem;
  }

  .aktion-kopf,
  .aktion-meta {
    align-items: flex-start;
    flex-direction: column;
  }
}
