.cookie-consent {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9998;
  background: #ffffff;
  border-top: 2px solid #0072bc;
  box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.18);
  text-align: left;
}

.cookie-consent.is-hidden {
  display: none;
}

.cookie-consent.is-visible {
  display: block;
}

.cookie-consent__inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 14px 16px;
}

.cookie-consent__inner p {
  margin: 0 0 8px 0;
  font-size: 13px;
  color: #222;
}

.cookie-consent__actions button {
  margin: 0 8px 8px 0;
  background: #0072bc;
  color: #fff;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
  padding: 8px 12px;
  font-size: 12px;
}

.cookie-consent__actions button:hover {
  background: #005f9d;
}

.cookie-settings-modal {
  display: none;
}

.cookie-settings-modal.is-open {
  display: block;
  position: fixed;
  inset: 0;
  z-index: 9999;
}

.cookie-settings-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

.cookie-settings-card {
  position: relative;
  max-width: 520px;
  margin: 80px auto;
  background: #fff;
  border-radius: 8px;
  padding: 18px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
  text-align: left;
}

.cookie-settings-card h2 {
  margin: 0 0 12px 0;
}

.cookie-setting {
  display: block;
  margin: 0 0 10px 0;
  font-size: 13px;
  color: #1f1f1f;
}

.cookie-setting input {
  margin-right: 8px;
}

.cookie-settings-actions {
  margin-top: 14px;
}

.cookie-settings-actions button {
  margin-right: 8px;
  background: #0072bc;
  color: #fff;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
  padding: 8px 12px;
  font-size: 12px;
}

.cookie-settings-actions button:hover {
  background: #005f9d;
}

#foot .copy a#openCookieSettings {
  white-space: nowrap;
}

@media (max-width: 760px) {
  .cookie-consent__inner {
    padding: 12px;
  }

  .cookie-consent__actions button,
  .cookie-settings-actions button {
    width: 100%;
    margin-right: 0;
  }

  .cookie-settings-card {
    margin: 30px 10px;
    max-width: none;
  }
}
