/* ==========================================================================
   Homepage – YouTube embed & video section typography
   ========================================================================== */

.youtube-embed-custom .elementor-custom-embed-image-overlay img {
	border-radius: 5px !important;
	overflow: hidden !important;
}

.youtube-embed-custom .elementor-custom-embed-play {
	position: absolute !important;
	top: 50% !important;
	left: 50% !important;
	transform: translate(-50%, -50%) !important;
	margin: 0 !important;
	width: 70px;
	height: 70px;
	border-radius: 50% !important;
	background-color: rgba(255, 255, 255, 0.5) !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	transition: 0.25s ease-out;
	padding: 0 !important;
}

.youtube-embed-custom .elementor-custom-embed-play svg {
	width: 26px !important;
	height: 26px !important;
	display: block !important;
}

.youtube-embed-custom .elementor-custom-embed-play svg path {
	fill: #E30B2E !important;
}

.youtube-embed-custom .elementor-custom-embed-play:hover {
	transform: translate(-50%, -50%) scale(1.05) !important;
}

.videos-button .elementor-heading-title {
	font-weight: 400 !important;
}

.videos-button .underline-text {
	text-decoration: underline !important;
	text-underline-offset: 5px;
}

.videos-button .no-underline-arrow {
	text-decoration: none !important;
}
