/* Estilos básicos para páginas internas.
   Si ya tienes estilos personalizados, reemplázalos aquí. */

body.inner-page {
  background-color: #f9f9f9;
}

.inner-page .page-title {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.inner-page .section {
  padding: 2rem 0;
}

