/*
Theme Name: GeneratePress Child Premium
Template: generatepress
Author: Antigravity
Version: 1.0
*/

/* --- Force Premium Dark Design --- */
html, body, #page, .site-footer, .site-info, .paging-navigation, .nav-links, .inside-article {
    background-color: #000000 !important;
    color: #dddddd !important;
}

/* Fix White Boxes (Pagination, Footer) */
.paging-navigation, .site-footer, .site-info, .site-content {
    background: #000 !important;
    border: none !important;
    padding: 20px 0 !important;
}

/* Thumbnail Force Display */
.post-image img { 
    display: block !important; width: 100% !important; height: auto !important; 
    border-radius: 8px !important; margin-bottom: 15px !important;
}

/* Links */
a { color: #f39c12 !important; text-decoration: none !important; }
a:hover { color: #fff !important; }

/* Hide GP Elements */
.copyright-bar { display: none !important; }
