.analytics-consent {
  position: fixed;
  right: 20px;
  bottom: 20px;
  left: 20px;
  z-index: 10000;
  max-width: 760px;
  margin: 0 auto;
  padding: 20px;
  border: 1px solid rgba(181, 147, 79, 0.38);
  border-radius: 14px;
  background: #fff;
  color: #1d2b25;
  box-shadow: 0 14px 44px rgba(15, 35, 27, 0.2);
  font-family: inherit;
}

.analytics-consent[hidden],
.analytics-consent-settings[hidden] {
  display: none;
}

.analytics-consent__title {
  margin: 0 0 8px;
  color: #163f32;
  font-size: 18px;
  font-weight: 700;
}

.analytics-consent__text {
  margin: 0;
  font-size: 14px;
  line-height: 1.75;
}

.analytics-consent__text a {
  color: #17664d;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.analytics-consent__actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 16px;
}

.analytics-consent__button {
  min-height: 44px;
  border-radius: 999px;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.analytics-consent__button {
  min-width: 132px;
  padding: 10px 18px;
  border: 1px solid #17664d;
}

.analytics-consent__button--reject {
  background: #fff;
  color: #17664d;
}

.analytics-consent__button--accept {
  background: #17664d;
  color: #fff;
}

.analytics-consent__button:focus-visible,
.analytics-consent-settings:focus-visible {
  outline: 3px solid #d9b96d;
  outline-offset: 3px;
}

.analytics-consent-settings {
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(255, 253, 248, 0.62);
  font: inherit;
  white-space: nowrap;
  cursor: pointer;
}

.footer-legal .analytics-consent-settings::before {
  content: "/";
  display: inline-block;
  margin: 0 10px;
  color: rgba(255, 253, 248, 0.34);
}

@media (max-width: 640px) {
  .analytics-consent {
    right: 12px;
    bottom: 12px;
    left: 12px;
    padding: 17px;
  }

  .analytics-consent__actions {
    flex-direction: column-reverse;
  }

  .analytics-consent__button {
    width: 100%;
  }
}
