.footer-link {
  appearance: none;
  border: 0;
  padding: 0;
  background: none;
  color: inherit;
  font: inherit;
  cursor: pointer;
}

.footer-link:hover {
  text-decoration: underline;
}

.entld-consent {
  position: fixed;
  z-index: 1000;
  left: 20px;
  bottom: 20px;
  width: min(calc(100% - 40px), 430px);
  padding: 14px 15px;
  background: #17191c;
  color: #f7f6f1;
  border: 1px solid #414744;
  border-radius: 14px;
  box-shadow: 0 16px 48px #000b;
}

.entld-consent[hidden] {
  display: none;
}

.entld-consent h2 {
  margin: 0 0 4px;
  font-size: .9rem;
  letter-spacing: -.01em;
}

.entld-preferences h2 {
  margin: 0 0 8px;
  font-size: 1.25rem;
  letter-spacing: -.01em;
}

.entld-consent p {
  margin: 0;
  color: #b8c0ba;
  font-size: .7rem;
  line-height: 1.4;
}

.entld-preferences p {
  margin: 0;
  color: #b8c0ba;
  font-size: .88rem;
  line-height: 1.55;
}

.entld-consent a,
.entld-preferences a {
  color: inherit;
  text-underline-offset: 3px;
}

.entld-consent-actions {
  display: flex;
  justify-content: flex-start;
  gap: 7px;
  flex-wrap: wrap;
  margin-top: 10px;
}

.entld-consent button {
  min-height: 34px;
  border: 1px solid #4b534e;
  border-radius: 9px;
  padding: 7px 10px;
  background: #232725;
  color: #f7f6f1;
  font: inherit;
  font-size: .7rem;
  font-weight: 650;
  cursor: pointer;
}

.entld-preferences button {
  min-height: 43px;
  border: 1px solid #4b534e;
  border-radius: 10px;
  padding: 10px 15px;
  background: #232725;
  color: #f7f6f1;
  font: inherit;
  font-size: .84rem;
  font-weight: 650;
  cursor: pointer;
}

.entld-consent button:hover,
.entld-preferences button:hover {
  border-color: #7a857e;
}

.entld-consent button:focus-visible,
.entld-consent a:focus-visible,
.entld-preferences button:focus-visible {
  outline: 2px solid #f7f6f1;
  outline-offset: 2px;
}

.entld-consent .primary,
.entld-preferences .primary {
  border-color: #00c853;
  background: #00c853;
  color: #001b0a;
}

.entld-preferences {
  width: min(100% - 32px, 620px);
  padding: 0;
  background: #17191c;
  color: #f7f6f1;
  border: 1px solid #414744;
  border-radius: 22px;
  box-shadow: 0 24px 100px #000e;
}

.entld-preferences::backdrop {
  background: #000b;
}

.entld-preferences-inner {
  padding: 26px;
}

.entld-preferences-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.entld-close {
  min-width: 43px;
  padding: 8px !important;
  font-size: 1.2rem !important;
  line-height: 1;
}

.entld-choice {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 22px;
  padding: 18px 0;
  border-top: 1px solid #343936;
}

.entld-choice:first-of-type {
  margin-top: 22px;
}

.entld-choice strong {
  display: block;
  font-size: .95rem;
}

.entld-choice small {
  display: block;
  margin-top: 5px;
  color: #aeb7b0;
  font-size: .78rem;
  line-height: 1.45;
}

.entld-choice input {
  flex: none;
  width: 20px;
  height: 20px;
  margin: 2px 0 0;
  accent-color: #00c853;
}

.entld-choice input:disabled {
  opacity: .55;
}

.entld-preferences-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 22px;
}

@media (max-width: 600px) {
  .entld-consent {
    left: 10px;
    right: 10px;
    bottom: 10px;
    width: auto;
    padding: 15px;
  }

  .entld-consent h2 {
    margin-bottom: 5px;
    font-size: 1rem;
  }

  .entld-consent p {
    font-size: .78rem;
    line-height: 1.45;
  }

  .entld-consent-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .entld-consent .primary {
    grid-column: 1 / -1;
    grid-row: 1;
  }

  .entld-consent [data-consent-essential] {
    grid-column: 1;
    grid-row: 2;
  }

  .entld-consent [data-consent-manage] {
    grid-column: 2;
    grid-row: 2;
  }

  .entld-consent button,
  .entld-preferences-actions button {
    width: 100%;
  }

  .entld-consent button {
    min-height: 38px;
    padding: 8px 12px;
    font-size: .76rem;
  }

  .entld-preferences-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .entld-preferences-inner {
    padding: 21px;
  }
}
