.mozbeats-safe-download-wrapper {
	text-align: center;
	margin: 30px 0;
}

.mozbeats-safe-download-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	max-width: 100%;
	padding: 14px 30px;
	border-radius: 999px;
	background: linear-gradient(45deg, #ff0000, #990000);
	color: #ffffff;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
	animation: mozbeatsSafePulse 2s infinite;
}

.mozbeats-safe-download-btn:hover,
.mozbeats-safe-download-btn:focus {
	background: linear-gradient(45deg, #cc0000, #ff0000);
	color: #ffffff;
	transform: scale(1.06);
	text-decoration: none;
}

.mozbeats-safe-download-btn--solid {
	background: #138a36;
	animation: none;
	box-shadow: 0 8px 20px rgba(19, 138, 54, 0.22);
}

.mozbeats-safe-download-btn--solid:hover,
.mozbeats-safe-download-btn--solid:focus {
	background: #0d6f2a;
}

.mozbeats-safe-download-btn--outline {
	background: #ffffff;
	border: 2px solid #111111;
	color: #111111;
	animation: none;
}

.mozbeats-safe-download-btn--outline:hover,
.mozbeats-safe-download-btn--outline:focus {
	background: #111111;
	color: #ffffff;
}

.mozbeats-safe-download-btn--dark {
	background: #111827;
	animation: none;
	box-shadow: 0 8px 22px rgba(17, 24, 39, 0.28);
}

.mozbeats-safe-download-btn--dark:hover,
.mozbeats-safe-download-btn--dark:focus {
	background: #000000;
}

.mozbeats-safe-download-btn--gradient {
	background: linear-gradient(135deg, #0f766e, #2563eb, #db2777);
	animation: none;
	box-shadow: 0 10px 24px rgba(37, 99, 235, 0.26);
}

.mozbeats-safe-download-btn--gradient:hover,
.mozbeats-safe-download-btn--gradient:focus {
	background: linear-gradient(135deg, #0d9488, #1d4ed8, #be185d);
}

.mozbeats-safe-download-btn:focus-visible {
	outline: 3px solid #111111;
	outline-offset: 3px;
}

.mozbeats-safe-download-icon {
	font-size: 20px;
	line-height: 1;
}

.mozbeats-safe-download-counter {
	margin-top: 10px;
	color: #555555;
	font-size: 14px;
}

.mozbeats-safe-download-alternatives {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
	margin-top: 12px;
}

.mozbeats-safe-download-alt {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 7px 12px;
	border-radius: 999px;
	background: #f1f5f9;
	color: #1f2937;
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
}

.mozbeats-safe-download-alt:hover,
.mozbeats-safe-download-alt:focus {
	background: #e2e8f0;
	color: #111827;
	text-decoration: none;
}

.mozbeats-ft-meta {
	margin: 30px 0;
	color: #111827;
}

.mozbeats-ft-meta--cards {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(205px, 1fr));
	gap: 16px;
}

.mozbeats-ft-meta-card {
	position: relative;
	min-height: 150px;
	padding: 20px;
	border: 1px solid #e6e8ee;
	border-radius: 8px;
	background: linear-gradient(180deg, #ffffff 0%, #f9fafb 100%);
	box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
	overflow: hidden;
}

.mozbeats-ft-meta-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: linear-gradient(90deg, #d10000, #111827);
}

.mozbeats-ft-meta-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	height: 28px;
	margin-bottom: 16px;
	padding: 0 10px;
	border-radius: 999px;
	background: #111827;
	color: #ffffff;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1;
}

.mozbeats-ft-meta-label {
	display: none;
}

.mozbeats-ft-meta-card strong {
	display: block;
	color: #6b7280;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: uppercase;
}

.mozbeats-ft-meta-card p {
	margin: 10px 0 0;
	color: #030712;
	font-size: 21px;
	font-weight: 700;
	line-height: 1.3;
	overflow-wrap: anywhere;
}

.mozbeats-ft-meta--compact {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #d9dde5;
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 12px 28px rgba(15, 23, 42, 0.05);
	overflow: hidden;
}

.mozbeats-ft-meta--compact th,
.mozbeats-ft-meta--compact td {
	padding: 14px 16px;
	border-bottom: 1px solid #edf0f4;
	text-align: left;
	vertical-align: middle;
}

.mozbeats-ft-meta--compact th {
	width: 38%;
	background: #f8fafc;
	color: #374151;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: uppercase;
}

.mozbeats-ft-meta--compact th span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 36px;
	margin-right: 10px;
	padding: 5px 7px;
	border-radius: 999px;
	background: #d10000;
	color: #ffffff;
	font-size: 10px;
	line-height: 1;
}

.mozbeats-ft-meta--compact td {
	color: #111827;
	font-size: 16px;
	font-weight: 700;
}

.mozbeats-ft-meta--highlight {
	padding: 0;
	border: 1px solid #191f2b;
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 18px 40px rgba(15, 23, 42, 0.09);
	overflow: hidden;
}

.mozbeats-ft-meta-head {
	padding: 20px 22px;
	background: #111827;
	color: #ffffff;
}

.mozbeats-ft-meta-head span {
	display: inline-block;
	margin-bottom: 8px;
	color: #ffb000;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: uppercase;
}

.mozbeats-ft-meta-head h2 {
	margin: 0;
	color: #ffffff;
	font-size: 24px;
	line-height: 1.2;
}

.mozbeats-ft-meta--highlight p {
	display: grid;
	grid-template-columns: 56px minmax(120px, 0.55fr) minmax(0, 1fr);
	gap: 12px;
	align-items: center;
	margin: 0;
	padding: 15px 22px;
	border-top: 1px solid #edf0f4;
	color: #111827;
	font-size: 16px;
	font-weight: 700;
}

.mozbeats-ft-meta--highlight .mozbeats-ft-meta-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 6px 8px;
	border-radius: 999px;
	background: #d10000;
	color: #ffffff;
	font-size: 10px;
	font-weight: 800;
	line-height: 1;
}

