.cookie-banner {
  position: fixed;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 9999;
  max-width: 760px;
  margin: 0 auto;
  background: #ffffff;
  border: 1px solid rgba(20, 20, 20, 0.14);
  border-radius: 24px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.18);
  color: #171717;
  font-family: inherit;
}

.cookie-banner__content {
  padding: 24px;
}

.cookie-banner strong {
  display: block;
  margin-bottom: 8px;
  font-size: 18px;
}

.cookie-banner p {
  margin: 0 0 18px;
  line-height: 1.55;
  color: #4b4b4b;
}

.cookie-banner__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.cookie-btn {
  border: 0;
  border-radius: 999px;
  padding: 12px 18px;
  font-weight: 700;
  cursor: pointer;
}

.cookie-btn--primary {
  background: #ff4f35;
  color: #ffffff;
}

.cookie-btn--secondary {
  background: #f3f0ea;
  color: #171717;
}

.cookie-link {
  color: #171717;
  font-weight: 700;
  text-decoration: underline;
}

.cookie-settings {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 9998;
  border: 1px solid rgba(20, 20, 20, 0.16);
  border-radius: 999px;
  background: #ffffff;
  color: #171717;
  padding: 10px 14px;
  font-size: 13px;
  font-weight: 700;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.14);
  cursor: pointer;
}

@media (max-width: 640px) {
  .cookie-banner {
    left: 12px;
    right: 12px;
    bottom: 12px;
    border-radius: 18px;
  }

  .cookie-banner__content {
    padding: 18px;
  }

  .cookie-banner__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .cookie-btn,
  .cookie-link {
    width: 100%;
    text-align: center;
  }
}


.footer-cookie-settings {
  appearance: none;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  padding: 0;
  cursor: pointer;
  text-decoration: none;
}

.footer-cookie-settings:hover {
  text-decoration: underline;
}
