/* === FUSSBALL.DE Widget Styles === */

/* Widget-Platzhalter fuer Teams ohne Widget-ID */
.widget-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 220px;
  padding: 32px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .82), rgba(247, 250, 254, .98));
  border: 2px dashed rgba(47, 115, 218, .18);
  text-align: center;
  color: var(--clr-muted);
}
.widget-placeholder-icon {
  font-size: 2.5rem;
  opacity: .5;
}
.widget-placeholder p {
  margin: 0;
  font-size: .95rem;
  max-width: 36ch;
}

/* Responsivitaet fuer eingebettete Widgets */
.fussballde_widget {
  width: 100% !important;
}
.fussballde_widget iframe {
  max-width: 100% !important;
}
