.ad-wrapper {
    position: relative;
    width: 100%;
    min-height: 100px;
    visibility: visible !important;
    min-width: 300px;
    display: block !important;
    overflow: hidden;
    text-align: center;
    margin: 20px 0;
}

.adsbygoogle {
    display: block;
    min-width: 300px;
    min-height: 90px;
    text-align: center;
}

iframe[src*="youtube.com"]:not(.video-wrapper iframe) {
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
}

.author-entry-meta {
    display: flex;
    justify-content: space-between;
    width: 100%;
    background: #FFF1F1;
    border-radius: 10px;
    margin: 12px 0;
    padding: 5px 12px;
}
.author-box-detail {
    display: flex;
    align-items: center;
    gap: 14px;
    flex: 1;
}

.author-box .author {
    display: flex;
    align-items: center;
    gap: 12px;
}

.author-box .author-title h1 {
    margin: 0;
}

.media-title ,
.share-media-image section {
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 600;
    color: #969696;
}

/* Live blogs icon */
.live-blog-updates {
    display: inline-block;
    border: 1px solid #EB2E2E;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 4px;
    background-color: #EB2E2E;
    color: #FFFFFF;
    font-weight: 600;
}
.single-share-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    display: none;
}

.share-icon-col {
    border-right: 2px solid #1C1C1C1A;
    display: flex;
    align-items: center;
    padding-right: 12px;
    height: 100%;
}

.entry-meta-share-icon {
    display: flex;
    align-items: center;
    gap: 6px;
    height: 100%;
    max-height: 30px;
}
.entry-meta-share-icon h6 {
    margin: 0;
    font-size: 11px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 23px;
}
.entry-meta-share-icon a::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.entry-meta-share-icon .widget_media_image {
    display: flex;
    align-items: center;
    margin: 0;
    flex-direction: row-reverse;
    column-gap: 7px;
    position: relative;
    padding: 5px 10px;
    border-radius: 4px;
}
.entry-meta-share-icon .widget_media_image:has(.follow-us-whatsapp) {
    background-color: #64B161;
}

.entry-meta-share-icon .widget_media_image:has(.follow-us-google-news) {
    background-color: #3B3C3E;
}

.entry-meta-share-icon .widget_media_image:has(.follow-us-telegram) {
    background-color: #1C8ADB;
}

.entry-meta-share-icon a {
    display: grid;
}

.entry-meta-share-icon svg {
    width: 18px;
    height: 18px;
}

.featured-wrapper {
    position: relative;
    padding-top: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

/* .featured-wrapper .featured-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 30px;
}
*/


.featured-wrapper .featured-image {

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    object-fit: contain;
    object-position: center;
    background-color: #f0f0f0;

}

.post-content {
    padding-top: 20px;
    position: relative;
}

.content-preview {
    font-size: 18px;
    position: relative;
}

.content-preview::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    pointer-events: none;
}

/* live blog */
.live-blog-detail .elb-liveblog-closed-message,
.live-blog-detail .button,
.live-blog-detail .elb-no-liveblog-entries-message {
    display: none;
}
.live-blog-detail .elb-liveblog-list {
    border-left: none !important;
    padding: 0;
    margin: 0;
}
.live-blog-detail .elb-liveblog-list .elb-liveblog-post {
    list-style: none;
    border-bottom: 5px solid #EEEEEE;
    margin-bottom: 24px;
}
.live-blog-detail .elb-liveblog-post-time {
    color: #EB2E2E;
}
.live-blog-detail .elb-liveblog-post-heading {
    font-size: 18px;
    font-weight: 700;
}
.live-blog-detail .elb-liveblog-post-time {
    display: none;
}
.live-blog-detail .live-blog-date-time {
    color: #EB2E2E;
    font-size: 18px;
    font-weight: 500;
}
.live-blog-detail .live-blog-Read-btn {
    border: none;
    padding: 0;
    color: #EB2E2E;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
}
.live-blog-detail .elb-liveblog-actions {
    display: none;
}

.live-blog-navigation {
    display: flex;
    justify-content: space-between;
}
.live-blog-navigation a {
    border: 1px solid;
    padding: 8px 24px;
    background-color: #969696;
    color: #FFFFFF !important;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    border-radius: 4px;
}
.live-blog-navigation a:hover {
    color: #FFFFFF !important;
}

.live-blog-detail .full-content {
    margin-bottom:30px;
}

.single-detail-liveblog .elb-liveblog-list li:last-child {
    border: none;
}

/* details page */
.read-more-btn-col {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 20px 0;
}
.read-more-btn {
    border: 1px solid #EB2E2E;
    color: #EB2E2E;
    font-weight: 600;
    border-radius: 5px;
    position: relative;
    z-index: 10;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 15px;
    font-size: 16px;
    background-color: white;
    cursor: pointer;
    pointer-events: auto !important;
    text-align: center;
    outline: none;
    transition: all 0.3s ease;
}

.read-more-btn:after {
    content: '';
    background-image: url("../images/read-more-content.svg");
    background-size: contain;
    background-position: center;
    display: inline-block;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    margin-left: 8px;
}

.next-article-col {
    position: relative;
    margin-bottom: 26px;
    text-align: center;
}

