/* Custom styles for MkDocs site */

/* Style for version information */
.md-footer-meta__inner {
    color: white !important;
}

.md-footer-meta__inner a {
    color: white !important;
}

.md-footer-copyright {
    color: white !important;
}

.md-footer-copyright a {
    color: white !important;
}

/* Additional specific selectors for version info */
.md-footer-copyright__highlight {
    color: white !important;
}

/* Target the specific version info elements */
[data-md-component="footer"] {
    color: white !important;
}
