.prestech-lgpd-consent-root {
  container: plc-root/inline-size;
  font-size: 16px;
  line-height: 1.5;
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 99998;
}

.plc-consent {
  --plc-ink: #142033;
  --plc-muted: #5f6b7a;
  --plc-panel: #ffffff;
  --plc-line: #d9e2ef;
  --plc-soft: #f5f7fb;
  --plc-focus: #0a4fb8;
  --plc-shadow: 0 24px 70px rgba(10, 23, 45, 0.22);
  --plc-enter-delay: 1.55s;
  --plc-enter-duration: 450ms;
  display: flex;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  justify-content: flex-end;
  pointer-events: auto;
  position: absolute;
  inset: 56px 26px auto auto;
  max-height: calc(100vh - 82px);
  width: min(430px, 100vw - 32px);
}

.prestech-lgpd-consent-root .plc-consent,
.prestech-lgpd-consent-root .plc-consent * {
  box-sizing: border-box;
}

.prestech-lgpd-consent-root .plc-consent :where(section, header, footer, div, p, h2, ul, li, figure, figcaption, span) {
  background: transparent;
  border: 0;
  box-shadow: none;
  clear: none;
  float: none;
  height: auto;
  inset: auto;
  letter-spacing: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  min-height: 0;
  min-width: 0;
  outline: 0;
  padding: 0;
  position: static;
  text-align: initial;
  text-decoration: none;
  text-transform: none;
  transform: none;
  width: auto;
}

.prestech-lgpd-consent-root .plc-consent :where(a, button, meter) {
  box-shadow: none;
  float: none;
  letter-spacing: 0;
  margin: 0;
  max-width: none;
  min-height: 0;
  min-width: 0;
  text-transform: none;
}

@position-try --plc-consent-right-cover {
  inset: 56px 26px auto auto;
}
@supports (position-try-fallbacks: --plc-consent-right-cover) {
  .plc-consent {
    position-try-fallbacks: --plc-consent-right-cover;
  }
}
@scope (.plc-consent) {
  :scope {
    color: var(--plc-ink);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.5;
  }
  :scope :where(section, header, footer, div, p, h2, ul, li, figure, figcaption, span) {
    background: transparent;
    border: 0;
    box-shadow: none;
    margin: 0;
    min-height: 0;
    padding: 0;
    position: static;
    width: auto;
  }
  :scope :focus-visible {
    outline: 3px solid var(--plc-focus);
    outline-offset: 3px;
  }
}
.prestech-lgpd-consent-root .plc-consent .plc-consent__panel {
  background: var(--plc-panel);
  border: 1px solid var(--plc-line);
  border-radius: 10px;
  box-shadow: var(--plc-shadow);
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-height: inherit;
  opacity: 1;
  overflow: auto;
  padding: 20px;
  pointer-events: auto;
  transform: translateY(0);
  transition: opacity var(--plc-enter-duration) cubic-bezier(0.16, 1, 0.3, 1) var(--plc-enter-delay), transform var(--plc-enter-duration) cubic-bezier(0.16, 1, 0.3, 1) var(--plc-enter-delay);
  width: 100%;
}

@starting-style {
  .prestech-lgpd-consent-root .plc-consent .plc-consent__panel {
    opacity: 0;
    transform: translateY(18px);
  }
}
.prestech-lgpd-consent-root .plc-consent .plc-consent__panel:focus,
.prestech-lgpd-consent-root .plc-consent .plc-consent__panel:focus-within {
  border-color: color-mix(in srgb, var(--plc-focus) 50%, var(--plc-line));
}

.prestech-lgpd-consent-root .plc-consent .plc-consent__header {
  background: transparent;
  border: 0;
  box-shadow: none;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px 12px;
  padding: 0;
}

.prestech-lgpd-consent-root .plc-consent .plc-consent__eyebrow {
  color: #7141b1;
  font-size: 0.8rem;
  font-weight: 800;
  grid-column: 1;
  letter-spacing: 0;
  margin: 0;
  text-transform: uppercase;
}

