.cookie-consent {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 300;
  width: min(560px, calc(100% - 48px));
  padding: 24px;
  border: 2px solid #101820;
  background: #ffffff;
  color: #101820;
  box-shadow: 12px 12px 0 rgba(16, 24, 32, .18);
  font-family: "Public Sans", Arial, sans-serif;
}

.cookie-consent[hidden] { display: none; }
.cookie-consent h2 { margin: 0; font-size: 1.35rem; line-height: 1.15; }
.cookie-consent p { margin: 12px 0 0; color: #5d6975; font-size: .9rem; line-height: 1.55; }
.cookie-consent a { color: #0059ff; font-weight: 700; }
.cookie-consent-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 20px; }
.cookie-consent-button {
  min-height: 46px;
  padding: 10px 15px;
  border: 2px solid #0059ff;
  border-radius: 0;
  background: #0059ff;
  color: #ffffff;
  cursor: pointer;
  font: 700 .82rem/1.25 "Public Sans", Arial, sans-serif;
}
.cookie-consent-button:hover { background: #0048cf; border-color: #0048cf; }
.cookie-consent-button:focus-visible { outline: 3px solid #101820; outline-offset: 3px; }
.cookie-settings-button {
  display: inline;
  padding: 5px 0;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font: inherit;
  text-align: left;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.site-footer .cookie-settings-button { display: block; color: #d5dde7; font-size: .78rem; text-decoration: none; }
.site-footer .cookie-settings-button:hover { color: #ffffff; }
.policy .cookie-settings-button { color: #0059ff; font-weight: 650; }

@media (max-width: 560px) {
  .cookie-consent { right: 15px; bottom: 15px; width: calc(100% - 30px); padding: 20px; box-shadow: 7px 7px 0 rgba(16, 24, 32, .18); }
  .cookie-consent-actions { grid-template-columns: 1fr; }
}
