/* seo.css */
.hidden {
    display: none; /* Useful for hiding elements from users but still available for search engines */
}

.important-text {
    font-weight: bold; /* Emphasize important content */
}

.alt-text {
    font-size: 0; /* Hide text visually but keep it in the DOM for SEO */
}
