/* Iubenda Fallback v8 - Core Web Vitals Optimized */
iframe.iub-processed[src*="about:blank"],
iframe.iub-processed:not([src]) {
  display: none !important;
}

iframe.iub-processed[src]:not([src=""]):not([src^="about:blank"]):not([src*="about:blank"]) + .iub-fallback-wrapper {
  display: none !important;
}

.iub-fallback-wrapper {
  width: 100%;
  height: 100%; /* Verhindert CLS: Passt sich dem Webflow-Elterncontainer an */
  min-height: 250px; /* Fallback, falls der Container keine Hoehe hat */
  background-color: #f7f7f7;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px 20px;
  text-align: center;
  color: #333;
  box-sizing: border-box;
}

.iub-fallback-icon {
  font-size: 32px;
  margin-bottom: 15px;
  opacity: 0.8;
}

.iub-fallback-text {
  font-size: 16px;
  line-height: 1.5;
  max-width: 400px;
  margin-bottom: 20px;
}
