/* GateKeeper Conveyor Support - Brand Overrides */

:root {
  --md-primary-fg-color: #3f51b5;
  --md-primary-bg-color: #ffffff;
  --md-accent-fg-color: #536dfe;
}

/* Status indicator colors matching the application */
.md-typeset .admonition.success,
.md-typeset details.success {
  border-color: #4caf50;
}

.md-typeset .success > .admonition-title,
.md-typeset .success > summary {
  background-color: rgba(76, 175, 80, 0.1);
}

.md-typeset .admonition.failure,
.md-typeset details.failure {
  border-color: #f44336;
}

.md-typeset .failure > .admonition-title,
.md-typeset .failure > summary {
  background-color: rgba(244, 67, 54, 0.1);
}

/* Improve table readability */
.md-typeset table:not([class]) th {
  min-width: 6rem;
}

/* Frontmatter hiding — YAML frontmatter between --- delimiters
   is not rendered by MkDocs, so no CSS needed. This comment is
   here for documentation purposes only. */