.mozbeats-ft-meta--highlight p strong {
	color: #6b7280;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: uppercase;
}

.mozbeats-ft-meta--highlight .mozbeats-ft-meta-value {
	color: #111827;
	overflow-wrap: anywhere;
}

.mozbeats-ft-meta--classic {
	padding: 20px 22px;
	border: 1px solid #e5e7eb;
	border-left: 4px solid #d10000;
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
}

.mozbeats-ft-meta--classic h2 {
	margin-top: 0;
	color: #111827;
	font-size: 22px;
}

.mozbeats-ft-meta--classic p {
	margin: 10px 0;
	color: #111827;
	font-size: 16px;
	line-height: 1.55;
}

.mozbeats-ft-meta--classic strong {
	color: #6b7280;
	text-transform: uppercase;
	font-size: 12px;
}

.mozbeats-ft-release {
	display: grid;
	gap: 24px;
	margin: 30px 0;
	border-radius: 8px;
	color: #111827;
	overflow: hidden;
}

.mozbeats-ft-release-cover {
	position: relative;
	line-height: 0;
}

.mozbeats-ft-release-cover img {
	display: block;
	width: 100%;
	max-width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: 8px;
}

.mozbeats-ft-release-caption {
	display: block;
	margin-top: 8px;
	color: #6b7280;
	font-size: 12px;
	line-height: 1.4;
}

.mozbeats-ft-release-body {
	min-width: 0;
}

.mozbeats-ft-release-kicker {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 12px;
}

.mozbeats-ft-release-kicker span {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 6px 10px;
	border-radius: 999px;
	background: #f1f5f9;
	color: #374151;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: uppercase;
}

.mozbeats-ft-release h2 {
	margin: 0;
	color: inherit;
	font-size: 32px;
	line-height: 1.12;
	letter-spacing: 0;
	overflow-wrap: anywhere;
}

.mozbeats-ft-release-subtitle {
	margin: 10px 0 0;
	color: #6b7280;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.45;
}

.mozbeats-ft-release-description {
	margin-top: 18px;
	color: #374151;
	font-size: 16px;
	line-height: 1.7;
}

.mozbeats-ft-release-description p {
	margin: 0 0 12px;
}

.mozbeats-ft-release-description p:last-child {
	margin-bottom: 0;
}

.mozbeats-ft-release--editorial {
	padding: 24px;
	border: 1px solid #e5e7eb;
	background: #ffffff;
	box-shadow: 0 16px 36px rgba(15, 23, 42, 0.06);
}

.mozbeats-ft-release--editorial .mozbeats-ft-release-cover {
	max-width: 380px;
	margin: 0 auto;
}

.mozbeats-ft-release--editorial .mozbeats-ft-release-body {
	text-align: center;
}

.mozbeats-ft-release--editorial .mozbeats-ft-release-kicker {
	justify-content: center;
}

.mozbeats-ft-release--studio {
	grid-template-columns: minmax(180px, 320px) minmax(0, 1fr);
	align-items: center;
	padding: 22px;
	border: 1px solid #d9dde5;
	background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
	box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
}

