/*
Theme Name: Asistente Financiero
Author: Gartec Labs
Description: Asistente financiero
Version: 1.0
*/

/* Estilos para la página legal */
body.page-template-legal_page-php {
  background-color: #21232a;
  font-family: "Inter", system-ui, sans-serif;
}

#legal-content h1,
#legal-content h2,
#legal-content h3,
#legal-content h4,
#legal-content h5
{
  color: #00E6A1;
}

#legal-content p,
#legal-content li{
  color: #e5e7eb;
}

/* Estilos para la página de instrucciones - Solo la sección instructions-page hace scroll */
body.page-template-page-instrucciones-php #principal-container {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  overflow: hidden !important;
}

body.page-template-page-instrucciones-php #header-container {
  flex-shrink: 0 !important;
}

body.page-template-page-instrucciones-php #saldo-info {
  display: none !important;
}

body.page-template-page-instrucciones-php .instructions-page {
  flex: 1 !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  padding: 20px;
  min-height: 0 !important;
}

body.page-template-page-instrucciones-php .instructions-wrapper {
  width: 100%;
  max-width: 100%;
}

body.page-template-page-instrucciones-php .instructions-content {
  width: 100%;
}