/* lmpx.com custom styles */

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.container-fluid > .row {
    min-height: calc(100vh - 56px - 80px); /* navbar + footer */
}

/* Navbar */
.navbar-brand {
    font-size: 1.4rem;
    letter-spacing: -0.5px;
}

/* Article body */
.article-body h2 {
    border-bottom: 2px solid #dee2e6;
    padding-bottom: 0.25rem;
}

.article-body pre {
    background: #2d2d2d;
    border-radius: 6px;
    overflow-x: auto;
}

.article-body pre code {
    font-size: 0.875rem;
}

/* Code blocks */
pre[class*="language-"] {
    margin: 0;
    border-radius: 6px;
}

/* NNTP gateway article body */
pre.nntp-body {
    background: #f8f9fa;
    padding: 1rem;
    white-space: pre-wrap;
    font-size: 0.9rem;
    line-height: 1.6;
}

/* Sidebar */
aside .list-unstyled li {
    padding: 0.25rem 0;
}

/* Footer */
footer {
    margin-top: auto;
}

/* Responsive */
@media (max-width: 991px) {
    aside {
        border-top: 1px solid #dee2e6;
        border-left: none !important;
    }
}
