/* Custom styles for Ada Lovelace GitPage */

/* Improve table rendering for readability */
.md-typeset table:not([class]) {
  font-size: 0.85rem;
  display: table;
}

.md-typeset table:not([class]) th {
  background-color: var(--md-primary-fg-color);
  color: var(--md-primary-bg-color);
}

/* Code block backgrounds */
.md-typeset pre > code {
  font-size: 0.85em;
}

/* Center-aligned team image cells */
table td[align="center"] img {
  border-radius: 50%;
}

/* Improve admonition spacing */
.md-typeset .admonition,
.md-typeset details {
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

/* Better paragraph rhythm */
.md-typeset p {
  line-height: 1.7;
}

/* Heading underline for h2 */
.md-typeset h2 {
  border-bottom: 1px solid rgba(125, 125, 125, 0.2);
  padding-bottom: 0.3em;
}
