/* Undvik att sista innehållet hamnar under den fasta bannern */
body.ck-cookie-banner-visible {
  padding-bottom: clamp(10rem, 32vh, 18rem);
}

/* Cookie-banner — ovanför sidinnehåll, under modaler i Bootstrap (~1055) */
.ck-cookie-banner {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1060;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.98) 0%, rgba(15, 23, 42, 0.99) 100%);
  border-top: 1px solid rgba(148, 163, 184, 0.35);
  box-shadow:
    0 -8px 32px rgba(0, 0, 0, 0.35),
    0 -1px 0 rgba(255, 255, 255, 0.06) inset;
}

.ck-cookie-banner__text {
  max-width: 52rem;
  line-height: 1.55;
}

.ck-cookie-banner__policy-link {
  color: var(--ck-blue-mid, #38bdf8);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.ck-cookie-banner__policy-link:hover {
  color: #fff;
}

.ck-cookie-details .form-check-input:checked {
  background-color: var(--ck-blue, #0ea5e9);
  border-color: var(--ck-blue, #0ea5e9);
}

.site-footer .ck-footer-cookie-link {
  color: var(--ck-blue-mid);
  font-size: inherit;
}

.site-footer .ck-footer-cookie-link:hover {
  color: #fff;
}
