/**
 * Socials Slider Block Styles
 * Styles for the Socials Slider custom block
 *
 * @package made-to-thrive-2026-base
 * @since 1.0.0
 */

/* Main Container */
.socials-slider-block {
	width: 100%;
	margin: 0 auto;
	padding: 57px 0;
	overflow: hidden;
}

.socials-slider-container {
	width: 100%;
	max-width: 100%;
}

/* Header Section */
.socials-slider-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
	flex-wrap: wrap;
	gap: 20px;
	max-width: 1310px;
	padding: 0 10px;
	margin: 0 auto;
}

.socials-slider-title {
	margin: 0;
	font-family: "Google Sans Flex";
	font-size: 32px;
	font-style: normal;
	font-weight: 900;
	line-height: 105%; /* 33.6px */
	text-transform: uppercase;
	letter-spacing: -0.1rem;
}
.space-block {
	    display: block;
	    width: 270px;
}
.socials-slider-social-section {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
	width: 270px;
	justify-content: flex-end;
}

.socials-slider-username-link {
	text-decoration: none;
	transition: opacity 0.2s ease;
	font-family: "Google Sans Flex";
	font-size: 15px;
	font-style: normal;
	font-weight: 800;
	line-height: 1.2; /* 21px */
	letter-spacing: 2px;
	text-transform: uppercase;
	border-bottom: 1px solid;
}

.socials-slider-username-link:hover,
.socials-slider-username-link:focus {
	opacity: 0.8;
	text-decoration:none;
	outline:none;
}

.socials-slider-social-links {
	display: flex;
	align-items: center;
	gap: 10px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.socials-slider-social-links li {
	margin: 0;
	padding: 0;
}

.socials-slider-social-link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: transparent;
	transition: transform 0.2s ease, opacity 0.2s ease;
	text-decoration: none;
	box-sizing: border-box;
}

.socials-slider-social-link:hover,
.socials-slider-social-link:focus {
	transform: scale(1.1);
	opacity: 0.9;
	outline: none;
}

.socials-slider-social-link .social-icon {
	width: 100%;
	height: 100%;
	display: block;
}

.socials-slider-social-link .screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border-width: 0;
}

/* Swiper Wrapper */
.socials-slider-swiper-wrapper {
	position: relative;
	width: 100%;
	margin-top: 51px;
}

.socials-slider-swiper {
	width: 100%;
	overflow: visible;
	padding-bottom: 60px;
}

.socials-slider-swiper .swiper-wrapper {
	display: flex;
	align-items: stretch;
}

.socials-slider-swiper .swiper-slide {
	height: auto;
	display: flex;
}

/* Video Wrapper */
.socials-slider-video-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 20 / 35;
    overflow: hidden;
    border-radius: 8px;
    background-color: #000;
    outline: 2px solid currentColor;
    outline-offset: 7px;
    max-height: 550px;
}

.socials-slider-video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	cursor: pointer;
}

/* Pause/Play Button */
.socials-slider-pause-button {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 30px;
	height: 30px;
	background-color: transparent;
	border: none;
	border-radius: 0;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: transform 0.2s ease, opacity 0.2s ease;
	z-index: 10;
	padding: 0;
	margin: 0;
	/* Default: Show pause icon (video is playing) */
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3E%3Cg clip-path='url(%23clip0_274_1607)'%3E%3Cpath d='M15.0001 28.636C22.5313 28.636 28.6365 22.5308 28.6365 14.9996C28.6365 7.46849 22.5313 1.36328 15.0001 1.36328C7.46898 1.36328 1.36377 7.46849 1.36377 14.9996C1.36377 22.5308 7.46898 28.636 15.0001 28.636Z' fill='%23FFC856'/%3E%3Cpath d='M11.591 19.0906V10.9087M18.4092 19.0906V10.9087M28.6365 14.9996C28.6365 22.5308 22.5313 28.636 15.0001 28.636C7.46898 28.636 1.36377 22.5308 1.36377 14.9996C1.36377 7.46849 7.46898 1.36328 15.0001 1.36328C22.5313 1.36328 28.6365 7.46849 28.6365 14.9996Z' stroke='%236D240B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_274_1607'%3E%3Crect width='30' height='30' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
	background-size: 30px 30px;
	background-position: center;
	background-repeat: no-repeat;
}

