/* CDS Documentation - Clean CERN Style */

:root {
  --cern-blue: #4d94ce;
}

/* White header with blue line like repository.cern */
.md-header {
  background: white !important;
  color: #333 !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-bottom: 3px solid var(--cern-blue);
  height: 4rem;
}

.md-header__inner {
  height: 3.5rem;
}

.md-header__button.md-logo img,
.md-header__button.md-logo svg {
  height: 2.3rem;
  width: auto;
}

/* Typography */
.md-typeset {
  color: #333;
}

.md-typeset h1 {
  color: #333;
}

.md-typeset h2 {
  color: #333;
}

.md-typeset h3 {
  color: #333;
}

/* Images with shadow */
.md-typeset img {
  display: block;
  margin: 1.5rem auto;
  max-width: 100%;
  height: auto;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

/* Links */
.md-typeset a {
  color: var(--cern-blue);
  text-decoration: none;
}

.md-typeset a:hover {
  text-decoration: underline;
}

/* Code blocks */
.md-typeset pre {
  border-radius: 4px;
}

/* Lists */
.md-typeset ul li {
  margin-bottom: 0.5rem;
}

/* Hide the site title in navigation */
.md-nav--primary > .md-nav__title {
  display: none;
}

.md-nav__title {
  color: #333 !important;
}

/* Indent submenu items */
.md-nav__item .md-nav__item {
  color: #333;
}
