
.eliton-legal-page {
  max-width: 980px;
  margin: 40px auto;
  padding: 0 18px;
  color: #13223f;
  line-height: 1.65;
  font-size: 16px;
}

.eliton-legal-page h1,
.eliton-legal-page h2 {
  color: #0d2143;
  line-height: 1.15;
}

.eliton-legal-page h1 {
  font-size: clamp(32px, 4vw, 48px);
  margin-bottom: 22px;
}

.eliton-legal-page h2 {
  margin-top: 32px;
  font-size: 24px;
}

.eliton-legal-page a {
  color: #d32027;
  font-weight: 700;
}

.eliton-legal-footer {
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  align-items:center;
  gap:12px 18px;
  padding: 24px 16px;
  font-size:14px;
  border-top:1px solid #d7d2c8;
  background:#f1efeb;
}

.eliton-legal-footer a {
  color:#0d2143;
  text-decoration:none;
  font-weight:800;
}

.eliton-legal-footer a:hover {
  color:#d32027;
  text-decoration:underline;
}

.eliton-anpc-mini {
  display:inline-flex;
  align-items:center;
  gap:8px;
  border:1px solid #d7d2c8;
  background:#fff;
  border-radius:10px;
  padding:8px 12px;
}

.eliton-anpc-badge {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:58px;
  height:28px;
  border-radius:6px;
  background:#0d2143;
  color:#fff;
  font-weight:950;
  letter-spacing:.04em;
  font-size:13px;
  border-bottom:4px solid #d32027;
}

.eliton-anpc-card {
  display:grid;
  grid-template-columns: 160px 1fr;
  gap:24px;
  align-items:center;
  border:1px solid #d7d2c8;
  background:#f8f7f4;
  border-radius:16px;
  padding:24px;
  margin: 24px 0;
}

.eliton-anpc-logo-big {
  display:flex;
  align-items:center;
  justify-content:center;
  width:140px;
  height:80px;
  border-radius:12px;
  background:#0d2143;
  color:#fff;
  font-weight:950;
  letter-spacing:.06em;
  font-size:28px;
  border-bottom:8px solid #d32027;
}

.eliton-anpc-button {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:0 18px;
  border-radius:8px;
  background:#d32027;
  color:#fff!important;
  text-decoration:none;
  font-weight:900;
}

@media (max-width: 640px) {
  .eliton-legal-footer {
    flex-direction:column;
  }

  .eliton-anpc-card {
    grid-template-columns:1fr;
  }
}


/* v1.1 footer integration fixes */
.eliton-legal-footer {
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  align-items:center;
  gap:14px 24px;
  padding: 0 !important;
  border-top: 0 !important;
  background: transparent !important;
}

.eliton-legal-footer a {
  color: #ffffff !important;
  text-decoration:none;
  font-weight:700;
}

.eliton-legal-footer a:hover {
  color: #ffffff !important;
  text-decoration:underline;
}

.eliton-anpc-mini,
.eliton-anpc-badge {
  display:none !important;
}

.eliton-anpc-logo-link {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  box-shadow:none !important;
}

.eliton-anpc-logo-link img {
  display:block;
  max-width: 180px;
  height: auto;
}

@media (max-width: 640px) {
  .eliton-anpc-logo-link img {
    max-width: 150px;
  }
}


/* v1.2 ANPC logo size tweak */
.eliton-anpc-logo-link img {
  max-width: 125px !important;
  height: auto !important;
}

@media (max-width: 640px) {
  .eliton-anpc-logo-link img {
    max-width: 115px !important;
  }
}


/* v1.3 - links stacked vertically */
.eliton-legal-footer {
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 18px !important;
}

.eliton-legal-footer > a,
.eliton-anpc-logo-link {
  display: flex !important;
}

.eliton-anpc-logo-link img {
  max-width: 125px !important;
}


/* v1.4 - mobile footer alignment */
@media (max-width: 768px) {
  .eliton-legal-footer {
    align-items: flex-start !important;
    text-align: left !important;
    gap: 14px !important;
    padding: 18px 0 0 !important;
    margin-top: 14px !important;
  }

  .eliton-legal-footer > a {
    justify-content: flex-start !important;
    text-align: left !important;
    font-size: 15px !important;
    line-height: 1.3 !important;
  }

  .eliton-anpc-logo-link {
    justify-content: flex-start !important;
  }

  .eliton-anpc-logo-link img {
    max-width: 105px !important;
    opacity: 0.9;
  }
}
