/* Plantera SEO ONE - Consent UI */

.pseo-consent {
  position: fixed;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 2147483000;
  max-width: 920px;
  margin: 0 auto;
  padding: 20px;
  border-radius: 18px;
  background: #ffffff;
  color: #172033;
  box-shadow:
    0 20px 60px rgba(0,0,0,.20);
  border: 1px solid rgba(0,0,0,.10);
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
}

.pseo-consent-title {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 700;
}

.pseo-consent-text {
  margin: 0;
  line-height: 1.5;
  font-size: 14px;
}

.pseo-consent-text a {
  color: inherit;
  text-decoration: underline;
}

.pseo-consent-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 16px;
}

.pseo-consent button {
  min-height: 44px;
  padding: 0 18px;
  border-radius: 10px;
  cursor: pointer;
  font-weight: 650;
  font-size: 14px;
}

.pseo-consent-deny {
  background: #ffffff;
  color: #172033;
  border: 1px solid #aeb7c6;
}

.pseo-consent-allow {
  background: #172033;
  color: #ffffff;
  border: 1px solid #172033;
}

.pseo-privacy-settings {
  position: fixed;
  left: 12px;
  bottom: 12px;
  z-index: 2147482000;
  border: 1px solid rgba(0,0,0,.14);
  border-radius: 999px;
  background: #ffffff;
  color: #253148;
  padding: 7px 11px;
  font-size: 11px;
  cursor: pointer;
  box-shadow: 0 4px 16px rgba(0,0,0,.10);
}

.pseo-analytics-privacy {
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid rgba(0,0,0,.12);
}

.pseo-analytics-privacy p {
  line-height: 1.65;
}

@media (max-width: 640px) {
  .pseo-consent {
    left: 10px;
    right: 10px;
    bottom: 10px;
    padding: 16px;
  }

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

  .pseo-consent button {
    width: 100%;
  }
}
