/* Header and navigation - black text on gold background */
.md-header {
    background-color: #DDAE59 !important;
}

.md-header__title,
.md-header__button,
.md-header__topic,
.md-search__input::placeholder {
    color: #000 !important;
}

.md-search__input {
    background-color: rgba(0, 0, 0, 0.1);
    color: #000;
}

.md-search__icon {
    color: #000 !important;
}

/* Tabs - black text on gold */
.md-tabs {
    background-color: #DDAE59 !important;
}

.md-tabs__link {
    color: #000 !important;
    opacity: 0.7;
}

.md-tabs__link--active,
.md-tabs__link:hover {
    color: #000 !important;
    opacity: 1;
}

/* Focus states for accessibility */
a:focus,
button:focus,
.md-button:focus {
    outline: 2px solid #000;
    outline-offset: 2px;
}

/* Content width */
.md-typeset {
    --md-typeset-content-maxwidth: 900px;
}

/* Improved heading spacing */
.md-typeset h1 {
    margin-top: 0;
    margin-bottom: 1.5rem;
}

.md-typeset h2 {
    margin-top: 2rem;
    margin-bottom: 1rem;
}
