.page-content {
    min-height: 60vh;
}

.page-content h2 {
    color: #667eea;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.page-content h3 {
    color: #764ba2;
    margin-top: 1.5rem;
    margin-bottom: 0.8rem;
}

.page-content ul,
.page-content ol {
    margin-bottom: 1rem;
}

.page-content li {
    margin-bottom: 0.5rem;
}

/* Footer Isolation */
#site-footer {
    clear: both;
    position: relative;
    z-index: 10;
    text-align: left !important;
    /* Force left alignment */
    width: 100%;
    background-color: #f8f9fa !important;
    /* Ensure bg-light color */
    color: #212529 !important;
    /* Force dark text color */
}

#site-footer .container {
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto;
}

#site-footer h6 {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 0.5rem;
    color: #212529 !important;
    /* Force dark heading color */
    text-align: left !important;
}

#site-footer p,
#site-footer li {
    font-size: 0.875em;
    line-height: 1.5;
    margin-bottom: 0;
    text-align: left !important;
    color: #212529 !important;
    /* Force dark text color */
}

#site-footer a {
    text-decoration: none;
    color: #0d6efd !important;
    /* Restore Bootstrap link color */
    font-size: 0.875rem !important;
    /* Force unified font size */
}

/* Restore text-md-end behavior if it was overridden */
@media (min-width: 768px) {
    #site-footer .text-md-end {
        text-align: right !important;
    }

    #site-footer .text-md-end ul li {
        text-align: right !important;
    }
}