<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.single-shorts,
.post-type-archive-shorts {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: hidden;
}
.single-shorts .scroll-header,
.post-type-archive-shorts .scroll-header {
	display: none;
}
/* .single-shorts .mobile-bottom-nav {
	display:none;
} */

.single-shorts .header-ads,
.post-type-archive-shorts .header-ads {
	display: none!important;
}
.single-shorts .addtoany_share_save_container,
.post-type-archive-shorts .addtoany_share_save_container {
   display: none;  
}

#video-container {
    height: 92vh !important;
    width: 25vw !important;
    margin-bottom: 17px !important;
    position: relative;
}

#video-wrapper {
    height: 100%;
    width: 100%;
}

.video-js,
.vjs-tech,
video {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover !important;
    border-radius: 22px;
}

.scroll-buttons {
    position: absolute;
    top: 40%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 9999;
    right: -67px;
}

.scroll-buttons button {
    background-color: rgba(218, 218, 218, 0.6);
    color: #fff;
    border: none;
    border-radius: 50%;
    padding: 15px 15px;
    font-size: 20px;
    cursor: pointer;
}

.scroll-buttons button:hover {
    background-color: #333;
}

.scroll-button-icon {
    max-width: 17px;
}

.vjs-poster {
    display: none !important;
}

.single-youtube_shorts .site-content {
    justify-content: center;
}

#short-video-ads{
    width: 100%;
    height: 100%;
    border-radius: 22px;
    background-color: #eaeaea;
	min-height: 97vh !important;
}

#short-video-ads p {
	margin-bottom: 10px;
    padding-top: 10px;
    text-align: center;
}

.single-youtube_shorts .adsbygoogle {
	min-height: 400px;
}

/* Hide default play icon */
.vjs-loading-spinner {
    display: none !important;
}
.vjs-big-play-button .vjs-icon-placeholder::before {
    content: "";
    display: none !important;
}

/* Custom play icon */
.vjs-big-play-button {
    background: url('https://www.timesbull.com/wp-content/uploads/2025/06/play-icon.png') no-repeat center center !important;
    background-size: 50px 50px !important;
    width: 80px !important;
    height: 80px !important;
    border: none !important;
    opacity: 1 !important;
}

/* .single-shorts .footer-ads{
	display:none !important;
} */

@media screen and (max-width: 1170px) {
    #video-container {
        width: 35vw !important;
    }
}
@media screen and (max-width: 992px) {
	.post-type-archive-shorts .site-header,
	.single-shorts .site-header {
		padding-bottom: 0!important;
	}
	#video-container {
        width: 100vw !important;
		margin-bottom: 0!important;
    }
	.video-js,
	.vjs-tech,
	video {
		border-radius: 0;
	}
	#short-video-ads {
		border-radius: 0;
	}
	 .scroll-buttons {
/*         display: none; */
		 right: 0px;
    }
	.scroll-buttons button,
	.scroll-buttons button:hover{
		background-color: transparent;
	}
		@keyframes bounceDown {
	  0%, 20%, 50%, 80%, 100% {
		transform: translateY(0);
	  }
	  40% {
		transform: translateY(6px);
	  }
	  60% {
		transform: translateY(3px);
	  }
	}

	@keyframes bounceUp {
	  0%, 20%, 50%, 80%, 100% {
		transform: translateY(0);
	  }
	  40% {
		transform: translateY(-6px);
	  }
	  60% {
		transform: translateY(-3px);
	  }
	}


	.scroll-buttons #scroll-down {
	  animation: bounceDown 1.5s infinite;
	}

	.scroll-buttons #scroll-up {
	  animation: bounceUp 1.5s infinite;
	}

	.scroll-buttons button.hidden {
	  animation: none !important;
	}
}


@media screen and (max-width: 768px) {
/*     #video-container {
        width: 50vw !important;
    } */
/*     .scroll-buttons {
        display: none;
    } */
	.vjs-big-play-button {
		display: none!important;
	}
}

@media screen and (max-width: 510px) {
/*     #video-container {
        width: 100vw !important;
    } */
/*     .video-js,
    .vjs-tech,
    video {
        border-radius: 0;
    }
    #short-video-ads {
        border-radius: 0;
    } */
}</pre></body></html>