 body {
        background-color: #ffffff;
        color: #212529;
        font-family: "Segoe UI", Roboto, Arial, sans-serif;
    }

    .page-header {
        border-bottom: 1px solid #dee2e6;
        margin-bottom: 2rem;
        padding-bottom: 1rem;
        padding-top: 10rem;
    }

    pre {
        background-color: #f8f9fa;
        border: 1px solid #dee2e6;
        padding: 1rem;
        border-radius: 4px;
        font-size: 1rem;
    }

    h1, h2, h3 {
        font-weight: 600;
    }

    .section {
        margin-bottom: 2.5rem;
    }

    .cta-box {
        border-top: 1px solid #dee2e6;
        padding-top: 2rem;
        text-align: center;
    }

    .breadcrumb {
    font-size: 0.9rem;
}

.breadcrumb a {
    text-decoration: none;
}


.breadcrumb-item + .breadcrumb-item::before {
    content: "/"; /* › */
    font-weight: 600;
    color: #6c757d;
}
