.gt-pwa-cookie-consent[hidden] {
  display: none;
}

.gt-pwa-cookie-consent {
  position: fixed;
  inset: 0;
  z-index: 300;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 16px 12px calc(94px + env(safe-area-inset-bottom));
  background: rgba(15, 23, 42, .28);
  backdrop-filter: blur(3px);
}

.gt-pwa-cookie-consent__panel {
  width: min(100%, 406px);
  padding: 18px;
  border: 1px solid rgba(226, 232, 240, .95);
  border-radius: 20px;
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 24px 60px rgba(15, 23, 42, .2);
}

.gt-pwa-cookie-consent__head {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
}

.gt-pwa-cookie-consent__icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid #ffd8c8;
  border-radius: 14px;
  background: #fff7f1;
  color: #ff5a00;
}

.gt-pwa-cookie-consent__icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.gt-pwa-cookie-consent h2 {
  margin: 0;
  color: #0b1730;
  font-size: 18px;
  font-weight: 650;
  line-height: 23px;
}

.gt-pwa-cookie-consent p {
  margin: 12px 0 0;
  color: #667085;
  font-size: 13px;
  line-height: 19px;
}

.gt-pwa-cookie-consent p a {
  color: #334155;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.gt-pwa-cookie-consent__actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 9px;
  margin-top: 16px;
}

.gt-pwa-cookie-consent__settings { display:grid; gap:8px; margin-top:14px; }
.gt-pwa-cookie-consent__settings[hidden] { display:none; }
.gt-pwa-cookie-consent__settings label { display:flex; gap:10px; align-items:flex-start; padding:11px 12px; border:1px solid #e2e8f0; border-radius:12px; background:#f8fafc; cursor:pointer; }
.gt-pwa-cookie-consent__settings input { width:18px; height:18px; margin:2px 0 0; accent-color:#ff5a00; }
.gt-pwa-cookie-consent__settings span { display:grid; gap:2px; }
.gt-pwa-cookie-consent__settings b { color:#0b1730; font-size:13px; }
.gt-pwa-cookie-consent__settings small { color:#667085; font-size:11px; line-height:1.4; }

.gt-pwa-cookie-consent button {
  min-width: 0;
  height: 48px;
  padding: 0 12px;
  border-radius: 14px;
  font: inherit;
  font-size: 13px;
  font-weight: 650;
}

.gt-pwa-cookie-consent [data-cookie-choice="essential"] {
  border: 1px solid #d8e0ea;
  background: #fff;
  color: #334155;
}

.gt-pwa-cookie-consent [data-cookie-open-settings] { border:1px solid #d8e0ea; background:#f8fafc; color:#334155; }
.gt-pwa-cookie-consent [data-cookie-save-settings] { border:1px solid #ff5a00; background:#ff5a00; color:#fff; }

@media (min-width: 768px) {
  .gt-pwa-cookie-consent { align-items:flex-end; justify-content:flex-start; padding:24px; }
  .gt-pwa-cookie-consent__panel { width:min(560px, calc(100vw - 48px)); padding:22px; }
  .gt-pwa-cookie-consent__actions { grid-template-columns:1.2fr 1fr 1.35fr; }
  .gt-pwa-cookie-consent [data-cookie-save-settings] { grid-column:1/-1; }
}

.gt-pwa-cookie-consent [data-cookie-choice="all"] {
  border: 1px solid #ff5a00;
  background: #ff5a00;
  box-shadow: 0 10px 22px rgba(255, 90, 0, .2);
  color: #fff;
}

@media (max-width: 374px) {
  .gt-pwa-cookie-consent {
    padding-right: 8px;
    padding-left: 8px;
  }

  .gt-pwa-cookie-consent__panel {
    padding: 16px;
  }

  .gt-pwa-cookie-consent__actions {
    grid-template-columns: 1fr;
  }
}
