/*
 Theme Name:   GP News Pro amp
 Theme URI:    https://samastipurnews.in/gp-news-pro/
 Description:  GeneratePress Child theme for mobile responsive news blog website. Using this child theme you can easily create a news website. This GeneratePress Child theme design by samastipurnews.in
 Author:       SamastipurNews.in
 Author URI:   https://samastipurnews.in/author/
 Template:     generatepress
 Version:      1.3
*/

/* ✅ Base Typography */
body, p, li, td, span {
    font-family: 'Noto Sans Devanagari', 'Roboto', sans-serif;
    font-size: 17px;
    line-height: 1.7;
    color: #111;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Source Serif 4', Georgia, 'Times New Roman', serif;
    font-weight: 700;
    color: #222;
    line-height: 1.4;
}

/* Title */
.entry-title {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.3;
    color: #222;
}

/* Navigation */
.main-navigation {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

/* Featured Image */
.page-header-image-single .attachment-full {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 15px;
    border-radius: 0;
    margin-bottom: 10px;
    transition: opacity 0.3s ease-in-out;
}

/* Post Headings */
.entry-content h2 {
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    line-height: 1.4;
    background-color: #d11919;
    padding: 10px 15px;
    border-radius: 8px;
    margin: 25px 0 15px;
}

.entry-content h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 20px 0 10px;
}

/* Breadcrumb */
.rank-math-breadcrumb p {
    background: #e5e8ec;
    color: #000;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 700;
}

@media (max-width: 768px) {
    .rank-math-breadcrumb p {
        margin: 0 10px;
    }
}

/* Block Images */
.wp-block-image {
    padding: 10px 0 20px;
}

.wp-block-image img {
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.06);
    border: 1px solid #cfcfcf;
    padding: 3px;
}

/* Table of Contents */
#toc_container {
    background: transparent;
    border: 1px solid #aaa;
    padding: 0;
}

#toc_container li a {
    display: block;
    width: 100%;
    color: var(--link-text);
    padding: 10px 1em;
    border-top: 1px solid #aaa;
}

#toc_container span.toc_toggle {
    font-weight: 400;
    background: #fff;
    padding: 3px 20px;
    font-size: 18px;
    text-transform: capitalize;
    text-align: center;
    display: block;
}

/* Floating Social Share */
.samastipurnews-float-social-wrapper {
    position: fixed;
    top: 60%;
    transform: translateY(-50%);
    z-index: 9999;
}

.samastipurnews-float-social-sharing {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-height: 40px;
    font-size: 12px;
    padding: 5px 10px;
}

.samastipurnews-float-social-sharing svg {
    position: relative;
    top: 0.5em;
}

/* Social Share Buttons */
.samastipurnews-social-facebook {
    background-color: #3b5998;
    fill: #fff;
}
.samastipurnews-social-facebook:hover {
    background-color: #2d4373;
}
.samastipurnews-social-twitter {
    background-color: #1da1f2;
    fill: #fff;
    transition: background-color 0.3s ease;
}
.samastipurnews-social-twitter:hover {
    background-color: #0d95e8;
}
.samastipurnews-social-whatsapp {
    background-color: #25d366;
    fill: #fff;
    transition: background-color 0.3s ease;
}
.samastipurnews-social-whatsapp:hover {
    background-color: #1da851;
}
.samastipurnews-social-telegram {
    background-color: #0088cc;
    fill: #fff;
    transition: background-color 0.3s ease;
}
.samastipurnews-social-telegram:hover {
    background-color: #006699;
}
.samastipurnews-social-more {
    background-color: #000;
    fill: #fff;
    transition: background-color 0.3s ease;
}
.samastipurnews-social-more:hover {
    background-color: #222;
}

/* Social Share Layout */
.samastipurnews-social-wrapper {
    margin: 5px;
    font-size: 0;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
}
.samastipurnews-social-sharing {
    padding: 8px;
    margin: 4px;
    border-radius: 3px;
    flex: 1;
    transition: background-color 0.3s, transform 0.3s, color 0.3s;
}
.samastipurnews-social-sharing:hover {
    transform: translateY(-3px);
    box-shadow: rgba(0,0,0,0.1) 0 20px 25px -5px, rgba(0,0,0,0.04) 0 10px 10px -5px;
}
.samastipurnews-social-sharing svg {
    position: relative;
    top: 0.15em;
    display: inline-block;
}

@media only screen and (max-width: 600px) {
    .samastipurnews-social-sharing {
        display: inline-block;
    }
}

/* Tag Cloud */
.widget_epcl_tag_cloud a,
.widget_tag_cloud a,
.wp-block-tag-cloud a {
    font-size: 12px !important;
    margin: 0 8px 8px 0;
    color: #333;
    display: inline-block;
    padding: 4px 15px;
    line-height: 1.2;
    background: #fff;
    border: 1px solid #333;
    border-radius: 25px;
}

/* Responsive Typography */
@media only screen and (max-width: 768px) {
    body {
        font-size: 17px;
    }
    .entry-title {
        font-size: 24px;
    }
    .entry-content h2 {
        font-size: 20px !important;
    }
    .entry-content h3 {
        font-size: 18px;
    }
}
