/* Custom styling for the drone documentation */

/* Slightly wider content area */
.md-grid {
  max-width: 1400px;
}

/* Nicer hover effect on the home page card grid */
.md-typeset .grid.cards > ul > li {
  border-radius: 0.5rem;
  transition: box-shadow 0.25s, transform 0.25s;
}

.md-typeset .grid.cards > ul > li:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}

/* Slightly more compact tables */
.md-typeset table:not([class]) {
  font-size: 0.85rem;
}
