/* Clean, minimal theme for HB Vastgoed 365 Documentation */

/* Keep default docfx styling - minimal overrides */

/* TOC positioning - ensure navigation sidebar is prominent on the left */
.toc-offcanvas {
  order: -1;
}

/* Make the left sidebar more prominent for technical docs */
@media (min-width: 992px) {
  .flex-lg-row-reverse {
    flex-direction: row !important;
  }

  /* Swap the sidebars - move TOC to left, page outline to right */
  .sidetoc {
    order: -1;
  }
}

/* Logo sizing */
.navbar-brand img,
.icon.icon-logo {
  max-height: 32px;
  width: auto;
}

header .navbar-brand img {
  max-height: 32px;
  max-width: 120px;
  object-fit: contain;
}

/* Tables - clean styling */
table {
  width: 100%;
  border-collapse: collapse;
  margin: 1rem 0;
}

table thead th {
  background-color: #f8f9fa;
  padding: 0.75rem;
  text-align: left;
  border-bottom: 2px solid #dee2e6;
}

table tbody td {
  padding: 0.75rem;
  border-bottom: 1px solid #dee2e6;
}

table tbody tr:hover {
  background-color: #f8f9fa;
}

/* Code blocks */
pre {
  background-color: #f6f8fa;
  border-radius: 4px;
  padding: 1rem;
}

/* Blockquotes */
blockquote {
  border-left: 4px solid #dee2e6;
  padding-left: 1rem;
  margin: 1rem 0;
  color: #6c757d;
}

/* Links */
a {
  color: #0066cc;
}

a:hover {
  text-decoration: underline;
}
