/* Cookie-Banner (Consent Mode v2) */
.fb-cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  padding: 12px 14px calc(12px + env(safe-area-inset-bottom, 0px));
  background: rgba(8, 21, 39, 0.96);
  color: #e8eef7;
  box-shadow: 0 -6px 28px rgba(0, 0, 0, 0.22);
  font-family: 'Poppins', 'Open Sans', system-ui, sans-serif;
  font-size: 0.85rem;
}
.fb-cookie[hidden] { display: none; }
.fb-cookie-inner {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.fb-cookie-text { flex: 1; min-width: 220px; }
.fb-cookie-text strong { display: block; font-size: 0.92rem; margin-bottom: 4px; }
.fb-cookie-text p { margin: 0; color: #a8b8d0; line-height: 1.45; }
.fb-cookie-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  flex-shrink: 0;
}
.fb-cookie-btn {
  border: none;
  border-radius: 8px;
  padding: 9px 16px;
  font-size: 0.82rem;
  font-weight: 600;
  font-family: inherit;
  cursor: pointer;
}
.fb-cookie-accept { background: #1c64d9; color: #fff; }
.fb-cookie-accept:hover { background: #1554b8; }
.fb-cookie-reject { background: transparent; color: #a8b8d0; border: 1px solid #3d4f6a; }
.fb-cookie-reject:hover { border-color: #6b7f9e; color: #fff; }
.fb-cookie-link {
  font-size: 0.78rem;
  color: #7eb3ff;
  text-decoration: none;
  margin-left: 4px;
}
.fb-cookie-link:hover { text-decoration: underline; }

@media (max-width: 600px) {
  .fb-cookie-inner { flex-direction: column; align-items: stretch; }
  .fb-cookie-actions { justify-content: flex-end; }
}

/* "Cookie-Einstellungen"-Link (Widerruf), automatisch in Footer eingesetzt */
.fb-cookie-settings-link {
  cursor: pointer;
  opacity: 0.85;
  font-size: 0.82rem;
  text-decoration: none;
  color: inherit;
}
.fb-cookie-settings-link:hover { opacity: 1; text-decoration: underline; }
.lp-footer .fb-cookie-settings-link { color: inherit; }
.mp-footer .fb-cookie-settings-link { margin-left: 6px; }
