.help-centre {
    background: #fff;
}

.help-hero {
    background: #f8f9fa;
}

.help-section-link,
.help-guide-card {
    color: inherit;
    transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

.help-section-link:hover,
.help-guide-card:hover {
    border-color: var(--bs-primary) !important;
    box-shadow: 0 0.5rem 1.5rem rgba(16, 24, 40, 0.08);
    transform: translateY(-1px);
}

.position-lg-sticky {
    top: 1.5rem;
}

@media (min-width: 992px) {
    .position-lg-sticky {
        position: sticky;
    }
}

.help-sidebar,
.help-toc {
    max-height: calc(100vh - 3rem);
    overflow-y: auto;
}

.help-sidebar .nav-link,
.help-toc .nav-link {
    color: #495057;
    padding-left: 0;
}

.help-sidebar .nav-link.active,
.help-toc .nav-link.active {
    color: var(--bs-primary);
}

.help-rich-text h2,
.help-rich-text h3,
.help-rich-text h4 {
    margin-top: 1.5rem;
}

.help-rich-text table {
    width: 100%;
    margin-bottom: 1rem;
    border-collapse: collapse;
}

.help-rich-text th,
.help-rich-text td {
    padding: 0.75rem;
    border: 1px solid #dee2e6;
}

.help-rich-text pre {
    padding: 1rem;
    overflow-x: auto;
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 0.5rem;
}

.help-callout {
    border-left: 4px solid var(--bs-primary);
    background: #f8f9fa;
    padding: 1rem;
}

.help-step {
    scroll-margin-top: 1rem;
}

.help-screenshot {
    background: #fff;
}

mark {
    padding: 0 0.1em;
}

@media print {
    nav,
    footer,
    .navbar,
    .breadcrumb,
    .d-print-none,
    .help-sidebar,
    .help-toc {
        display: none !important;
    }

    .container,
    .container-fluid,
    .row,
    [class*="col-"] {
        width: 100% !important;
        max-width: 100% !important;
        display: block !important;
    }

    body {
        background: #fff !important;
    }

    a {
        color: #000;
        text-decoration: none;
    }
}
