/* LQP_COOKIE_CONSENT_V3 — compacto */
.lqp-consent-banner,
.lqp-consent-button {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.lqp-consent-banner {
  position: fixed;
  z-index: 2147483000;
  left: 50%;
  transform: translateX(-50%);
  bottom: 12px;
  width: min(94vw, 860px);
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 12px;
  background: #0f172a;
  color: #fff;
  box-shadow: 0 10px 28px rgba(0,0,0,.28);
}

.lqp-consent-banner[hidden],
.lqp-consent-button[hidden] {
  display: none !important;
}

.lqp-consent-title {
  display: none;
}

.lqp-consent-text {
  margin: 0;
  flex: 1 1 auto;
  color: #e5e7eb;
  font-size: 13px;
  line-height: 1.35;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.lqp-consent-text a {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
  margin-left: 4px;
}

.lqp-consent-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  flex: 0 0 auto;
}

.lqp-consent-actions button {
  min-height: 36px;
  padding: 7px 12px;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,.28);
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
  white-space: nowrap;
}

.lqp-consent-accept {
  background: #d71920;
  color: #fff;
  border-color: #d71920 !important;
}

.lqp-consent-decline {
  background: transparent;
  color: #fff;
}

.lqp-consent-actions button:focus-visible,
.lqp-consent-button:focus-visible {
  outline: 3px solid #fbbf24;
  outline-offset: 2px;
}

.lqp-consent-button {
  position: fixed;
  z-index: 2147482999;
  left: 12px;
  bottom: 12px;
  min-height: 36px;
  padding: 7px 11px;
  border: 1px solid #d1d5db;
  border-radius: 999px;
  background: #fff;
  color: #111827;
  box-shadow: 0 5px 20px rgba(0,0,0,.18);
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}

@media (max-width: 900px) {
  .lqp-consent-banner {
    left: 10px;
    right: 10px;
    transform: none;
    width: auto;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .lqp-consent-text {
    white-space: normal;
    overflow: visible;
    text-overflow: initial;
    flex-basis: 100%;
  }
}

@media (max-width: 560px) {
  .lqp-consent-banner {
    padding: 10px 12px;
    gap: 10px;
    bottom: 10px;
  }

  .lqp-consent-actions {
    width: 100%;
    justify-content: flex-end;
  }

  .lqp-consent-actions button {
    min-height: 34px;
    padding: 7px 10px;
    font-size: 12px;
  }
}

/* LQP_COOKIE_POLICY_LINK_VISIBLE_V4 */
@media (min-width: 901px) {
  .lqp-consent-banner {
    width: min(98vw, 1320px);
    max-width: none;
    padding: 9px 12px;
    gap: 10px;
  }

  .lqp-consent-text {
    min-width: 0;
    white-space: nowrap;
    overflow: visible;
    text-overflow: clip;
    font-size: 12.5px;
  }

  .lqp-consent-text a {
    display: inline;
    flex: 0 0 auto;
    white-space: nowrap;
    margin-left: 5px;
  }

  .lqp-consent-actions {
    flex-shrink: 0;
  }

  .lqp-consent-actions button {
    min-height: 34px;
    padding: 6px 11px;
    font-size: 12.5px;
  }
}
