/* Theme Name: Portal Livramento Noticias 
Theme URI: https://www.portallivramentonoticias.com.br 
Author: LB Group & Kaio Racim 
Description: Tema exclusivo. 
Version: 1.0 */
body { font-family: 'Montserrat', sans-serif; background-color: #0b1c11; color: #ffffff; margin: 0; padding: 0; }
a { color: #39ff14; text-decoration: none; transition: 0.3s; }
a:hover { color: #ffffff; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.header { background-color: #002b0f; border-bottom: 4px solid #39ff14; padding: 30px 0; }
.site-title a { font-size: 38px; font-weight: 900; color: #39ff14; text-transform: uppercase; letter-spacing: 1px; }
.nav-menu { background-color: #000000; padding: 15px 0; border-bottom: 1px solid #11331a; }
.nav-menu ul { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; }
.nav-menu li { margin-right: 25px; }
.nav-menu a { color: #ffffff; font-weight: 700; text-transform: uppercase; font-size: 15px; }
.nav-menu a:hover { color: #39ff14; }
.main-grid { display: grid; grid-template-columns: 2.5fr 1fr; gap: 40px; margin-top: 40px; margin-bottom: 60px; }
@media (max-width: 900px) { .main-grid { grid-template-columns: 1fr; } }
.section-title { color: #39ff14; border-bottom: 2px solid #11331a; padding-bottom: 10px; text-transform: uppercase; font-size: 24px; margin-top: 0; }
.news-card { background: #001a09; border: 1px solid #11331a; border-left: 5px solid #39ff14; border-radius: 4px; padding: 20px; margin-bottom: 25px; display: flex; flex-direction: column; }
.news-card img { max-width: 100%; height: auto; border-radius: 4px; margin-bottom: 15px; }
.news-title { font-size: 22px; margin: 0 0 10px 0; line-height: 1.3; }
.news-title a { color: #ffffff; }
.news-title a:hover { color: #39ff14; }
.news-meta { font-size: 12px; color: #888888; margin-bottom: 15px; }
.news-meta span { color: #39ff14; }
.read-more { display: inline-block; background-color: #39ff14; color: #000000; padding: 8px 20px; border-radius: 3px; font-weight: bold; font-size: 14px; margin-top: auto; align-self: flex-start; text-transform: uppercase; }
.read-more:hover { background-color: #ffffff; color: #000000; }
.sidebar { background: #001a09; padding: 25px; border-radius: 5px; border: 1px solid #11331a; }
.widget { margin-bottom: 30px; border-bottom: 1px solid #11331a; padding-bottom: 20px; }
.widget-title { color: #39ff14; font-size: 18px; text-transform: uppercase; margin-top: 0; }
.single-post-container { background: #001a09; padding: 40px; border-top: 5px solid #39ff14; border-radius: 5px; }
.single-title { font-size: 36px; color: #39ff14; margin-top: 0; line-height: 1.2; }
.single-content { font-size: 18px; line-height: 1.8; color: #cccccc; margin-top: 30px; }
.single-content img { max-width: 100%; height: auto; border-radius: 5px; margin: 20px 0; }
.footer { background-color: #000000; color: #888888; text-align: center; padding: 40px 20px; border-top: 2px solid #11331a; }
.footer h3 { color: #39ff14; margin-top: 0; font-size: 24px; }