.prestech-lgpd-consent-root .plc-consent .plc-consent__title {
  color: var(--plc-ink);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.35rem;
  font-weight: 800;
  grid-column: 1;
  line-height: 1.2;
  margin: 0;
}

.prestech-lgpd-consent-root .plc-consent .plc-consent__close {
  align-items: center;
  appearance: none;
  background: var(--plc-soft);
  border: 1px solid var(--plc-line);
  border-radius: 999px;
  color: var(--plc-ink);
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-size: 1.35rem;
  height: 34px;
  justify-content: center;
  line-height: 1;
  min-height: 34px;
  padding: 0;
  text-align: center;
  width: 34px;
}

.prestech-lgpd-consent-root .plc-consent .plc-consent__close:hover {
  background: #e9eef8;
}

.prestech-lgpd-consent-root .plc-consent .plc-consent__body {
  display: grid;
  gap: 12px;
}

.prestech-lgpd-consent-root .plc-consent .plc-consent__copy,
.prestech-lgpd-consent-root .plc-consent .plc-consent__note,
.prestech-lgpd-consent-root .plc-consent .plc-consent__item,
.prestech-lgpd-consent-root .plc-consent .plc-consent__metrics-caption {
  color: var(--plc-muted);
  font-size: 0.95rem;
  line-height: 1.5;
  margin: 0;
}

.prestech-lgpd-consent-root .plc-consent .plc-consent__note {
  background: #fff8e1;
  border-inline-start: 4px solid #d7a400;
  border-radius: 0 7px 7px 0;
  padding: 10px 12px;
}

.prestech-lgpd-consent-root .plc-consent .plc-consent__list {
  display: grid;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.prestech-lgpd-consent-root .plc-consent .plc-consent__link {
  color: #075f99;
  font-weight: 700;
  line-height: inherit;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
}

.prestech-lgpd-consent-root .plc-consent .plc-consent__link:hover {
  color: #053f67;
}

.prestech-lgpd-consent-root .plc-consent .plc-consent__metrics {
  background: var(--plc-soft);
  border: 1px solid var(--plc-line);
  border-radius: 8px;
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 12px;
}

.prestech-lgpd-consent-root .plc-consent .plc-consent__metrics-caption {
  color: var(--plc-ink);
  font-weight: 800;
}

.prestech-lgpd-consent-root .plc-consent .plc-consent__metric {
  align-items: center;
  display: grid;
  gap: 8px;
  grid-template-columns: minmax(108px, 0.9fr) 1fr;
}

.prestech-lgpd-consent-root .plc-consent .plc-consent__metric-label {
  color: var(--plc-muted);
  font-size: 0.86rem;
}

.prestech-lgpd-consent-root .plc-consent .plc-consent__meter {
  appearance: auto;
  display: block;
  height: 12px;
  width: 100%;
}

.prestech-lgpd-consent-root .plc-consent .plc-consent__actions {
  background: transparent;
  border: 0;
  box-shadow: none;
  display: grid;
  gap: 10px;
  padding: 0;
}

.prestech-lgpd-consent-root .plc-consent .plc-consent__button {
  appearance: none;
  background: var(--plc-button-color);
  border: 1px solid color-mix(in srgb, var(--plc-button-color) 74%, #000);
  border-radius: 7px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.95rem;
  font-weight: 800;
  justify-content: center;
  line-height: 1.25;
  min-height: 46px;
  padding: 11px 14px;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

.prestech-lgpd-consent-root .plc-consent .plc-consent__button:hover {
  filter: brightness(0.94);
  transform: translateY(-1px);
}

.prestech-lgpd-consent-root .plc-consent .plc-consent__button:active {
  transform: translateY(0);
}

@container plc-root (max-width: 720px) {
  .plc-consent {
    inset: auto 14px 14px;
    max-height: calc(100vh - 28px);
    width: auto;
  }
  .prestech-lgpd-consent-root .plc-consent .plc-consent__metric {
    grid-template-columns: 1fr;
  }
}
@media (prefers-reduced-motion: reduce) {
  .prestech-lgpd-consent-root .plc-consent .plc-consent__panel {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .prestech-lgpd-consent-root .plc-consent .plc-consent__button:hover {
    transform: none;
  }
}