/* When playing (aria-pressed="true"), show pause icon */
.socials-slider-pause-button[aria-pressed="true"] {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3E%3Cg clip-path='url(%23clip0_274_1607)'%3E%3Cpath d='M15.0001 28.636C22.5313 28.636 28.6365 22.5308 28.6365 14.9996C28.6365 7.46849 22.5313 1.36328 15.0001 1.36328C7.46898 1.36328 1.36377 7.46849 1.36377 14.9996C1.36377 22.5308 7.46898 28.636 15.0001 28.636Z' fill='%23FFC856'/%3E%3Cpath d='M11.591 19.0906V10.9087M18.4092 19.0906V10.9087M28.6365 14.9996C28.6365 22.5308 22.5313 28.636 15.0001 28.636C7.46898 28.636 1.36377 22.5308 1.36377 14.9996C1.36377 7.46849 7.46898 1.36328 15.0001 1.36328C22.5313 1.36328 28.6365 7.46849 28.6365 14.9996Z' stroke='%236D240B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_274_1607'%3E%3Crect width='30' height='30' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.socials-slider-pause-button:hover,
.socials-slider-pause-button:focus {
	opacity: 0.8;
	transform: scale(1.1);
	outline: none;
}

.socials-slider-pause-button:active {
	transform: scale(0.95);
}

.socials-slider-pause-button .pause-icon,
.socials-slider-pause-button .play-icon {
	display: none;
}

/* When paused (aria-pressed="false"), show play icon */
.socials-slider-pause-button[aria-pressed="false"] {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3E%3Cg clip-path='url(%23clip0_274_1607)'%3E%3Cpath d='M15.0001 28.636C22.5313 28.636 28.6365 22.5308 28.6365 14.9996C28.6365 7.46849 22.5313 1.36328 15.0001 1.36328C7.46898 1.36328 1.36377 7.46849 1.36377 14.9996C1.36377 22.5308 7.46898 28.636 15.0001 28.636Z' fill='%23FFC856'/%3E%3Cpath d='M12.5 10.5L12.5 19.5L19.5 15L12.5 10.5Z' fill='%236D240B'/%3E%3Cpath d='M28.6365 14.9996C28.6365 22.5308 22.5313 28.636 15.0001 28.636C7.46898 28.636 1.36377 22.5308 1.36377 14.9996C1.36377 7.46849 7.46898 1.36328 15.0001 1.36328C22.5313 1.36328 28.6365 7.46849 28.6365 14.9996Z' stroke='%236D240B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_274_1607'%3E%3Crect width='30' height='30' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

/* Navigation Arrows */
.socials-slider-nav-prev,
.socials-slider-nav-next {
	position: absolute;
	bottom: 0;
	width: 40px;
	height: 40px;
	margin-top: 0;
	background-color: transparent;
	border: 2px solid currentColor;
	border-radius: 50%;
	color: currentColor;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background-color 0.3s ease, transform 0.2s ease, opacity 0.2s ease;
	z-index: 10;
}

.socials-slider-nav-prev {
	left: 4%;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cg clip-path='url(%23clip0_274_1611)'%3E%3Cpath d='M16 1.45499C7.96672 1.45499 1.4545 7.96721 1.4545 16.0004C1.4545 24.0337 7.96672 30.5459 16 30.5459C24.0332 30.5459 30.5454 24.0337 30.5454 16.0004C30.5454 7.96721 24.0332 1.45499 16 1.45499Z' fill='%23FFC856'/%3E%3Cpath d='M16 10.1823L10.1818 16.0004L16 21.8186' fill='%23FFC856'/%3E%3Cpath d='M16 10.1823L10.1818 16.0004M10.1818 16.0004L16 21.8186M10.1818 16.0004L21.8181 16.0004M1.4545 16.0004C1.4545 7.96721 7.96672 1.45499 16 1.45499C24.0332 1.45499 30.5454 7.96721 30.5454 16.0004C30.5454 24.0337 24.0332 30.5459 16 30.5459C7.96672 30.5459 1.4545 24.0337 1.4545 16.0004Z' stroke='%236D240B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_274_1611'%3E%3Crect width='32' height='32' fill='white' transform='translate(32 32) rotate(-180)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
	background-size: 32px 32px;
	background-position: center;
	background-repeat: no-repeat;
	width: 32px;
	height: 32px;
	border: none;
	top: inherit;
	bottom: -8px;
}

.socials-slider-nav-prev::after {
	display: none;
}

.socials-slider-nav-next {
	right: 4%;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cg clip-path='url(%23clip0_274_1609)'%3E%3Cpath d='M16 30.545C24.0333 30.545 30.5455 24.0328 30.5455 15.9996C30.5455 7.96632 24.0333 1.4541 16 1.4541C7.96681 1.4541 1.45459 7.96632 1.45459 15.9996C1.45459 24.0328 7.96681 30.545 16 30.545Z' fill='%23FFC856'/%3E%3Cpath d='M16 21.8177L21.8182 15.9996L16 10.1814' fill='%23FFC856'/%3E%3Cpath d='M16 21.8177L21.8182 15.9996M21.8182 15.9996L16 10.1814M21.8182 15.9996H10.1819M30.5455 15.9996C30.5455 24.0328 24.0333 30.545 16 30.545C7.96681 30.545 1.45459 24.0328 1.45459 15.9996C1.45459 7.96632 7.96681 1.4541 16 1.4541C24.0333 1.4541 30.5455 7.96632 30.5455 15.9996Z' stroke='%236D240B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_274_1609'%3E%3Crect width='32' height='32' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
	background-size: 32px 32px;
	background-position: center;
	background-repeat: no-repeat;
	width: 32px;
	height: 32px;
	border: none;
	top: inherit;
	bottom: -7px;
}

.socials-slider-nav-next::after {
	display: none;
}

.socials-slider-nav-prev:hover,
.socials-slider-nav-prev:focus,
.socials-slider-nav-next:hover,
.socials-slider-nav-next:focus {
	background-color: rgba(0, 0, 0, 0.1);
	transform: scale(1.1);
	outline: none;
}

.socials-slider-nav-prev:active,
.socials-slider-nav-next:active {
	transform: scale(0.95);
}

.socials-slider-nav-prev::after,
.socials-slider-nav-next::after {
	font-size: 16px;
	font-weight: bold;
}

.socials-slider-nav-prev.swiper-button-disabled,
.socials-slider-nav-next.swiper-button-disabled {
	opacity: 0.35;
	cursor: not-allowed;
	pointer-events: none;
}

/* Responsive Design */
@media (max-width: 768px) {
	.socials-slider-header {
		flex-direction: column;
		align-items: center;
	}
	.socials-slider-block {
		padding:30px 0 50px;
	}
	
	.socials-slider-social-section {
		width: 100%;
		justify-content: space-between;
		max-width: 255px;
	}
	
	.socials-slider-nav-prev {
		left: 20px;
	}
	
	.socials-slider-nav-next {
		right: 20px;
	}
}
@media (max-width:500px) {
	.socials-slider-header {
			gap:10px;
		margin:0 auto 0;
	}
		.socials-slider-title {
			font-size:26px;
		}
}

/* Accessibility */
@media (prefers-reduced-motion: reduce) {
	.socials-slider-video,
	.socials-slider-pause-button,
	.socials-slider-social-link,
	.socials-slider-nav-prev,
	.socials-slider-nav-next {
		transition: none;
	}
}