.next-article-col:before {
    content: '';
    border-bottom: 3px solid #EB2E2E;
    width: 100%;
    top: 26px;
    position: absolute;
    height: 1px;
    display: block;
    z-index: 1;
}

.next-article-text {
    background: #EB2E2E;
    color: #FFFFFF;
    font-size: 18px;
    border: 1px solid #EB2E2E;
    border-radius: 5px;
    padding: 10px 24px;
    text-align: center;
    display: inline-block;
    position: relative;
    margin-bottom: 0;
    z-index: 1;
}

/* Videos Details page */
.video-post-image {
    width: 100%;
    border-radius: 30px;
    height: auto;
}

.video-wrapper {
    position: relative;
    padding-top: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 30px;
}

/**/
.loading-indicator {
    text-align: center;
    font-size: 16px;
    color: #666;
    margin-top: 20px;
}


/* related five posts */
.related-current-posts h4 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

.related-current-posts h5.news-title {
    font-size: 16px;
    color: #eb2e2e;
}
.related-current-posts h5.news-title:hover {
    color: #eb2e2e;
}
/* Interlinking css */
.related-posts-interlink-col {
    border: 1px solid #e6e6e6;
    box-shadow: -3px -1px 4px #d7d7d7;
    margin-bottom: 27px;
    background: #fffdf9;
    overflow: hidden;
}

.related-title {
    background-color: #EB2E2E;
    color: #fff;
    padding: 8px 21px;
    margin: 0;
    font-weight: 700;
}

.related-posts-container {
    width: calc(100% - 80px);
    height: auto;
    position: relative;
    z-index: 9;
    margin: 20px 40px;
}

.related-posts-container .swiper-horizontal {
    margin-left: auto;
    margin-right: auto;
    /*position: relative;*/
    overflow: hidden;
    list-style: none;
    padding: 0;
    /*z-index: 1;*/
}

.related-post-interlink.swiper-slide {
    border-right: 1px solid #cccccc;
    padding-right: 15px;
    overflow: hidden;
}

.related-post-interlink.swiper-slide:last-child {
    border-right: none;
}

.related-post-interlink a {
    display: flex!important;
    gap: 5px;
    color: #1C1C1C;
}

.related-post-interlink .news-thumbs-img {
    position: relative;
    overflow: hidden;
    width: 130px;
    height: 80px;
}

.related-post-interlink img {
    width: 100%;
    height: 100%;
    border-radius: 6px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.related-post-interlink .text-area {
    margin-left: 10px;
    width: calc(100% - 152px);
    min-height: 80px;
}
.related-post-interlink h5 {
    color: #eb2e2e;
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}
.swiper-container {
    width: 100%;
    /*     overflow: visible !important; */
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    width: auto;
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.related-posts-container .swiper-button-next, .related-posts-container .swiper-button-prev {
    right: -35px;
    border-radius: 50%;
    background-color: #868686;
    height: 30px;
    width: 30px;
    color: #fff;
}

.related-posts-container .swiper-button-prev {
    left: -35px;
}

.related-posts-container .swiper-button-next:after, .related-posts-container .swiper-button-prev:after {
    font-size: 16px;
}

.remaining-content {
    display: none;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.9s ease-out;
}
.single-content-link a {
    color: #eb2e2e!important;
}
/* Mobile Responsive */
@media screen and (max-width: 992px) {
    .featured-wrapper .featured-image {
        border-radius: 10px;
    }

    .video-wrapper {
        overflow: visible;
    }

    .video-wrapper iframe,
    .video-post-image {
        border-radius: 10px;
    }

    .related-posts-container {
        display: block;
    }

    .related-post-interlink {
        width: 100%;
        margin-bottom: 14px;
    }
}

@media screen and (max-width: 767px) {
    .single-share-box {
        flex-wrap: nowrap;
        flex-direction: column;
        align-items: flex-start;
        padding-top: 5px;
    }

    .share-icon-col {
        border: 0;
    }

    .related-posts-container {
        width: calc(100% - 20px);
        margin: 10px;
    }

    .swiper-wrapper {
        transform: translate3d(0px, 0, 0) !important;
        flex-wrap: wrap;
    }

    .related-post-interlink.swiper-slide {
        border-right: none;
    }

    .related-posts-container .swiper-button-next,
    .related-posts-container .swiper-button-prev {
        display: none;
    }
}

@media screen and (max-width: 577px) {
    .author-entry-meta {
        flex-direction: column;
        gap: 12px;
        padding: 16px 12px 9px;
    }

    .entry-meta-share-icon{
        gap: 14px;
    }

    .author-box-detail h3 {
        line-height: 18px;
    }

    .next-article-text {
        padding: 9px 17px;
        font-size: 14px;
        line-height: 18px;
        top: 7px;
    }

    .read-more-btn {
        font-size: 14px;
        padding: 7px 11px;
    }

    .read-more-btn:after {
        width: 12px;
    }
    .single-share-box {
        padding-top: 0;
    }
}

@media screen and (max-width: 360px) {
    .share-icon-col {
        padding-right: 0;
    }

    .entry-meta-share-icon {
        gap: 3px;
    }

    .entry-meta-share-icon .widget_media_image {
        padding: 3px 6px;
    }

    .entry-meta-share-icon img {
        width: 14px;
        height: 14px!important;
    }
}
