.cookie-consent-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 2147483645;
  box-sizing: border-box;
  width: 100%;
  background-color: var(--background);
}

.cookie-consent-banner__inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 32px 10px;
  text-align: center;
}

.cookie-consent-banner__copy {
  margin-bottom: 16px;
}

.cookie-consent-banner__actions {
}

.cookie-consent-banner__header {
  margin-bottom: 8px;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
}

.cookie-consent-banner__cta {
  display: inline-block;
  background-color: var(--accent);
  color: #fff !important;
  text-decoration: none;
  font-family: "Google Sans", Roboto, Arial, sans-serif;
  line-height: 1.2rem;
  font-size: 0.9rem;
  letter-spacing: .00625em;
  height: 38px;
  margin: 2px 0;
  min-height: 38px;
  min-width: 150px;
  padding: 10px 16px;
  box-sizing: border-box;
  border-radius: 8px;
  text-align: center;
  cursor: pointer;
}

.cookie-consent-banner__cta--secondary {
  padding: 9px 13px;
  border: 1px solid var(--accent);
  background-color: transparent;
  color: var(--accent) !important;
}

.cookie-consent-banner__cta:hover {
  background-color: #00b380;
}

.cookie-consent-banner__cta--secondary:hover {
  border-color: #00b380;
  background-color: transparent;
  color: #00b380;
}

.cookie-consent-banner__cta:last-child {
  margin-left: 16px;
}

.blur-bg {
  filter: blur(8px);
  -webkit-filter: blur(8px);
}

@media screen and (min-width: 600px) {
  .cookie-consent-banner__cta {
    line-height: 1.5rem;
    font-size: 1rem;
    letter-spacing: .00625em;
    height: 44px;
    margin: 2px 0;
    min-height: 44px;
    min-width: 200px;
    padding: 10px 16px;
    border-radius: 8px;
  }
}
