/* Custom styles for GPay Documentation */
body {
    background: #f8f9fa;
}
header {
    position: sticky;
    top: 0;
    z-index: 1070;
    background: #fff;
}

#sidebarToggle {
    display: block !important;
    position: static;
    margin-right: 0.5rem;
    top: auto !important;
    left: auto !important;
    z-index: 1080;
}

@media (min-width: 768px) {
    #sidebarToggle {
        display: none !important;
    }
}

@media (max-width: 767.98px) {
    #sidebarToggle {
        display: block !important;
    }
    #sidebar.show {
        top: 56px !important; /* Height of the header */
        height: calc(100vh - 56px) !important;
    }
}

#sidebar {
    min-height: 100vh;
    border-right: 1px solid #dee2e6;
    padding-top: 2rem !important;
}
.sidebar .nav-link {
    color: #333;
}
.sidebar .nav-link.active {
    background: #e9ecef;
    font-weight: bold;
}

#main-content {
    padding: 2rem;
    background: #fff;
    min-height: 100vh;
    padding-top: 2rem !important;
}

hr {
    margin: 2rem 0;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 2rem;
}

.spaced-list li {
    margin-bottom: 1rem;
}