.cc_wVIiTW1dYB_C6EAThgLFx .cp-cookie-bar {
  position: fixed;
  bottom: 1.5rem;
  z-index: 900;
  width: calc(100% - 2rem);
  max-width: 22rem;
  padding: 16px;
  border-radius: var(--r-md);
  box-shadow: 0 24px 48px -16px rgba(0, 0, 0, 0.24);
  font-family: var(--font-body);
  font-size: 13px;
  line-height: 1.5;
}

.cc_wVIiTW1dYB_C6EAThgLFx .cp-cookie-bar--right {
  right: 1rem;
}

.cc_wVIiTW1dYB_C6EAThgLFx .cp-cookie-bar--left {
  left: 1rem;
}

.cc_wVIiTW1dYB_C6EAThgLFx .cp-cookie-bar__top {
  position: relative;
  padding-right: 24px;
}

.cc_wVIiTW1dYB_C6EAThgLFx .cp-cookie-bar__content a {
  color: var(--mustard);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.cc_wVIiTW1dYB_C6EAThgLFx .cp-cookie-bar__content p {
  margin: 0;
}

.cc_wVIiTW1dYB_C6EAThgLFx .cp-cookie-bar__close {
  position: absolute;
  top: -4px;
  right: -8px;
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  opacity: 0.8;
}

.cc_wVIiTW1dYB_C6EAThgLFx .cp-cookie-bar__close:hover {
  opacity: 1;
}

.cc_wVIiTW1dYB_C6EAThgLFx .cp-cookie-bar__accept {
  margin-top: 12px;
  width: 100%;
  padding: 10px 14px;
  border: 1px solid currentColor;
  border-radius: var(--r-pill);
  background: transparent;
  cursor: pointer;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.02em;
  transition: background-color 0.15s, color 0.15s;
}

.cc_wVIiTW1dYB_C6EAThgLFx .cp-cookie-bar__accept:hover {
  background: rgba(255, 255, 255, 0.08);
}

@media (min-width: 768px) {
.cc_wVIiTW1dYB_C6EAThgLFx .cp-cookie-bar {
    bottom: 2rem;
    max-width: 24rem;
    padding: 18px;
  }
.cc_wVIiTW1dYB_C6EAThgLFx .cp-cookie-bar--right {
    right: 2rem;
  }
.cc_wVIiTW1dYB_C6EAThgLFx .cp-cookie-bar--left {
    left: 2rem;
  }
}
