/*
Theme Name:     Newspaper Child theme
Theme URI: 		http://themeforest.net/user/tagDiv/portfolio
Description:    Child theme made by tagDiv
Author:         tagDiv
Author URI: 	http://themeforest.net/user/tagDiv/portfolio
Template:       Newspaper
Version:        9.0c
*/


/*  ----------------------------------------------------------------------------
    This file will load automatically when the child theme is active. You can use it
    for custom CSS.
*/


/*  -----------------------------------------------------------------------
    Featured Image Compliance Disclaimer
    Displayed below featured images on single posts with category-appropriate text
*/
.kln-image-disclaimer {
    display: block;
    margin: -10px 0 20px 0;
    padding: 6px 14px;
    background: #f7f7f7;
    border-left: 3px solid #888;
    font-size: 12px;
    font-style: italic;
    color: #666;
    line-height: 1.5;
}

.kln-image-disclaimer .kln-disclaimer-icon {
    margin-right: 4px;
    font-style: normal;
}

/* Mobile: match the featured image negative margins */
@media (max-width: 767px) {
    .kln-image-disclaimer {
        margin-left: 0;
        margin-right: 0;
        font-size: 11px;
        padding: 5px 12px;
    }
}


/* -----------------------------------------------------------------------
   KLN Article Formatting (Desktop + Mobile)
   Ensures custom article layout renders consistently across viewports
*/
.kent-news-article .article-subtitle {
    font-size: 1.2em !important;
    font-style: italic !important;
    color: #555 !important;
    margin-bottom: 1.5em !important;
    text-align: center !important;
    line-height: 1.6 !important;
}

.kent-news-article .article-body {
    line-height: 1.8 !important;
    font-size: 1.1em !important;
}

.kent-news-article .article-body p {
    margin-bottom: 1.2em !important;
    line-height: 1.8 !important;
}

.kent-news-article .article-body h2 {
    text-align: center !important;
    font-weight: bold !important;
    margin: 1.5em 0 0.8em 0 !important;
    font-size: 1.4em !important;
    line-height: 1.3 !important;
}

.kent-news-article .article-body ul {
    margin: 1em 0 1.5em 1.5em !important;
    line-height: 1.8 !important;
}

.kent-news-article .article-body ul li {
    margin-bottom: 0.5em !important;
}

.kent-news-article .article-meta {
    margin-top: 2em !important;
    padding-top: 1em !important;
    border-top: 1px solid #ddd !important;
    font-size: 0.9em !important;
    color: #666 !important;
    text-align: center !important;
}

.kent-news-article .source-reference {
    max-width: 550px !important;
    margin: 2em auto !important;
    padding: 1em !important;
    background: #f8f9fa !important;
    border-left: 3px solid #0073aa !important;
}

@media (max-width: 767px) {
    .kent-news-article .article-subtitle {
        font-size: 1em !important;
        padding: 0 10px !important;
    }
    .kent-news-article .article-body {
        font-size: 1em !important;
        padding: 0 5px !important;
    }
    .kent-news-article .article-body h2 {
        font-size: 1.2em !important;
    }
}
