/* Members Main Page - Inline Styles Extracted for Better Performance */

.slider {
	width: 100%;
	max-width: 600px;
	overflow: hidden;
	position: relative;
}

.slides {
	display: flex;
	transition: transform 0.5s ease-in-out;
	width: 100%;
}

.slide {
	width: 100%;
	flex-shrink: 0;
}

.slide img {
	width: 100%;
}

.controls {
	text-align: center;
	margin-top: 10px;
}

.section-divider {
	display: block;
	width: 100%;
	height: 1px;
	background: #ffffff;
	opacity: 0.85;
	margin: 48px 0 24px;
}

.section-divider:first-of-type {
	margin-top: 0;
}

.video-stats {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	column-gap: 14px;
	row-gap: 0;
	color: #ADD1FF;
	font-size: 10px;
}

.video-stats .video-stat {
	display: flex;
	align-items: center;
	gap: 4px;
}

.video-stats .video-stat i {
	color: #ADD1FF;
	font-size: 9px;
}

.video-stats .video-stat:not(.video-stat-date) span {
	color: #ADD1FF;
}

.video-stat-date {
	flex-basis: 100%;
	font-size: 9px;
	color: #9aa4b2;
	margin-top: 2px;
}

.video-stat-date i {
	font-size: 8px;
	color: #9aa4b2;
}

