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;
}

.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 #media_image-9 {
    background-color: #64B161;
}
.entry-meta-share-icon #media_image-10 {
    background-color: #3B3C3E;
}
.entry-meta-share-icon #media_image-11 {
    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;
}

.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;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 15px;
    font-size: 16px;
    background-color: white;
    cursor: pointer;
    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;
}

/* 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;
	}
}

@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;
    }
}

@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;
	}
}