.consent-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1050;
  background: #212529;
  color: #f8f9fa;
  padding: 12px 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.25);
}

.consent-banner[hidden] {
  display: none;
}

.consent-banner__text {
  flex: 1 1 320px;
  font-size: 0.9rem;
}

.consent-banner__text a {
  color: #9ecbff;
}

.consent-banner__actions {
  display: flex;
  gap: 8px;
  flex: 0 0 auto;
}

.site-footer {
  background: #3d434a;
  color: rgba(255, 255, 255, 0.65);
}

.site-footer a {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
}

.site-footer a:hover {
  color: #fff;
}

.site-footer .btn-link {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
}

.site-footer .btn-link:hover {
  color: #fff;
}