/* Minimal, rest übernimmt Astra/Spectra */
.schott-netzstatus {
  padding: 1rem 1.25rem;
  border-radius: 12px;
  background: #f5f7fb;
  border: 1px solid var(--ast-border-color, #e5e7eb);
  max-width: 1200px;
  margin: 1rem auto;
}
.schott-netzstatus__inner {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 1rem;
  align-items: start;
}
.schott-netzstatus__icon {
  display:flex; align-items:center; justify-content:center;
}
.schott-icon { width: 50px; height: 50px; display:block; }

.schott-icon.ok circle {
  fill: #16a34a; !important;/* grün */
}
.schott-icon.warn path {
  fill: #ff0000; /* rot */
}
.schott-netzstatus__title {
  margin: 0 0 .25rem 0;
  font-weight: 700;
}
.schott-netzstatus__text { line-height: 1.6; }
.schott-netzstatus__meta { margin-top: .5rem; color: #6b7280; }

/* Netzstatus-Update Überschrift */
.netzstatus-heading {
    font-size: clamp(30px, 3vw, 40px); /* passt sich responsiv an */
    font-weight: 700;
    margin-bottom: 15px;
    color: var(--brand-ink);
}

/* Netzstatus-Update Text */
.netzstatus-text {
    font-size: 1.5rem; /* ~20px */
    line-height: 1.6;
}
.schott-netzstatus__meta { margin-top: .6rem; color: #6b7280; font-size: .9rem; }