.llacuna-apple-panel,
.llacuna-spotify-panel {
	clear: both;
	margin-top: 2.75rem;
	padding-top: .5rem;
}

.llacuna-apple-panel h2,
.llacuna-spotify-panel h2 {
	font-size: clamp(1.45rem, 3vw, 2rem);
	line-height: 1.2;
	margin: 0 0 .95rem;
}

.llacuna-apple-panel__player {
	position: relative;
	width: 100%;
	max-width: 700px;
	min-height: 450px;
	overflow: hidden;
	border-radius: 12px;
	background: #f5f5f7;
}

.llacuna-apple-panel iframe {
	display: block;
	width: 100%;
	height: 450px;
	border: 0;
	border-radius: 12px;
}

.llacuna-apple-panel__overlay {
	position: absolute;
	z-index: 2;
	top: 44px;
	right: 0;
	bottom: 0;
	left: 270px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: .55rem;
	padding: 2rem;
	background: linear-gradient(135deg, rgba(250,250,252,.97), rgba(242,242,247,.99));
	color: #1d1d1f !important;
	text-decoration: none !important;
}

.llacuna-apple-panel__overlay:hover,
.llacuna-apple-panel__overlay:focus {
	background: #fff;
}

.llacuna-apple-panel__brand,
.llacuna-spotify-panel__brand {
	font-size: .95rem;
	font-weight: 600;
	color: #6e6e73;
}

.llacuna-apple-panel__cta {
	font-size: clamp(1.15rem, 2.2vw, 1.55rem);
	font-weight: 700;
	color: #fa233b;
}

.llacuna-apple-panel__support {
	font-size: .95rem;
	color: #6e6e73;
}

.llacuna-apple-panel__mobile-link {
	display: none;
}

.llacuna-spotify-panel__gate {
	width: 100%;
	max-width: 700px;
	min-height: 180px;
	border-radius: 12px;
	overflow: hidden;
	background: #121212;
}

.llacuna-spotify-panel__gate iframe {
	display: block;
	width: 100%;
	border: 0;
}

.llacuna-spotify-panel__placeholder {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	gap: .8rem;
	min-height: 180px;
	padding: 1.4rem 1.6rem;
	color: #fff;
}

.llacuna-spotify-panel__placeholder .llacuna-spotify-panel__brand {
	color: #1ed760;
	font-size: 1.15rem;
}

.llacuna-spotify-panel__placeholder p {
	margin: 0;
	color: #fff;
	opacity: .9;
}

.llacuna-spotify-panel__load {
	cursor: pointer;
	padding: .8rem 1.25rem;
	border: 0;
	border-radius: 999px;
	background: #1ed760;
	color: #101010;
	font-weight: 700;
	font-size: 1rem;
}

.llacuna-spotify-panel__open {
	color: #fff !important;
	font-size: .95rem;
	text-decoration: underline;
}

.llacuna-spotify-panel__note {
	margin: .7rem 0 0;
	font-size: .88rem;
	opacity: .8;
}

.llacuna-streaming-admin-message {
	clear: both;
	margin: 2rem 0 0;
	padding: .75rem 1rem;
	border-left: 4px solid #dba617;
	background: #fff8e5;
	color: #3c434a;
}

@media (max-width: 620px) {
	.llacuna-apple-panel__player {
		max-width: 310px;
		min-height: 450px;
	}
	.llacuna-apple-panel__overlay {
		display: none;
	}
	.llacuna-apple-panel__mobile-link {
		display: inline-flex;
		margin-top: .9rem;
		font-weight: 700;
		color: #fa233b;
		text-decoration: none;
	}
}
