.site-footer {
  width: min(1680px, 100%);
  margin: 24px auto 0;
  padding: 18px 24px 28px;
  color: #667085;
  font-family: Arial, Helvetica, sans-serif;
  font-size: .9rem;
  text-align: center;
}

.site-footer a {
  color: #082b86;
  font-weight: 800;
  text-decoration: underline;
}

.cookie-consent {
  position: fixed;
  left: 50%;
  bottom: 18px;
  z-index: 1000;
  width: min(720px, calc(100% - 28px));
  transform: translateX(-50%);
  padding: 16px;
  border: 1px solid rgba(8, 43, 134, .18);
  border-radius: 16px;
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 18px 54px rgba(8, 43, 134, .22);
  color: #0b1635;
  font-family: Arial, Helvetica, sans-serif;
}

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

.cookie-consent p {
  margin: 0 0 12px;
  color: #667085;
  line-height: 1.45;
}

.cookie-consent a {
  color: #082b86;
  font-weight: 800;
}

.cookie-consent button {
  min-height: 42px;
  padding: 0 18px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #082b86, #0d47c8);
  font-weight: 800;
  cursor: pointer;
}
