/* 

Add here your custom css styles Example: p { text-align: center; color: red; } 

*/
.video-options .btn-share.pt-buy-btn,
.pt-buy-btn {
	display: inline-flex !important;
	align-items: center !important;
	gap: 9px;
	background: linear-gradient(135deg, #ffb000 0%, #ff5a1f 55%, #04abf2 100%) !important;
	color: #fff !important;
	border: 0 !important;
	border-radius: 999px !important;
	padding: 10px 20px !important;
	line-height: 1 !important;
	font-weight: 800 !important;
	font-size: 16px !important;
	letter-spacing: 0 !important;
	text-transform: uppercase;
	box-shadow: 0 10px 22px rgba(255, 111, 31, 0.35), 0 0 0 1px rgba(255, 255, 255, 0.14) inset !important;
	transition: box-shadow 0.18s ease, transform 0.18s ease, filter 0.18s ease !important;
	animation: ptBuyPulse 2.4s ease-in-out infinite;
}
.video-options .btn-share.pt-buy-btn:hover,
.pt-buy-btn:hover {
	color: #fff !important;
	filter: brightness(1.06);
	transform: translateY(-2px) scale(1.02);
	box-shadow: 0 14px 28px rgba(255, 111, 31, 0.46), 0 0 0 1px rgba(255, 255, 255, 0.18) inset !important;
}
.video-options .btn-share.pt-buy-btn svg,
.pt-buy-btn svg {
	display: inline-block !important;
	flex: 0 0 auto !important;
	width: 20px !important;
	height: 20px !important;
	padding: 0 !important;
	background: transparent !important;
	border-radius: 0 !important;
	vertical-align: middle !important;
	margin: 0 !important;
	margin-right: 0 !important;
	filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.2));
}
.video-options .btn-share.pt-buy-btn:not(:last-child) {
	border-right: 0 !important;
}
@keyframes ptBuyPulse {
	0%, 100% {
		box-shadow: 0 10px 22px rgba(255, 111, 31, 0.35), 0 0 0 0 rgba(255, 176, 0, 0.38), 0 0 0 1px rgba(255, 255, 255, 0.14) inset;
	}
	50% {
		box-shadow: 0 14px 28px rgba(255, 111, 31, 0.46), 0 0 0 8px rgba(255, 176, 0, 0), 0 0 0 1px rgba(255, 255, 255, 0.18) inset;
	}
}
.shorts_buy_btn {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #fff !important;
	text-decoration: none !important;
}
.shorts_buy_btn svg {
	width: 48px;
	height: 48px;
	padding: 12px;
	border-radius: 50%;
	background: #04abf2;
	box-shadow: 0 6px 16px rgba(4, 171, 242, 0.35);
}
.shorts_buy_btn p {
	margin: 6px 0 0;
	font-size: 12px;
	font-weight: 600;
	color: #fff;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}
.shorts_buy_btn:hover svg {
	background: #0398d7;
}
.pt_video_comments .comments-header {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px 16px;
}
.pt_video_comments .comments-header .sort-comments-dropdown {
	margin-left: auto;
	white-space: nowrap;
}
.pt_video_comments .yp_video_comment {
	align-items: flex-start;
	width: 100%;
}
.pt_video_comments .yp_video_comment .avatar {
	flex: 0 0 40px;
}
.pt_video_comments .yp_video_comment textarea {
	flex: 1 1 auto;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	white-space: normal;
	word-break: normal;
	overflow-wrap: normal;
}
.pt_video_comments .yp_video_comment button {
	white-space: nowrap;
}
.vid_stud_stats {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 4px 12px;
}
.vid_stud_stats span {
	display: inline-flex;
	align-items: center;
	white-space: nowrap;
}
.vid_stud_stats span svg {
	margin-right: 3px;
}
@media (max-width: 520px) {
	.video-player-page .video-options,
	.video-player-page.six_padding_15 .video-options,
	.video-options {
		display: flex !important;
		flex-wrap: wrap !important;
		align-items: stretch !important;
		gap: 8px;
		width: 100% !important;
		margin: 16px 0 0 !important;
		padding: 10px 0 14px !important;
		overflow-x: visible !important;
		white-space: normal !important;
		text-align: center;
		box-sizing: border-box !important;
	}
	.video-player-page .video-options .btn-share:not(.pt-buy-btn),
	.video-options .btn-share:not(.pt-buy-btn) {
		flex: 1 1 calc(33.333% - 8px);
		min-width: 82px;
		max-width: 100%;
		padding-left: 8px;
		padding-right: 8px;
		box-sizing: border-box;
	}
	.video-player-page .video-options .btn-share.pt-buy-btn,
	.video-player-page.six_padding_15 .video-options .btn-share.pt-buy-btn,
	.video-options .btn-share.pt-buy-btn {
		order: -1;
		flex: 1 0 100% !important;
		align-self: stretch !important;
		display: flex !important;
		justify-content: center !important;
		align-items: center !important;
		gap: 8px !important;
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		min-height: 50px;
		box-sizing: border-box !important;
		padding: 13px 14px !important;
		margin: 4px 0 8px !important;
		white-space: normal !important;
		text-align: center;
		line-height: 1.15 !important;
	}
	.video-player-page .video-options .btn-share.pt-buy-btn svg,
	.video-options .btn-share.pt-buy-btn svg {
		display: inline-block !important;
		flex: 0 0 20px !important;
		width: 20px !important;
		height: 20px !important;
		margin: 0 !important;
		padding: 0 !important;
		background: transparent !important;
		border-radius: 0 !important;
	}
	.pt_video_comments {
		padding-left: 12px;
		padding-right: 12px;
	}
	.pt_video_comments .comments-header {
		align-items: flex-start;
	}
	.pt_video_comments .comments-header .sort-comments-dropdown {
		float: none !important;
		margin-left: 0;
		width: 100%;
	}
	.pt_video_comments .yp_video_comment textarea {
		padding-right: 56px;
		font-size: 15px;
		line-height: 22px;
	}
	.pt_video_comments .yp_video_comment .add-emoticons {
		display: none;
	}
	.pt_video_comments .yp_video_comment button {
		width: 42px;
		height: 42px;
		padding: 0;
		font-size: 0;
		display: flex;
		align-items: center;
		justify-content: center;
		bottom: 4px;
	}
	.pt_video_comments .yp_video_comment button svg {
		margin: 0;
	}
}
@media (max-width: 380px) {
	.pt_video_comments .yp_video_comment {
		gap: 8px;
	}
	.pt_video_comments .yp_video_comment .avatar {
		flex-basis: 34px;
		width: 34px;
		height: 34px;
	}
	.pt_video_comments .yp_video_comment textarea {
		padding-left: 10px;
		padding-right: 48px;
	}
	.pt_video_comments .yp_video_comment button {
		width: 38px;
		height: 38px;
	}
}
