#legitara-cookie-banner {
  position: fixed;
  z-index: 2147483000;
  inset: auto 16px 16px 16px;
  display: flex;
  justify-content: center;
  font-family: inherit;
}

#legitara-cookie-banner .lc-card {
  width: min(860px, 100%);
  background: #ffffff;
  color: #111827;
  border: 1px solid rgba(17, 24, 39, 0.14);
  border-radius: 18px;
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.22);
  padding: 20px;
}

#legitara-cookie-banner h2 {
  margin: 0 0 8px;
  font-size: 20px;
  line-height: 1.25;
}

#legitara-cookie-banner p {
  margin: 0;
  font-size: 15px;
  line-height: 1.45;
}

#legitara-cookie-banner .lc-links {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 10px;
  font-size: 14px;
}

#legitara-cookie-banner .lc-links a {
  color: #1f4f82;
  text-decoration: underline;
}

#legitara-cookie-banner .lc-settings {
  margin-top: 16px;
  border-top: 1px solid rgba(17, 24, 39, 0.12);
  padding-top: 12px;
}

#legitara-cookie-banner .lc-row {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid rgba(17, 24, 39, 0.08);
}

#legitara-cookie-banner .lc-row small {
  display: block;
  margin-top: 3px;
  color: #4b5563;
  line-height: 1.35;
}

#legitara-cookie-banner .lc-row input {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
}

#legitara-cookie-banner .lc-disabled {
  opacity: 0.78;
}

#legitara-cookie-banner .lc-actions {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin-top: 16px;
}

#legitara-cookie-banner .lc-btn,
#legitara-cookie-manage {
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 10px 16px;
  font-weight: 700;
  cursor: pointer;
  font-family: inherit;
}

#legitara-cookie-banner .lc-primary {
  background: #1f4f82;
  color: #ffffff;
}

#legitara-cookie-banner .lc-secondary {
  background: #f0f4f8;
  color: #0f172a;
  border-color: rgba(15, 23, 42, 0.16);
}

#legitara-cookie-banner .lc-ghost {
  background: #ffffff;
  color: #0f172a;
  border-color: rgba(15, 23, 42, 0.22);
}

#legitara-cookie-manage {
  position: fixed;
  left: 14px;
  bottom: 14px;
  z-index: 2147482999;
  background: #ffffff;
  color: #1f4f82;
  border-color: rgba(31, 79, 130, 0.35);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.16);
  font-size: 13px;
}

@media (max-width: 640px) {
  #legitara-cookie-banner {
    inset: auto 10px 10px 10px;
  }

  #legitara-cookie-banner .lc-card {
    padding: 16px;
    border-radius: 16px;
  }

  #legitara-cookie-banner .lc-actions {
    flex-direction: column;
  }

  #legitara-cookie-banner .lc-btn {
    width: 100%;
  }
}
