/* Header Styles */
#common-breadn .breadcrumb {
    font-size: 16px;
    color: #666;
    /* margin-bottom: 50px; */
}

#common-breadn .breadcrumb a {
    text-decoration: none;
    color: #86868b;
}

#common-breadn .breadcrumb strong {
    text-decoration: none;
    color: #23559b;
}

#common-breadn .breadcrumb a:hover {
    text-decoration: underline;
}

#common-breadn .breadcrumb span {
    margin: 0 5px;
}

.news-details-page {
    padding: 0px;
    font-family: 'Segoe UI', sans-serif;
}

.news-details-page .news-card {
    display: flex;
    border-radius: 20px;
    gap: 20px;
    width: -webkit-fill-available;
    margin-bottom: 30px;
}

.news-details-page .news-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-right: 1px solid #eee;
    border-radius: 20px;
}

.news-details-page .news-content {
    padding: 30px;
    flex: 1;
    background-color: white;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
}

.news-details-page .news-category-date {
    display: inline-grid;
    margin-bottom: 10px;
    align-items: center;
    font-size: 14px;
}

.news-details-page .category {
    background: #E4EFFF;
    color: #23559B;
    display: inline-block;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 14px;
    margin-bottom: 20px;
    width: fit-content;
}

.news-details-page .date {
    color: #23559B;
    font-weight: 700;
}

.news-details-page .title {
    font-size: 22px;
    font-weight: 600;
    margin: 10px 0 20px;
}

.news-details-page .section {
    margin-bottom: 20px;
}

.news-details-page .section strong {
    display: block;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 600;
}

.news-details-page .section p {
    font-size: 15px;
    line-height: 1.6;
    color: #333;
}

.news-details-page .key-points {
    list-style: none;
    padding-left: 0;
}

.news-details-page .key-points li {
    margin-bottom: 8px;
    font-size: 15px;
    line-height: 1.5;
    color: #333;
}

@media screen and (max-width:767px) {
    .news-details-page .news-card {
        flex-direction: column;

    }

    .news-details-page .news-content {
        padding: 20px;
    }
}
  .news-section__filter-button img{
    width: 32px;
    height: 32px;
  }