.lgt-consent {
  position: fixed;
  z-index: 1000;
  right: 18px;
  bottom: 18px;
  left: 18px;
  max-width: 720px;
  margin: 0 auto;
  padding: 22px;
  color: #EDE9DF;
  background: #161B22;
  border: 1px solid #4FE3C1;
  box-shadow: 0 18px 60px rgba(0, 0, 0, .55);
  clip-path: polygon(14px 0, 100% 0, 100% calc(100% - 14px), calc(100% - 14px) 100%, 0 100%, 0 14px);
  font-family: 'Manrope', sans-serif;
}

.lgt-consent[hidden],
.lgt-cookie-settings[hidden] {
  display: none;
}

.lgt-consent__eyebrow {
  margin: 0 0 8px;
  color: #4FE3C1;
  font-family: 'Chakra Petch', sans-serif;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.lgt-consent h2 {
  margin: 0 0 10px;
  color: #EDE9DF;
  font-family: 'Chakra Petch', sans-serif;
  font-size: 1.25rem;
  line-height: 1.2;
}

.lgt-consent p {
  margin: 0;
  color: #C6CDD7;
  font-size: .92rem;
  line-height: 1.55;
}

.lgt-consent__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 18px;
}

.lgt-consent__actions button,
.lgt-cookie-settings {
  min-height: 46px;
  padding: 11px 16px;
  color: #EDE9DF;
  background: #232B36;
  border: 1px solid #EDE9DF;
  font-family: 'Chakra Petch', sans-serif;
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .06em;
  cursor: pointer;
}

.lgt-consent__actions button:hover,
.lgt-consent__actions button:focus-visible,
.lgt-cookie-settings:hover,
.lgt-cookie-settings:focus-visible {
  color: #07110F;
  background: #4FE3C1;
  border-color: #4FE3C1;
  outline: 2px solid #4FE3C1;
  outline-offset: 3px;
}

.lgt-cookie-settings {
  position: fixed;
  z-index: 990;
  left: 14px;
  bottom: 14px;
  min-height: 38px;
  padding: 8px 12px;
  color: #EDE9DF;
  border-color: #2C3542;
  font-size: .72rem;
}

@media (max-width: 819px) {
  .lgt-consent,
  .lgt-cookie-settings {
    bottom: calc(78px + env(safe-area-inset-bottom));
  }
}

@media (max-width: 480px) {
  .lgt-consent {
    right: 10px;
    left: 10px;
    padding: 18px;
  }

  .lgt-consent__actions {
    grid-template-columns: 1fr;
  }
}
