/* Custom styles for EasyK3S docs */

.md-typeset .admonition,
.md-typeset details {
  border-radius: 4px;
}

/* Slightly larger code blocks for readability */
.md-typeset pre > code {
  font-size: 0.82em;
}

/* Hero section on homepage */
.hero {
  padding: 2rem 0;
  text-align: center;
}

.hero h1 {
  font-size: 2.5rem;
  font-weight: 700;
}
