.lmtk-spotify {
	width: 100%;
}

.lmtk-spotify__heading {
	margin-bottom: 16px;
	text-align: center;
}

.lmtk-spotify__title {
	margin: 0;
	font-size: 1.55rem;
	line-height: 1.2;
}

.lmtk-spotify__subtitle {
	margin: 4px 0 0;
	color: #777;
	font-size: .7rem;
	font-weight: 500;
	line-height: 1.2;
	text-transform: uppercase;
}

.lmtk-spotify__items,
.lmtk-spotify__items .spotify-widget,
.lmtk-spotify__items .insert-page {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.lmtk-spotify .spotify-card {
	width: min(100%, var(--lmtk-spotify-size));
	margin-inline: auto;
}

.lmtk-spotify .spotify-cover-link,
.lmtk-spotify .spotify-cover {
	display: block;
	width: 100%;
}

.lmtk-spotify .spotify-cover {
	aspect-ratio: 1;
	border-radius: var(--lmtk-spotify-radius);
	object-fit: cover;
}

.lmtk-spotify .spotify-info {
	margin-top: 10px;
}

.lmtk-spotify.hide-track .spotify-title,
.lmtk-spotify.hide-artist .spotify-artist,
.lmtk-spotify.hide-button .spotify-button {
	display: none !important;
}

@media (max-width: 1024px) {
	.lmtk-spotify__items,
	.lmtk-spotify__items .spotify-widget,
	.lmtk-spotify__items .insert-page {
		flex-direction: row;
		align-items: flex-start;
		justify-content: flex-start;
		overflow-x: auto;
		padding-bottom: 10px;
		scrollbar-width: thin;
	}

	.lmtk-spotify .spotify-card {
		flex: 0 0 var(--lmtk-spotify-size);
		width: var(--lmtk-spotify-size);
	}
}

@media (max-width: 600px) {
	.lmtk-spotify__heading {
		margin-bottom: 12px;
	}

	.lmtk-spotify__title {
		font-size: 1.25rem;
	}

	.lmtk-spotify__items,
	.lmtk-spotify__items .spotify-widget,
	.lmtk-spotify__items .insert-page {
		gap: 12px;
	}

	.lmtk-spotify .spotify-card {
		flex-basis: min(var(--lmtk-spotify-size), 112px);
		width: min(var(--lmtk-spotify-size), 112px);
	}

	.lmtk-spotify .spotify-info {
		margin-top: 7px;
	}
}
