.bcwp-players {
	display: grid;
	gap: 20px;
	justify-items: center;
}

.bcwp-player {
	text-align: center;
}

.bcwp-player iframe {
	display: block;
	border: 0;
	margin: 0 auto;
}

/* Fluid-width modes: iframe stretches to fill grid cell */
.bcwp-display-player-slim,
.bcwp-display-player-slim-no-art {
	width: 100%;
}

.bcwp-display-player-slim iframe,
.bcwp-display-player-slim-no-art iframe {
	width: 100% !important;
}

/* Small artwork needs min-width so Bandcamp shows the cover */
.bcwp-display-player-small-art {
	width: 100%;
	min-width: 400px;
}

.bcwp-display-player-small-art iframe {
	width: 100% !important;
}

.bcwp-cover-item {
	text-align: center;
}

.bcwp-cover-item a {
	display: block;
	text-decoration: none;
	color: inherit;
}

.bcwp-cover-img {
	width: 100%;
	aspect-ratio: 1;
	object-fit: cover;
	display: block;
	border-radius: 4px;
}

.bcwp-cover-artist {
	display: block;
	padding: 8px 0 0;
	font-size: 12px;
	color: #666;
}

.bcwp-cover-title {
	display: block;
	padding: 4px 0 8px;
	font-weight: 600;
	font-size: 14px;
}

.bcwp-error {
	color: #d63638;
	font-style: italic;
}
