.news-description{
    font-size:18px;
    line-height:1.8;
}

.news-description h2{
    margin-top:30px;
    margin-bottom:15px;
    font-weight:bold;
}

.news-description h3{
    margin-top:25px;
    margin-bottom:12px;
    font-weight:bold;
}

.news-description p{
    margin-bottom:18px;
}

.news-description table{
    width:100%;
    border-collapse:collapse;
    margin:20px 0;
}

.news-description th,
.news-description td{
    border:1px solid #ddd;
    padding:10px;
}

.news-description th{
    background:#f5f5f5;
}

.news-description blockquote{
    border-left:5px solid #dc3545;
    padding:12px 18px;
    margin:20px 0;
    background:#f8f8f8;
}
/* =====================================================
   NEWS ARTICLE CONTENT
===================================================== */

.news-description{
    font-size:18px;
    line-height:1.8;
    color:#222;
}

.news-description p{
    margin-bottom:18px;
}

.news-description h2{
    font-size:28px;
    font-weight:700;
    margin-top:32px;
    margin-bottom:18px;
    border-left:5px solid #dc3545;
    padding-left:12px;
}

.news-description h3{
    font-size:24px;
    font-weight:700;
    margin-top:28px;
    margin-bottom:15px;
}

.news-description strong{
    font-weight:700;
}

.news-description table{
    width:100%;
    border-collapse:collapse;
    margin:25px 0;
    background:#fff;
}

.news-description th,
.news-description td{
    border:1px solid #ddd;
    padding:10px 12px;
    text-align:left;
}

.news-description th{
    background:#f1f1f1;
    font-weight:700;
}

.news-description blockquote{
    margin:25px 0;
    padding:15px 20px;
    border-left:5px solid #dc3545;
    background:#f8f8f8;
}

.news-description ul,
.news-description ol{
    margin-bottom:20px;
    padding-left:30px;
}

.news-description li{
    margin-bottom:8px;
}

.news-description img{
    max-width:100%;
    height:auto;
    border-radius:8px;
}

@media(max-width:768px){

    .news-description{
        font-size:17px;
        line-height:1.7;
    }

    .news-description h2{
        font-size:24px;
    }

    .news-description h3{
        font-size:21px;
    }

    .news-description table{
        font-size:14px;
    }

}

/* =====================================================
   NEWS ARTICLE CONTENT
===================================================== */

.news-description {
    font-size: 18px;
    line-height: 1.9;
    color: #222;
}

/* Headings */

.news-description h1,
.news-description h2,
.news-description h3,
.news-description h4 {
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 15px;
    line-height: 1.4;
}

/* Paragraph */

.news-description p {
    margin-bottom: 18px;
}

/* Strong */

.news-description strong {
    font-weight: 700;
}

/* Links */

.news-description a {
    color: #d60000;
    font-weight: 600;
}

/* Blockquote */

.news-description blockquote {
    border-left: 5px solid #dc3545;
    background: #f8f8f8;
    padding: 15px 20px;
    margin: 25px 0;
}

/* Tables */

.news-description table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
    background: #fff;
}

.news-description table th,
.news-description table td {
    border: 1px solid #ddd;
    padding: 12px;
    text-align: left;
}

.news-description table th {
    background: #dc3545;
    color: #fff;
}

/* Lists */

.news-description ul,
.news-description ol {
    margin-bottom: 20px;
    padding-left: 30px;
}

.news-description li {
    margin-bottom: 8px;
}

/* Images inside article */

.news-description img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 20px auto;
    border-radius: 8px;
}

/* Mobile */

@media (max-width: 768px) {

    .news-description {
        font-size: 16px;
        line-height: 1.8;
    }

    .news-description table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }

}

/* =====================================================
   ARTICLE CONTENT
===================================================== */

.article-content{
    font-size:18px;
    line-height:1.9;
    color:#222;
}


/* HEADINGS */

.article-content h1{
    font-size:32px;
    font-weight:700;
    line-height:1.4;
    margin-top:25px;
    margin-bottom:20px;
}


.article-content h2{
    font-size:28px;
    font-weight:700;
    margin-top:30px;
    margin-bottom:15px;
}


.article-content h3{
    font-size:24px;
    font-weight:700;
    margin-top:25px;
    margin-bottom:12px;
}


/* PARAGRAPH */

.article-content p{
    margin-bottom:18px;
}


/* BOLD */

.article-content strong{
    font-weight:700;
}


/* BLOCKQUOTE */

.article-content blockquote{
    border-left:5px solid #dc3545;
    background:#f8f8f8;
    padding:15px 20px;
    margin:25px 0;
    border-radius:5px;
}


/* TABLE */

.article-content table{
    width:100%;
    border-collapse:collapse;
    margin:25px 0;
    background:#fff;
}


.article-content table th,
.article-content table td{
    border:1px solid #ddd;
    padding:12px;
    text-align:left;
    vertical-align:top;
}


.article-content table th{
    font-weight:700;
    background:#f1f1f1;
}


/* LIST */

.article-content ul,
.article-content ol{
    margin-bottom:20px;
    padding-left:30px;
}


.article-content li{
    margin-bottom:8px;
}


/* LINKS */

.article-content a{
    color:#dc3545;
    text-decoration:underline;
}


/* IMAGES */

.article-content img{
    max-width:100%;
    height:auto;
    display:block;
    margin:20px auto;
    border-radius:8px;
}


/* MOBILE */

@media(max-width:768px){

    .article-content{
        font-size:17px;
        line-height:1.8;
    }

    .article-content h1{
        font-size:27px;
    }

    .article-content h2{
        font-size:24px;
    }

    .article-content h3{
        font-size:21px;
    }

    .article-content table{
        display:block;
        overflow-x:auto;
        white-space:nowrap;
    }

}

/* =====================================================
   CHAPTER 69 - NEWS ARTICLE
===================================================== */

.article-meta {
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

.article-summary {
    background: #fff;
    border-left: 5px solid #dc3545;
    padding: 15px 18px;
    margin: 20px 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.7;
    border-radius: 5px;
}

.news-title {
    font-size: 38px;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 15px;
}

.news-image {
    width: 100%;
    height: auto;
    max-height: 550px;
    object-fit: cover;
    border-radius: 8px;
    display: block;
}

.news-description {
    background: #fff;
    padding: 25px;
    margin-top: 25px;
    border-radius: 8px;
}

.news-description h2 {
    border-left: 5px solid #dc3545;
    padding-left: 12px;
}

@media (max-width: 768px) {

    .news-title {
        font-size: 28px;
    }

    .article-summary {
        font-size: 16px;
    }

    .news-description {
        padding: 15px;
        font-size: 16px;
    }

}
.main-page{
    background:#fff;
    padding:35px;
    border-radius:12px;
    box-shadow:0 2px 12px rgba(0,0,0,.08);
}

.main-page h1{
    font-weight:700;
    border-bottom:3px solid #dc3545;
    padding-bottom:12px;
    margin-bottom:25px;
}

.main-page h3{
    margin-top:30px;
    margin-bottom:12px;
    font-weight:700;
}

.main-page p,
.main-page li{
    font-size:17px;
    line-height:1.8;
}

@media(max-width:768px){

    .main-page{
        padding:20px;
    }

    .main-page h1{
        font-size:28px;
    }

}