/*
Theme Name: Deoghar News Child
Theme URI: https://deogharnews.in/
Description: Custom high-performance GeneratePress Child Theme for Deoghar News Portal with custom category layouts, breaking news ticker, and WhatsApp sharing.
Author: Manjeet Sharma
Author URI: https://deogharnews.in/
Template: generatepress
Version: 1.0.0
Text Domain: deoghar-news-child
*/

/* --- Custom Theme Styling for Deoghar News --- */
body {
    font-family: 'Mukta', sans-serif;
    background-color: #f8f9fa;
    color: #222222;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #111111;
}

/* Breaking News Ticker */
.deoghar-breaking-ticker {
    background: #d90429;
    color: #ffffff;
    padding: 10px 15px;
    font-weight: 600;
    display: flex;
    align-items: center;
    border-radius: 4px;
    margin: 15px 0;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.deoghar-breaking-ticker .ticker-label {
    background: #ffffff;
    color: #d90429;
    padding: 3px 10px;
    font-size: 13px;
    border-radius: 3px;
    margin-right: 12px;
    text-transform: uppercase;
    font-weight: 700;
    white-space: nowrap;
}

.deoghar-breaking-ticker marquee {
    font-size: 15px;
}

/* Category Grid & Badges */
.cat-badge {
    display: inline-block;
    background-color: #1d3557;
    color: #ffffff;
    font-size: 11px;
    padding: 2px 8px;
    border-radius: 3px;
    text-transform: uppercase;
    margin-bottom: 8px;
    font-weight: 600;
}

/* Local News Section Blocks */
.local-news-heading {
    border-left: 4px solid #d90429;
    padding-left: 10px;
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 700;
    color: #1d3557;
}

/* WhatsApp Share Button */
.whatsapp-share-button {
    background-color: #25d366;
    color: white !important;
    padding: 8px 16px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 15px 0;
    font-size: 14px;
    transition: background 0.3s;
}

.whatsapp-share-button:hover {
    background-color: #1ebe5d;
}