.mozbeats-ft-release--studio .mozbeats-ft-release-cover img {
	box-shadow: 0 16px 34px rgba(15, 23, 42, 0.18);
}

.mozbeats-ft-release--studio .mozbeats-ft-release-kicker span:first-child {
	background: #d10000;
	color: #ffffff;
}

.mozbeats-ft-release--dark {
	grid-template-columns: minmax(180px, 300px) minmax(0, 1fr);
	align-items: center;
	padding: 24px;
	border: 1px solid #111827;
	background: #0b0f19;
	color: #ffffff;
	box-shadow: 0 22px 46px rgba(3, 7, 18, 0.28);
}

.mozbeats-ft-release--dark .mozbeats-ft-release-cover img {
	border: 1px solid rgba(255, 255, 255, 0.12);
	box-shadow: 0 18px 42px rgba(0, 0, 0, 0.38);
}

.mozbeats-ft-release--dark .mozbeats-ft-release-caption,
.mozbeats-ft-release--dark .mozbeats-ft-release-subtitle,
.mozbeats-ft-release--dark .mozbeats-ft-release-description {
	color: #d1d5db;
}

.mozbeats-ft-release--dark .mozbeats-ft-release-kicker span {
	background: rgba(255, 255, 255, 0.1);
	color: #f9fafb;
}

.mozbeats-ft-release--dark .mozbeats-ft-release-kicker span:first-child {
	background: #ffb000;
	color: #111827;
}

.mozbeats-ft-playlist {
	margin: 30px 0;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	background: #ffffff;
	overflow: hidden;
}

.mozbeats-ft-playlist-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 18px 20px;
	background: #111827;
	color: #ffffff;
}

.mozbeats-ft-playlist-head h2 {
	margin: 0;
	color: #ffffff;
	font-size: 22px;
}

.mozbeats-ft-playlist-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.mozbeats-ft-playlist-track {
	display: grid;
	grid-template-columns: 48px minmax(0, 1fr) auto auto;
	align-items: center;
	gap: 12px;
	padding: 13px 16px;
	border-top: 1px solid #edf0f4;
}

.mozbeats-ft-playlist-number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 999px;
	background: #f1f5f9;
	font-weight: 700;
}

.mozbeats-ft-playlist-title {
	color: #111827;
	font-weight: 700;
	text-decoration: none;
}

.mozbeats-ft-playlist-duration {
	color: #667085;
	font-size: 13px;
}

.mozbeats-ft-playlist-download {
	padding: 7px 10px;
	border-radius: 999px;
	background: #d10000;
	color: #ffffff;
	font-size: 12px;
	font-weight: 700;
	text-decoration: none;
}

@keyframes mozbeatsSafePulse {
	0% {
		box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.7);
	}

	70% {
		box-shadow: 0 0 0 15px rgba(255, 0, 0, 0);
	}

	100% {
		box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
	}
}

@media (max-width: 480px) {
	.mozbeats-safe-download-btn {
		width: 100%;
		padding: 13px 18px;
		font-size: 16px;
	}

	.mozbeats-ft-meta--cards {
		grid-template-columns: 1fr;
	}

	.mozbeats-ft-release {
		padding: 18px;
	}

	.mozbeats-ft-release--studio,
	.mozbeats-ft-release--dark {
		grid-template-columns: 1fr;
	}

	.mozbeats-ft-release h2 {
		font-size: 25px;
	}

	.mozbeats-ft-release-description {
		font-size: 15px;
	}

	.mozbeats-ft-meta--compact th,
	.mozbeats-ft-meta--compact td {
		display: block;
		width: 100%;
	}

	.mozbeats-ft-meta--compact th {
		border-bottom: 0;
		padding-bottom: 6px;
	}

	.mozbeats-ft-meta--compact td {
		padding-top: 4px;
	}

	.mozbeats-ft-meta--highlight p {
		grid-template-columns: 48px minmax(0, 1fr);
	}

	.mozbeats-ft-meta--highlight p strong {
		grid-column: 2;
	}

	.mozbeats-ft-meta--highlight .mozbeats-ft-meta-value {
		grid-column: 2;
	}

	.mozbeats-ft-playlist-track {
		grid-template-columns: 40px minmax(0, 1fr);
	}

	.mozbeats-ft-playlist-duration,
	.mozbeats-ft-playlist-download {
		grid-column: 2;
		justify-self: start;
	}
}
