.apps-cookie-notice-v1 {
  position: fixed;
  z-index: 2147483000;
  left: max(10px, env(safe-area-inset-left));
  right: max(10px, env(safe-area-inset-right));
  bottom: max(10px, env(safe-area-inset-bottom));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  box-sizing: border-box;
  width: auto;
  max-width: 680px;
  margin: 0 auto;
  padding: 9px 9px 9px 11px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 13px;
  background: rgba(12, 14, 20, 0.94);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.36);
  backdrop-filter: blur(16px);
  color: rgba(244, 245, 247, 0.82);
  font: 500 12px/1.35 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.apps-cookie-notice-v1[hidden] {
  display: none;
}

.apps-cookie-notice-v1[data-cookie-placement="flow"] {
  position: static;
  z-index: auto;
  inset: auto;
  width: 100%;
  max-width: none;
  margin: 0;
  background: rgba(8, 9, 13, 0.82);
  box-shadow: none;
  backdrop-filter: none;
}

.apps-cookie-notice-v1,
.apps-cookie-notice-v1 * {
  box-sizing: border-box;
}

.apps-cookie-notice-v1__text {
  min-width: 0;
  margin: 0;
  overflow-wrap: anywhere;
}

.apps-cookie-notice-v1__text strong,
.apps-cookie-notice-v1__link {
  color: #fff2c8;
}

.apps-cookie-notice-v1__link {
  text-underline-offset: 2px;
}

.apps-cookie-notice-v1__button {
  flex: 0 0 auto;
  min-width: 78px;
  min-height: 40px;
  padding: 8px 12px;
  border: 0;
  border-radius: 999px;
  background: rgba(217, 185, 111, 0.22);
  color: #fff2c8;
  font: 800 12px/1 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  cursor: pointer;
}

.apps-cookie-notice-v1__button:hover {
  background: rgba(217, 185, 111, 0.3);
}

.apps-cookie-notice-v1__button:focus-visible,
.apps-cookie-notice-v1__link:focus-visible {
  outline: 2px solid #fff2c8;
  outline-offset: 2px;
}

@media (max-width: 360px) {
  .apps-cookie-notice-v1:not([data-cookie-placement="flow"]) {
    left: max(7px, env(safe-area-inset-left));
    right: max(7px, env(safe-area-inset-right));
    bottom: max(7px, env(safe-area-inset-bottom));
    padding-left: 9px;
  }

  .apps-cookie-notice-v1__button {
    min-width: 72px;
  }
}
