@import url("../seo-bottom-shared.css");

/* Cheatsheets section: breadcrumb strip + scroll-to-top (loads after menus.css) */
.cheatsheets-page-breadcrumb-bar {
    border-bottom: 1px solid var(--bs-border-color, #dee2e6);
    background-color: var(--bs-secondary-bg, #e9ecef);
}
.cheatsheets-page-breadcrumb-bar .breadcrumb {
    --bs-breadcrumb-margin-bottom: 0;
}
#scrollToTopBtn.scroll-to-top {
    background: linear-gradient(135deg, #3F5EFB 0%, #6366f1 100%);
    box-shadow: 0 6px 18px rgba(63, 94, 251, 0.45);
}
#scrollToTopBtn.scroll-to-top.visible:hover {
    background: linear-gradient(135deg, #FC466B 0%, #e11d48 100%);
    box-shadow: 0 8px 22px rgba(252, 70, 107, 0.4);
}

/* Visible SEO intro + roadmap link (all cheatsheet pages) */
.cheatsheets-seo-top .cheatsheets-seo-top-card {
    border-color: var(--bs-border-color-translucent, rgba(0, 0, 0, 0.08)) !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}
.cheatsheets-seo-top .cheatsheets-seo-top-card p:first-of-type {
    font-size: 1.05rem;
    line-height: 1.65;
    color: var(--bs-secondary-color, #6c757d) !important;
}
.cheatsheets-seo-top a:hover {
    text-decoration: underline !important;
}
