/* Custom styles for Deleterr documentation */

/* Adjust admonition colors to match theme */
.md-typeset .admonition.warning,
.md-typeset details.warning {
  border-color: #ff9800;
}

.md-typeset .warning > .admonition-title,
.md-typeset .warning > summary {
  background-color: rgba(255, 152, 0, 0.1);
}

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

/* Table styling improvements */
.md-typeset table:not([class]) th {
  min-width: 100px;
}

/* Navigation improvements for mobile */
@media screen and (max-width: 76.1875em) {
  .md-nav__title {
    padding: 0.6rem 0.8rem;
  }
}
