.mcp2-song-context {
	background: #f7f2e9;
	border-radius: 1rem;
	box-sizing: border-box;
	color: #171512;
	margin: clamp(2rem, 5vw, 5rem) auto;
	max-width: 74rem;
	padding: clamp(1.2rem, 4vw, 3rem);
}

.mcp2-song-context__heading p {
	color: #7c2f23;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.13em;
	margin: 0 0 0.5rem;
	text-transform: uppercase;
}

.mcp2-song-context__heading h2 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(2rem, 5vw, 3.6rem);
	font-weight: 500;
	letter-spacing: -0.03em;
	line-height: 1;
	margin: 0;
}

.mcp2-song-context__facts {
	display: grid;
	gap: 0.75rem 2rem;
	grid-template-columns: repeat(auto-fit, minmax(11rem, 1fr));
	margin-block: 1.8rem;
}

.mcp2-song-context__facts div {
	border-top: 1px solid #d9cfc0;
	padding-block-start: 0.65rem;
}

.mcp2-song-context__facts dt {
	color: #6d655b;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.mcp2-song-context__facts dd {
	margin: 0.3rem 0 0;
}

.mcp2-song-context__lyrics {
	background: #fffaf2;
	border-left: 0.22rem solid #a64433;
	line-height: 1.8;
	margin-block: 1.5rem;
	padding: 1rem 1.25rem;
}

.mcp2-song-context__lyrics summary {
	cursor: pointer;
	font-weight: 700;
}

.mcp2-song-context__lyrics > div {
	margin-block-start: 1rem;
}

.mcp2-song-context__spotify {
	border: 0;
	border-radius: 0.75rem;
	display: block;
	margin-block-start: 1.5rem;
}

@media (prefers-color-scheme: dark) {
	.mcp2-song-context {
		background: #1c1a17;
		color: #f4efe6;
	}

	.mcp2-song-context__heading p {
		color: #ed8e7a;
	}

	.mcp2-song-context__facts div {
		border-color: #4a443d;
	}

	.mcp2-song-context__facts dt {
		color: #c8beb0;
	}

	.mcp2-song-context__lyrics {
		background: #25221e;
		border-color: #d16b57;
	}
}
