.dynamic-social-profile-slider {
	width: 100%;
	max-width: 100%;
	margin-left: 0;
	margin-right: 0;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
	color: #fff;
	background-color: transparent;
	font-family: inherit;
}
.dynamic-social-profile-slider *, .dynamic-social-profile-slider *::before, .dynamic-social-profile-slider *::after { box-sizing: border-box; }
.dynamic-social-profile-slider a { text-decoration: none; }
.dynamic-social-profile-slider button { font-family: inherit; }
.dynamic-social-profile-slider .dsps-heading-row { display: flex; align-items: center; justify-content: center; gap: 28px; width: 100%; margin-bottom: 34px; }
.dynamic-social-profile-slider .dsps-heading { margin: 0; padding: 0; color: #fff; font-size: 38px; line-height: 1.15; font-weight: 700; text-align: center; }
.dynamic-social-profile-slider .dsps-heading-line { display: block; width: 96px; height: 1px; background: rgba(255,255,255,0.75); flex: 0 0 auto; }
.dynamic-social-profile-slider .dsps-heading-icons { display: flex; align-items: center; gap: 22px; }
.dynamic-social-profile-slider .dsps-heading-icon { display: inline-flex; align-items: center; justify-content: center; color: #fff; font-size: 34px; line-height: 1; }
.dynamic-social-profile-slider .dsps-heading-icon svg { width: 34px; height: 34px; fill: currentColor; }
.dynamic-social-profile-slider .dsps-profile-layout { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 28px; align-items: stretch; width: 100%; max-width: 1160px; margin: 0 auto 42px auto; }
.dynamic-social-profile-slider .dsps-tabs { display: flex; flex-direction: column; gap: 16px; align-items: center; justify-content: flex-start; }
.dynamic-social-profile-slider .dsps-tab-btn { width: 58px; height: 58px; border: 0; outline: 0; padding: 0; border-radius: 14px; background: #f6f6f6; color: #222; display: inline-flex; align-items: center; justify-content: center; cursor: pointer; position: relative; transition: transform .25s ease, background-color .25s ease, color .25s ease, box-shadow .25s ease; box-shadow: 0 8px 24px rgba(0,0,0,0.08); }
.dynamic-social-profile-slider .dsps-tab-btn:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(0,0,0,0.12); }
.dynamic-social-profile-slider .dsps-tab-btn.active { background: #fff; color: #f4775b; transform: translateY(-2px); box-shadow: 0 14px 32px rgba(0,0,0,0.15); }
.dynamic-social-profile-slider .dsps-tab-btn i { font-size: 24px; line-height: 1; }
.dynamic-social-profile-slider .dsps-tab-btn svg { width: 24px; height: 24px; fill: currentColor; }
.dynamic-social-profile-slider .dsps-tab-label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.dynamic-social-profile-slider .dsps-profile-shell { width: 100%; min-height: 190px; background: #fff; border-radius: 18px; padding: 26px 30px; color: #111; box-shadow: 0 20px 60px rgba(0,0,0,0.10); overflow: hidden; position: relative; }
.dynamic-social-profile-slider .dsps-profile-content { display: none; width: 100%; opacity: 0; transform: translateY(8px); transition: opacity .25s ease, transform .25s ease; }
.dynamic-social-profile-slider .dsps-profile-content.active { display: block; opacity: 1; transform: translateY(0); }
.dynamic-social-profile-slider .dsps-profile-main { display: grid; grid-template-columns: 112px minmax(0, 1fr); gap: 24px; align-items: center; }
.dynamic-social-profile-slider .dsps-avatar-wrap { width: 112px; height: 112px; border-radius: 999px; overflow: hidden; background: #f5f5f5; flex: 0 0 auto; }
.dynamic-social-profile-slider .dsps-avatar { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; }
.dynamic-social-profile-slider .dsps-profile-info { min-width: 0; }
.dynamic-social-profile-slider .dsps-profile-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; margin-bottom: 6px; }
.dynamic-social-profile-slider .dsps-profile-name { margin: 0; padding: 0; display: flex; align-items: center; gap: 8px; color: #111; font-size: 25px; line-height: 1.2; font-weight: 700; }
.dynamic-social-profile-slider .dsps-verified { display: inline-flex; align-items: center; justify-content: center; color: #0095f6; font-size: 15px; line-height: 1; }
.dynamic-social-profile-slider .dsps-profile-handle { color: #111; font-size: 15px; line-height: 1.5; margin-bottom: 18px; }
.dynamic-social-profile-slider .dsps-stats { display: flex; align-items: center; flex-wrap: wrap; gap: 26px; margin-bottom: 18px; color: #111; }
.dynamic-social-profile-slider .dsps-stat { display: inline-flex; align-items: baseline; gap: 5px; font-size: 15px; line-height: 1.4; }
.dynamic-social-profile-slider .dsps-stat strong { font-weight: 700; }
.dynamic-social-profile-slider .dsps-stat span { font-weight: 400; }
.dynamic-social-profile-slider .dsps-profile-bio { color: #222; font-size: 15px; line-height: 1.6; max-width: 860px; }
.dynamic-social-profile-slider .dsps-follow-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 12px 30px; border-radius: 8px; background: #0095f6; color: #fff; font-size: 15px; font-weight: 700; line-height: 1; white-space: nowrap; transition: transform .25s ease, box-shadow .25s ease, opacity .25s ease; }
.dynamic-social-profile-slider .dsps-follow-btn:hover { color: #fff; transform: translateY(-2px); box-shadow: 0 12px 26px rgba(0,149,246,0.28); opacity: .96; }
.dynamic-social-profile-slider .dsps-slider { width: 100%; position: relative; }
.dynamic-social-profile-slider .dsps-slider-window { width: 100%; overflow: hidden; }
.dynamic-social-profile-slider .dsps-slider-track { display: flex; align-items: stretch; gap: 24px; will-change: transform; transition: transform .45s ease; }
.dynamic-social-profile-slider .dsps-slide { flex: 0 0 315px; display: none; opacity: 0; transform: translateY(10px); transition: opacity .25s ease, transform .25s ease; }
.dynamic-social-profile-slider .dsps-slide.active-slide { display: block; opacity: 1; transform: translateY(0); }
.dynamic-social-profile-slider .dsps-slide-link { display: block; width: 100%; color: inherit; }
.dynamic-social-profile-slider .dsps-slide-media { width: 100%; height: 315px; border-radius: 4px; overflow: hidden; background: rgba(255,255,255,0.22); position: relative; box-shadow: 0 16px 42px rgba(0,0,0,0.10); }
.dynamic-social-profile-slider .dsps-slide-media img, .dynamic-social-profile-slider .dsps-slide-media video, .dynamic-social-profile-slider .dsps-youtube-card img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; }
.dynamic-social-profile-slider .dsps-youtube-card { width: 100%; height: 100%; position: relative; cursor: pointer; }
.dynamic-social-profile-slider .dsps-play-icon { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 58px; height: 58px; border-radius: 999px; background: rgba(0,0,0,0.62); color: #fff; display: inline-flex; align-items: center; justify-content: center; font-size: 22px; line-height: 1; padding-left: 4px; pointer-events: none; }
.dynamic-social-profile-slider .dsps-media-title { margin-top: 10px; color: #fff; font-size: 14px; line-height: 1.4; font-weight: 600; }
.dynamic-social-profile-slider .dsps-slider-controls { position: absolute; left: 0; right: 0; top: 50%; z-index: 5; display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 0; transform: translateY(-50%); pointer-events: none; }
.dynamic-social-profile-slider .dsps-arrow { width: 42px; height: 42px; border: 0; border-radius: 999px; background: rgba(255,255,255,0.32); color: #fff; font-size: 34px; line-height: 1; display: inline-flex; align-items: center; justify-content: center; cursor: pointer; transition: background-color .25s ease, transform .25s ease; pointer-events: auto; box-shadow: 0 10px 28px rgba(0,0,0,0.14); }
.dynamic-social-profile-slider .dsps-arrow i { font-size: 18px; line-height: 1; }
.dynamic-social-profile-slider .dsps-arrow svg { width: 18px; height: 18px; fill: currentColor; }
.dynamic-social-profile-slider .dsps-arrow:hover { background: rgba(255,255,255,0.38); transform: translateY(-2px); }
.dynamic-social-profile-slider .dsps-arrow.is-disabled { opacity: .35; pointer-events: none; }
.dynamic-social-profile-slider .dsps-dots { display: flex; align-items: center; justify-content: center; gap: 9px; width: 100%; margin-top: 22px; }
.dynamic-social-profile-slider .dsps-dot { width: 9px; height: 9px; padding: 0; border: 0; border-radius: 999px; background: rgba(255,255,255,0.45); cursor: pointer; transition: width .25s ease, background-color .25s ease, opacity .25s ease; }
.dynamic-social-profile-slider .dsps-dot.active { width: 24px; background: #fff; }
.dynamic-social-profile-slider .dsps-dot:only-child { display: none; }

@media (max-width: 1024px) { .dynamic-social-profile-slider .dsps-heading { font-size: 32px; } .dynamic-social-profile-slider .dsps-profile-layout { max-width: 100%; } .dynamic-social-profile-slider .dsps-slide { flex-basis: 260px; } .dynamic-social-profile-slider .dsps-slide-media { height: 260px; } }
@media (max-width: 767px) { .dynamic-social-profile-slider { padding: 34px 18px; } .dynamic-social-profile-slider .dsps-heading-row { flex-wrap: wrap; gap: 16px; margin-bottom: 26px; } .dynamic-social-profile-slider .dsps-heading { width: 100%; font-size: 27px; } .dynamic-social-profile-slider .dsps-heading-line { width: 70px; } .dynamic-social-profile-slider .dsps-heading-icons { gap: 16px; } .dynamic-social-profile-slider .dsps-profile-layout { grid-template-columns: 1fr; gap: 18px; margin-bottom: 32px; } .dynamic-social-profile-slider .dsps-tabs { flex-direction: row; justify-content: center; flex-wrap: wrap; } .dynamic-social-profile-slider .dsps-profile-shell { padding: 22px 18px; } .dynamic-social-profile-slider .dsps-profile-main { grid-template-columns: 1fr; gap: 18px; text-align: center; } .dynamic-social-profile-slider .dsps-avatar-wrap { margin: 0 auto; width: 96px; height: 96px; } .dynamic-social-profile-slider .dsps-profile-top { flex-direction: column; align-items: center; gap: 14px; } .dynamic-social-profile-slider .dsps-profile-name { justify-content: center; font-size: 23px; } .dynamic-social-profile-slider .dsps-stats { justify-content: center; gap: 14px 20px; } .dynamic-social-profile-slider .dsps-follow-btn { width: 100%; max-width: 240px; } .dynamic-social-profile-slider .dsps-slide { flex-basis: 82%; } .dynamic-social-profile-slider .dsps-slide-media { height: 220px; } }

.dynamic-social-profile-slider .dsps-slide-media.is-playing .dsps-play-icon {
	display: none;
}

.dynamic-social-profile-slider .dsps-youtube-card iframe {
	width: 100%;
	height: 100%;
	display: block;
	border: 0;
}

/* Top heading icons are now the actual platform tabs. Side tabs are removed from markup. */
.dynamic-social-profile-slider .dsps-profile-layout-no-side-tabs {
	display: block;
	grid-template-columns: 1fr;
}

.dynamic-social-profile-slider .dsps-heading-icons.dsps-tabs {
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
}

.dynamic-social-profile-slider .dsps-heading-icons .dsps-tab-btn,
.dynamic-social-profile-slider .dsps-heading-icons .dsps-tab-btn.active,
.dynamic-social-profile-slider .dsps-heading-icons .dsps-tab-btn:hover {
	width: auto;
	height: auto;
	min-width: 0;
	min-height: 0;
	padding: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	transform: none;
	color: #fff;
}

.dynamic-social-profile-slider .dsps-heading-icons .dsps-tab-btn {
	opacity: .78;
}

.dynamic-social-profile-slider .dsps-heading-icons .dsps-tab-btn.active,
.dynamic-social-profile-slider .dsps-heading-icons .dsps-tab-btn:hover {
	opacity: 1;
}

.dynamic-social-profile-slider .dsps-heading-icons .dsps-tab-btn i {
	font-size: 34px;
	line-height: 1;
}

.dynamic-social-profile-slider .dsps-heading-icons .dsps-tab-btn svg {
	width: 34px;
	height: 34px;
	fill: currentColor;
}

@media (max-width: 767px) {
	.dynamic-social-profile-slider .dsps-heading-icons.dsps-tabs {
		flex-direction: row;
		justify-content: center;
	}
}


/* Keep top platform icons horizontal. Repeater layout controls were removed. */
.dynamic-social-profile-slider .dsps-heading-row {
	display: flex !important;
	flex-direction: row !important;
	align-items: center !important;
	justify-content: center !important;
	flex-wrap: wrap;
}

.dynamic-social-profile-slider .dsps-heading-row .dsps-heading-icons.dsps-tabs {
	display: inline-flex !important;
	flex-direction: row !important;
	align-items: center !important;
	justify-content: center !important;
	flex-wrap: wrap !important;
	width: auto !important;
	max-width: none !important;
	gap: 22px;
	margin: 0;
	padding: 0;
	position: static !important;
}

.dynamic-social-profile-slider .dsps-heading-row .dsps-heading-icons .dsps-tab-btn {
	display: inline-flex !important;
	flex: 0 0 auto !important;
	position: relative !important;
}

@media (max-width: 767px) {
	.dynamic-social-profile-slider .dsps-heading-row .dsps-heading-icons.dsps-tabs {
		flex-direction: row !important;
	}
}
