/* FlaxseedsPro V11 Extra Styles */

:root {
  --md-primary-fg-color:        #1a237e;
  --md-primary-fg-color--light: #534bae;
  --md-primary-fg-color--dark:  #000051;
  --md-accent-fg-color:         #ff6f00;
}

.md-typeset h1 {
  font-weight: 700;
  letter-spacing: -0.02em;
}

.md-typeset h2 {
  font-weight: 600;
  border-bottom: 2px solid var(--md-primary-fg-color--light);
  padding-bottom: 0.2rem;
}

.md-typeset table:not([class]) {
  font-size: 0.75rem;
}

.md-typeset table th {
  background-color: var(--md-primary-fg-color);
  color: white;
  font-weight: 600;
}

.md-typeset table th:first-child {
  border-radius: 4px 0 0 0;
}

.md-typeset table th:last-child {
  border-radius: 0 4px 0 0;
}

/* Footer */
.md-footer-links {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  flex-wrap: wrap;
}

.md-footer-links a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.75rem;
  transition: color 0.15s;
}

.md-footer-links a:hover {
  color: white;
  text-decoration: underline;
}

.md-footer-link-main {
  color: #ffab00 !important;
  font-weight: 600;
  font-size: 0.8rem !important;
}

.md-footer-sep {
  color: rgba(255, 255, 255, 0.25);
  font-size: 0.75rem;
  user-select: none;
}
