/* Custom styles for Flarelette JWT Kit documentation */

/* Tighten up spacing for code blocks */
.highlight {
  margin: 1em 0;
}

/* Enhance security warnings */
.admonition.warning,
.admonition.danger {
  border-left-width: 4px;
}

/* Style the grid cards on homepage */
.grid.cards > ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1rem;
}

/* Improve table readability */
table {
  font-size: 0.9em;
}

/* Code inline improvements */
code {
  font-size: 0.85em;
}

/* Navigation improvements */
.md-nav__link--active {
  font-weight: 600;
}
