/**
 * Overrides producción — cuenta sandbox (/mi-cuenta/)
 */
body.todoexiste-account-page {
  background: var(--te-bg, #f5f5f7) !important;
  overflow-x: hidden;
}

body.todoexiste-account-page #header,
body.todoexiste-account-page .ct-header,
body.todoexiste-account-page #offcanvas,
body.todoexiste-account-page .ct-breadcrumbs,
body.todoexiste-account-page .woocommerce-MyAccount-navigation {
  display: none !important;
}

body.todoexiste-account-page .te-header {
  background: rgba(22, 22, 24, 0.95) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.te-account-btn--active {
  color: #60a5fa !important;
}

body.todoexiste-account-page .te-kpi-head .btn-outline {
  border: 1px solid #cbd5e1;
  color: #334155;
  background: #fff;
  padding: 0.45rem 0.875rem;
  border-radius: 9999px;
  font-size: 0.8125rem;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  font-family: inherit;
  cursor: pointer;
}

body.todoexiste-account-page .te-kpi-head .btn-outline:hover {
  border-color: #2563eb;
  color: #2563eb;
}

@media (max-width: 768px) {
  .te-kpi-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .te-cuenta-grid {
    grid-template-columns: 1fr !important;
  }
}
