/* SEO and Performance Optimizations */

/* Improve Core Web Vitals */
.md-content {
  contain: layout style paint;
}

/* Optimize images for better loading */
img {
  max-width: 100%;
  height: auto;
}

/* Better typography for readability */

.md-typeset h1 {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
}

.md-typeset h2 {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.3;
}

.md-typeset pre {
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.md-button {
    border-radius: 6px;
    transition: all 0.2s ease;
}

.md-button:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.md-search__form {
    border-radius: 8px;
}

@media screen and (max-width: 768px) {
    .md-typeset h1 {
        font-size: 2rem;
    }

    .md-typeset h2 {
        font-size: 1.5rem;
    }
}

.structured-data {
    display: none;
}