.wi-cookie-banner {
  position: fixed;
  left: clamp(12px, 2vw, 24px);
  right: auto;
  bottom: clamp(12px, 2vw, 24px);
  z-index: 1000;
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  width: min(380px, calc(100% - 24px));
  max-width: 380px;
  margin: 0;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 12px;
  background: rgba(24, 53, 47, .97);
  color: #fff;
  box-shadow: 0 12px 32px rgba(18, 38, 32, .24);
  font-family: "Source Sans 3", "Source Sans Pro", system-ui, sans-serif;
}
.wi-cookie-banner[hidden] { display: none; }
.wi-cookie-banner h2 {
  margin: 0;
  color: #fff;
  font: 700 16px/1.2 "Playfair Display", Georgia, serif;
  white-space: nowrap;
}
.wi-cookie-banner p { margin: 0; color: rgba(255, 255, 255, .86); font-size: 13px; line-height: 1.35; }
.wi-cookie-banner a { color: #fff; text-underline-offset: 3px; }
.wi-cookie-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin: 2px 0 0; }
.wi-cookie-actions button {
  min-height: 38px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 6px;
  font: 800 14px/1.2 "Source Sans 3", "Source Sans Pro", system-ui, sans-serif;
  cursor: pointer;
}
.wi-cookie-accept { background: #fff; color: #18352f; }
.wi-cookie-decline { background: transparent; color: #fff; }
.wi-cookie-settings {
  display: block;
  margin: 12px auto 0;
  padding: 4px 8px;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, .78);
  font: 700 12px/1.3 "Source Sans 3", "Source Sans Pro", system-ui, sans-serif;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}
.wi-cookie-actions button:focus-visible,
.wi-cookie-settings:focus-visible { outline: 3px solid #c79a4b; outline-offset: 3px; }
@media (max-width: 520px) {
  .wi-cookie-banner { left: 10px; right: auto; bottom: 74px; width: min(380px, calc(100% - 20px)); gap: 6px; padding: 11px; }
  .wi-cookie-banner h2 { font-size: 14px; }
  .wi-cookie-banner p { font-size: 12px; line-height: 1.3; }
  .wi-cookie-actions { gap: 7px; }
  .wi-cookie-actions button { width: 100%; }
}
