.md-typeset .grid.cards > ul > li {
  border: 1px solid var(--md-primary-fg-color--light);
}

.md-typeset .grid.cards > ul > li:hover {
  border-color: var(--md-primary-fg-color);
}

/* Better code block styling */
.highlight code {
  font-size: 0.85em;
}

/* Admonition customization */
.md-typeset .admonition.tip {
  border-color: var(--md-primary-fg-color);
}

/* Hero section styling for index page */
.md-typeset h1 {
  font-weight: 700;
}

/* Table styling */
.md-typeset table:not([class]) {
  font-size: 0.9em;
}

/* Better spacing for navigation */
.md-nav__item--nested > .md-nav__link {
  font-weight: 600;
}

/* Signature styling for API docs */
.doc-signature {
  background: var(--md-code-bg-color);
  padding: 0.5em 1em;
  border-radius: 4px;
  overflow-x: auto;
}
