body.analytics-consent-open {
  padding-bottom: 120px;
}

.analytics-consent {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 1000;
  width: min(320px, calc(100vw - 24px));
  padding: 12px 14px;
  border: 1px solid rgba(17, 17, 17, 0.12);
  border-radius: 14px;
  background-color: rgba(255, 255, 255, 0.98);
  box-shadow: 0 14px 34px rgba(17, 17, 17, 0.12);
}

.analytics-consent,
.analytics-consent-copy,
.analytics-consent-button,
.analytics-consent-link,
.analytics-consent-link-button {
  font-family: 'Lato', Verdana, Helvetica, sans-serif;
}

.analytics-consent-copy {
  margin: 0 0 8px;
  font-size: 12px;
  line-height: 1.45;
  color: #3c3c3c;
}

.analytics-consent-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
}

.analytics-consent-button {
  border: 0;
  border-radius: 999px;
  background-color: #1b1b1b;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  padding: 8px 12px;
  cursor: pointer;
}

.analytics-consent-button:hover,
.analytics-consent-button:focus {
  background-color: #000000;
}

.analytics-consent-link {
  font-size: 12px;
  line-height: 1.2;
  color: #666666;
  text-decoration: none;
}

.analytics-consent-link-button {
  border: 0;
  background: none;
  padding: 0;
  font-size: 12px;
  line-height: 1.2;
  color: #666666;
  cursor: pointer;
}

.analytics-consent-link-button:hover,
.analytics-consent-link-button:focus,
.analytics-consent-link:hover,
.analytics-consent-link:focus {
  color: #111111;
}

@media (max-width: 520px) {
  body.analytics-consent-open {
    padding-bottom: 148px;
  }

  .analytics-consent {
    right: 12px;
    bottom: 12px;
    left: 12px;
    width: auto;
  }
}
