/* Shared dark theme styles for all SCUM shortcode pages */

.scum-server-page #main,
.scum-server-page .site-main {
    background-color: #2a2a2a !important;
    border-radius: 6px;
    padding: 20px;
}

.scum-server-page article.page,
.scum-server-page article.post {
    background-color: transparent !important;
    color: #e2e2e2;
}

.scum-server-page .entry-title {
    color: #e2e2e2;
}

@media (max-width: 768px) {
    .scum-server-page div.container {
        max-width: none !important;
        width: 99% !important;
    }
    .scum-server-page #main,
    .scum-server-page .site-main {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .scum-server-page article.page,
    .scum-server-page article.post {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .scum-server-page .site-content > .container {
        padding-top: 10px !important;
    }
}
