.pinloopgo-cookie-consent {
  position: fixed;
  left: 50%;
  bottom: calc(72px + env(safe-area-inset-bottom, 0px));
  z-index: 2147483000;
  width: min(calc(100vw - 32px), 560px);
  transform: translateX(-50%);
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 24px;
  background: #fffaf2;
  color: #2f3028;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.22);
  padding: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.pinloopgo-cookie-consent__title {
  margin: 0;
  font-weight: 800;
}

.pinloopgo-cookie-consent__text {
  margin: 8px 0 0;
  color: #6f715f;
  line-height: 1.55;
}

.pinloopgo-cookie-consent__actions {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 14px;
}

.pinloopgo-cookie-consent button {
  border: 1px solid rgba(0, 0, 0, 0.14);
  border-radius: 999px;
  padding: 10px 14px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

.pinloopgo-cookie-consent [data-pinloopgo-cookie-reject] {
  background: #ffffff;
  color: #2f3028;
}

.pinloopgo-cookie-consent [data-pinloopgo-cookie-accept] {
  background: #2f3028;
  color: #fffaf2;
}

.pinloopgo-cookie-consent__note {
  margin: 12px 0 0;
  color: #6f715f;
  font-size: 12px;
  line-height: 1.45;
}

.pinloopgo-cookie-consent__note a {
  color: inherit;
  text-decoration: underline;
}

@media (max-width: 640px) {
  .pinloopgo-cookie-consent {
    bottom: calc(86px + env(safe-area-inset-bottom, 0px));
  }

  .pinloopgo-cookie-consent__actions {
    flex-direction: column;
  }

  .pinloopgo-cookie-consent button {
    width: 100%;
  }
}
