.single-news-banner-section {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: end;
    justify-content: center;
    padding: 150px 0 65px;
    overflow: hidden;
    background: rgba(241, 236, 228, 0.50);
}
body:has(.site-main .single-news-banner-section) .site-header{
   position: absolute;
}
body:has(.site-main .single-news-banner-section) .site{
    padding-top: 0;
} 

.single-news-banner-section .col-right .feature-items {
    position: relative;
    padding-bottom: 59.25%;
    border-radius: 3px;
    overflow: hidden;
}
.single-news-banner-section .col-right .feature-items img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    top: 0;
    right: 0;
    left: 0;
}
.single-news-banner-section .col-left .single-news-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.single-news-content .news-insight-meta {
    justify-content: start;
}
.single-news-content .title h1 {
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 42px;
    letter-spacing: -0.4px;
    font-family: var(--font-archivo-expanded);
    text-transform: unset;
    margin-bottom: 0;
    color: #0B1238;
}
.single-news-details-section nav.breadcrumb {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
/* .single-news-content .title {
    margin-top: 30px;
} */

.news-insight-meta .insight-category {
    border-radius: 2px;
    background: rgba(86, 112, 137, 0.10);
    padding: 5px 5px 5px 30px;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    color: var(--dark-blue);
    margin-right: 25px;
    font-family: var(--font-Prosto-one);
    position: relative;
}

.news-insight-meta .insight-date {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    color: rgba(11, 18, 56, 0.50);
    font-family: var(--font-archivo-expanded);
}

.news-insight-meta .insight-category .category-dot {
    position: absolute;
    height: 10px;
    width: 10px;
    top: 8px;
    left: 10px;
    background: #567089;
}
.news-insight-meta .insight-category.public-notice {
    background: #A9682F26;
}

.news-insight-meta .insight-category.public-notice .category-dot {
    background: var(--brown);
}
.news-insight-meta .insight-category.featured-stories{
    background: #A14E451A;
}
.news-insight-meta .insight-category.featured-stories .category-dot{
   background: #A14E45;
}
.single-news-content .title p {
    margin-top: 15px;
}
.single-news-details-section {
    margin-top: 25px;
    border-bottom: 1px solid #0B123840;
}
.single-news-section section:first-child {
    margin-top: 0;
}
.single-news-details-section nav.breadcrumb a,
.single-news-details-section nav.breadcrumb span {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    color: var(--dark-blue);
}
.single-news-details-section nav.breadcrumb a:hover{
    color: var(--brown);
}
.single-news-details-section nav.breadcrumb span {
    font-weight: 300;
    opacity: 0.75;
}

.single-news-details-section nav.breadcrumb a {
    padding-right: 15px;
    margin-right: 15px;
    position: relative;
}
.single-news-details-section nav.breadcrumb a:before {
    content: "";
    display: block;
    background-image: url(../images/weui-arrow-filled.svg);
    width: 9px;
    height: 18px;
    position: absolute;
    right: -5px;
    top: 0;
}

.share-link {
    display: flex;
    align-items: center;
}

.share-link a {
    display: flex;
    width: 34px;
    height: 34px;
    padding: 7.5px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    aspect-ratio: 1/1;
    border-radius: 2px;
    background: var(--navy-blue);
}
.share-link a:hover{
    background: var(--brown);
}
.share-link span {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    color: var(--navy-blue);
    font-family: var(--font-Prosto-one);
    margin-right: 15px;
}

.single-news-details {
    margin-top: 45px;
    margin-bottom: 45px;
}
.single-news-section .container {
    max-width: 100%;
    padding: 0;
}
@media only screen and (min-width:1200px){
    .single-news-banner-section .col-left {
        padding-right: 42px;
    }
    .single-news-banner-section .col-right {
        padding-left: 42px;
    }
}
@media only screen and (max-width:1199px){
    .single-news-content .title h1 {
        font-size: 28px;
        line-height: 38px;
    }
    .single-news-section {
        margin-top: 70px;
    }
}
@media only screen and (max-width:991px){
    .single-news-banner-section .col-right {
        margin-top: 35px;
    }
    .single-news-banner-section {
        padding: 115px 0 50px;
    }
    .single-news-details {
        margin-top: 35px;
        margin-bottom: 25px;
    }
}
@media only screen and (max-width:767px){
    
}