/*
Theme Name: SeoAnalyst Theme
Theme URI: https://seoanalyst.in/
Author: Siva
Author URI: https://seoanalyst.in/
Description: This theme purpose to use only for seo analyst.
Version: 1.0
Text Domain: Seoanalyst
*/

.news-hero {
    background: linear-gradient(90deg, #1d4ed8, #0ea5e9);
    color: #fff;
    padding: 60px 20px;
    text-align: center;
    border-radius: 0 0 20px 20px;
    padding-top: 112px;
}.news-list {
    display: flex;
    flex-direction: row;
}article.news-item {
    width: 33.33%;
    padding: 12px;
}.newscover {
    border: 1px solid #ccc;
    border-radius: 4px;
}.news_data_box {
    padding: 0px 24px 24px 24px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}.news_data_box .news-excerpt {
    padding-bottom: 16px;
    font-size: 16px;
}.news-featured-image a img {
    width: 100%;
    height: auto;
}.news_data_box h2 {
    font-size: 24px;
    margin-bottom: 4px;
    color: #1F2E9A;
}.news_data_box h2 a {
    font-size: 24px;
    color: #1F2E9A;
}.news-meta, .news-meta span {
    font-size: 14px;
    padding-bottom: 8px;
    color: #1F2E9A;
}a.read-more.btn-primary {
    border-radius: 4px;
}.news-featured-image {
    height: 200px;
    overflow: hidden;
    width: 100%;
}