
.spph-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
	width: 100%;
	margin: 18px 0;
}

.spph-align-center { justify-content: center; }
.spph-align-right  { justify-content: flex-end; }
.spph-align-left   { justify-content: flex-start; }

.spph-item {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	text-decoration: none !important;
	transition: transform .18s ease, box-shadow .18s ease, opacity .18s ease;
}

.spph-style-buttons .spph-item {
	min-height: 48px;
	padding: 9px 15px;
	border: 1px solid rgba(0,0,0,.12);
	border-radius: 12px;
	background: #fff;
	color: #171717;
	box-shadow: 0 2px 10px rgba(0,0,0,.06);
	font-size: 15px;
	font-weight: 600;
	line-height: 1.2;
}

.spph-style-icons .spph-item {
	width: 58px;
	height: 58px;
	border-radius: 50%;
	background: #fff;
	border: 1px solid rgba(0,0,0,.10);
	box-shadow: 0 2px 12px rgba(0,0,0,.08);
	overflow: hidden;
}

.spph-item:hover,
.spph-item:focus {
	transform: translateY(-2px);
	box-shadow: 0 7px 20px rgba(0,0,0,.14);
	opacity: .98;
}

.spph-icon {
	display: block;
	width: 36px;
	height: 36px;
	object-fit: contain;
	flex: 0 0 36px;
	transition: transform .18s ease, filter .18s ease;
}

.spph-label {
	white-space: nowrap;
}

.spph-notice {
	padding: 12px 14px;
	border: 1px solid #dba617;
	background: #fff8dc;
	border-radius: 8px;
}

/* Classic keeps the original brand geometry. */
.spph-visual-classic .spph-icon {
	width: 36px;
	height: 36px;
}

/* Unified keeps every button circular and optically balances each logo. */
.spph-visual-unified .spph-item {
	border-radius: 50%;
	background: #fff;
}

.spph-visual-unified .spph-icon {
	width: 34px;
	height: 34px;
	object-fit: contain;
}

/* Optical normalization per platform. */
.spph-visual-unified .spph-platform-native-amazon_music .spph-icon { width: 40px; height: 40px; }
.spph-visual-unified .spph-platform-native-youtube .spph-icon { width: 38px; height: 38px; }
.spph-visual-unified .spph-platform-native-youtube_music .spph-icon { width: 35px; height: 35px; }
.spph-visual-unified .spph-platform-native-spotify .spph-icon { width: 35px; height: 35px; }
.spph-visual-unified .spph-platform-native-anghami .spph-icon { width: 37px; height: 37px; }
.spph-visual-unified .spph-platform-native-apple .spph-icon { width: 35px; height: 35px; }
.spph-visual-unified .spph-platform-native-patreon .spph-icon { width: 36px; height: 36px; }
.spph-visual-unified .spph-platform-native-podcast_index .spph-icon { width: 37px; height: 37px; }
.spph-visual-unified .spph-platform-native-truefans .spph-icon { width: 36px; height: 36px; }
.spph-visual-unified .spph-platform-native-rss .spph-icon { width: 34px; height: 34px; }

/* Minimal mode creates a consistent monochrome presentation. */
.spph-visual-minimal .spph-item {
	background: #fff;
	border-color: rgba(0,0,0,.16);
}

.spph-visual-minimal .spph-icon {
	filter: grayscale(1) contrast(1.2);
	opacity: .92;
}

@media (max-width: 600px) {
	.spph-wrap {
		gap: 9px;
	}

	.spph-style-icons .spph-item {
		width: 54px;
		height: 54px;
	}

	.spph-icon {
		width: 33px;
		height: 33px;
	}
}
