/* Custom styles for Arcaelas Dynamite documentation */

/* Code block improvements */
.highlight pre {
  padding: 1rem;
  border-radius: 0.25rem;
}

/* Improve table readability */
table {
  width: 100%;
  border-collapse: collapse;
}

table th {
  font-weight: 600;
  text-align: left;
}

/* Better spacing for admonitions */
.admonition {
  margin: 1.5rem 0;
}

/* Language selector improvements */
.md-header__option {
  margin-left: 0.5rem;
}
