/* Theme Name: SmartTech News Child
Template: smarttech-news
Version: 1.0.0
*/

@import url("../smarttech-news/style.css");

/* NUCLEAR H2 OVERRIDE - MAXIMUM SPECIFICITY */
body.single-post .entry-content h2,
.single-post .entry-content h2,
.entry-content h2,
article .entry-content h2,
.post .entry-content h2 {
    border-left: 0px solid transparent !important;
    padding-left: 0px !important;
    border: 0px !important;
    background: transparent !important;
    font-size: 24px !important;
    font-weight: bold !important;
    margin: 30px 0 15px 0 !important;
    color: #333 !important;
}

/* ALTERNATIVE: Hide the border with negative margin */
.single-post .entry-content h2:before {
    display: none !important;
}

/* Better article styling */
.single-post .entry-content {
    font-size: 18px;
    line-height: 1.6;
    max-width: 800px;
}

.single-post .entry-content p {
    margin-bottom: 20px;
    text-align: justify;
}

.featured-image-container {
    margin: 30px 0;
    text-align: center;
}

.featured-image-container img {
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}