.cc-fab {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 9997;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--cc-fab-bg, #1a6fa8);
  color: #fff;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(0,0,0,.25);
  transition: transform .15s, filter .15s;
}
.cc-fab:hover { transform: scale(1.08); filter: brightness(.92); }

.iframe-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  background: #f3f4f6;
  border-radius: 8px;
  overflow: hidden;
  margin: 1.5rem 0;
}
.iframe-wrapper iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.iframe-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  background: #f3f4f6;
  color: #555;
  font-size: .9rem;
  text-align: center;
  padding: 1rem;
}
.iframe-placeholder button {
  padding: .5rem 1.2rem;
  background: var(--cc-fab-bg, #1a6fa8);
  color: #fff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: .875rem;
  font-weight: 600;
}

/* Toggle-Fix: deaktiviert = grau */
.cm__toggle-checkbox:not(:checked) + .cm__toggle-label {
  background: #ccc !important;
}

/* Toggle-Fix: deaktiviert = grau */
#cc-main {
  --cc-toggle-off-bg: #ccc;
}
