/*
Theme Name: Daily Awaz Bharti
Theme URI: https://example.com
Author: Daily Awaz Bharti Team
Description: A modern, fast news and magazine theme inspired by Foxiz, built specifically for Daily Awaz Bharti.
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: daily-awaz-bharti
*/

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
}

header {
    background: #cc0000; /* A bold news red */
    color: #ffffff;
    padding: 30px 20px;
    text-align: center;
    border-bottom: 5px solid #000000;
}

header h1 {
    margin: 0 0 10px 0;
    font-size: 2.5em;
    text-transform: uppercase;
}

header a { 
    color: #ffffff; 
    text-decoration: none; 
}

header p {
    margin: 0;
    font-size: 1.2em;
    opacity: 0.9;
}

main { 
    max-width: 1000px; 
    margin: 30px auto; 
    padding: 30px; 
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
}

.post { 
    border-bottom: 1px solid #eeeeee; 
    padding-bottom: 25px; 
    margin-bottom: 25px; 
}

.post:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.post h2 {
    margin-top: 0;
    font-size: 1.8em;
}

.post h2 a {
    color: #333333;
    text-decoration: none;
    transition: color 0.2s ease;
}

.post h2 a:hover {
    color: #cc0000;
}

.excerpt {
    color: #555555;
    line-height: 1.6;
}
