.cookie-banner {
  background: #fff;
  border-top: 1px solid var(--bs-border-color);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 1050;
}

.cookie-settings-fab {
  align-items: center;
  background: var(--bs-primary);
  border: 0;
  border-radius: 50%;
  bottom: 1.25rem;
  color: #fff;
  display: inline-flex;
  font-size: 1.45rem;
  height: 3.5rem;
  justify-content: center;
  position: fixed;
  right: 1.25rem;
  width: 3.5rem;
  z-index: 1060;
}

.cookie-settings-fab:hover,
.cookie-settings-fab:focus-visible {
  background: var(--bs-primary-text-emphasis);
}

.cookie-settings-fab:focus-visible { outline: 3px solid rgba(var(--bs-primary-rgb), .35); outline-offset: 3px; }

.cookie-category + .cookie-category { border-top: 1px solid var(--bs-border-color); }
.cookie-category__cookies { padding-left: 2.5rem; }
.cookie-category__cookies .form-check { border-bottom: 1px solid #f0f0f0; padding-bottom: .75rem; }
.cookie-category__cookies .form-check:last-child { border-bottom: 0; padding-bottom: 0; }
