.news-inner-section .single-pic img {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    border: var(--main-border);
    object-fit: contain;
}
.dark-mode .news-inner-section .single-pic img {
    background-color: #fff;
}
.dark-mode .news-inner-section h1 {
    color: var(--white-color) !important;
}
.news-inner-section .video-with-popup {
    position: relative;
    border-radius: var(--small-border-radius);
    overflow: hidden;
}
.news-inner-section .video-with-popup::before {
    content: "";
    position: absolute;
    background: linear-gradient(104.93deg, rgba(0, 0, 0, 0.4) 8.83%, rgba(0, 0, 0, 0) 38.04%);
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}
.news-inner-section .video-with-popup .play-button {
    position: absolute;
    inset-inline-end: 60px;
    top: 60px;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-self: center;
    z-index: 2;
        pointer-events: none;
}
.news-inner-section .video-with-popup .play-button img {
    width: 60px;
    height: 60px;
}
.news-inner-section .topics a {
    color: var(--main-dark-color);
    padding: 10px 20px;
}
.dark-mode .news-inner-section .topics a {
    color: var(--white-color);
}
.news-inner-section .topics .topics-links {
    padding: 0;
    margin: 0;
}
.news-inner-section .topics .topics-links li {
    list-style: none;
    background-color: rgb(35 31 32 / 10%);
}
.dark-mode .news-inner-section .topics .topics-links li{
    background-color: var(--primary-color);
}
.news-inner-section .topics {
    border-block: var(--main-border);
}
.news-inner-section .news-inner-arrows {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 95%;
    z-index: 2;
}
.news-inner-section .news-inner-arrows button {
    border: none;
    background-color: transparent;
}
.news-inner-section .news-inner-arrows button i {
    color: #fff;
    font-size: 1.5rem;
    filter: drop-shadow(0px 3px 8px rgba(0, 0, 0, 0.40));
}
.news-inner-title h1 {
    color: var(--primary-color);
}
#news-inner .news-inner-title h1 {
    color: var(--main-dark-color);
    line-height: 1.4;
}
#news-inner .card-a {
    margin-bottom: 1rem !important;
}
@media (max-width: 767.98px) {
    #news-inner .share-social-media {
        inset-inline-start: unset !important;
        transform: translate(0, -50%);
        inset-inline-end: unset;
    }
}
@media (max-width: 767.98px) {
    .news-inner-section .news-inner-container picture {
        padding-inline: 0 !important;
        padding-block: 1rem;
        margin: 0 !important;
    }
}
.news-inner-section .news-inner-content {
    text-align: justify;
}
.card-date-news {
    display: flex;
    align-items: center;
    gap: 5px;
}
.news-inner-title .share-ovelay {
    margin-bottom: 0 !important;
}

.news-inner-slider img{
    aspect-ratio: 16/9 ;
}
