
/* Complyx — estilos personalizados para MkDocs Material */

:root {
  --md-primary-fg-color: #3f51b5;
  --md-accent-fg-color:  #2196f3;
}

/* Cards grid más compacto en móvil */
@media (max-width: 600px) {
  .md-typeset .grid.cards > :is(ul, ol) > li {
    min-width: 100%;
  }
}

/* Tabla de endpoints con ancho fijo de método */
.md-typeset table th:first-child,
.md-typeset table td:first-child {
  white-space: nowrap;
}
