.pw-cookie-notice {
  position: fixed;
  z-index: 1300;
  left: 1.25rem;
  bottom: 1.25rem;
  width: min(360px, calc(100% - 2.5rem));
  padding: 1.15rem 1.25rem 1rem;
  border: 1px solid #363636;
  border-radius: 2px;
  background: #151515;
  color: #f4f2eb;
  font-family: Inter, Arial, sans-serif;
  box-shadow: 0 8px 32px #0005;
}

.pw-cookie-notice__copy h2 {
  margin: 0 0 .5rem;
  color: #f4f2eb;
  font-family: Inter, Arial, sans-serif;
  font-size: .88rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -.015em;
  text-transform: none;
}

.pw-cookie-notice__copy p {
  margin: 0;
  color: #bcbab5;
  font-size: .76rem;
  font-weight: 400;
  line-height: 1.65;
}

.pw-cookie-notice__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: .8rem;
}

.pw-cookie-notice__actions a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: #d7d5ce;
  font-size: .73rem;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.pw-cookie-notice__actions a:hover { color: #fff; }

.pw-cookie-notice__actions button {
  min-width: 80px;
  min-height: 44px;
  padding: .5rem 1rem;
  border: 1px solid #f4f2eb;
  border-radius: 1px;
  background: #080808;
  color: #fff;
  font-family: 'Barlow Condensed', 'Arial Narrow', Arial, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .02em;
  text-transform: uppercase;
  cursor: pointer;
}

.pw-cookie-notice__actions button:hover { background: #080808; border-color: #fff; }

.pw-cookie-notice__actions :focus-visible {
  outline: 2px solid #f4f2eb;
  outline-offset: 4px;
}

@media (max-width: 760px) {
  .pw-cookie-notice {
    left: .75rem;
    bottom: calc(.75rem + env(safe-area-inset-bottom, 0px));
    width: calc(100% - 1.5rem);
    max-width: 360px;
    padding: 1rem 1.1rem .8rem;
  }

  .pw-cookie-notice--above-quickbar {
    bottom: calc(58px + .75rem + env(safe-area-inset-bottom, 0px));
  }
}
