/* Preserve the production gallery card appearance for the expanded album list. */
.gallery-classic-section {
	padding-top: 50px;
	padding-bottom: 30px;
}

.gallery-classic-card {
	display: block;
	width: 100%;
	overflow: hidden;
	background-color: #2e0775;
	text-align: center;
	text-decoration: none;
}

.gallery-classic-cover {
	display: block;
	width: 100%;
}

.gallery-classic-cover img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 0;
}

.gallery-classic-title {
	display: block;
	padding: 28px 12px;
	color: #ccd220;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1.4;
	text-transform: uppercase;
}

.gallery-classic-card:hover .gallery-classic-title,
.gallery-classic-card:focus-visible .gallery-classic-title {
	color: #ccd220;
}

.gallery-classic-card:focus-visible {
	outline: 3px solid #ccd220;
	outline-offset: 3px;
}

@media (max-width: 575px) {
	.gallery-classic-title {
		padding: 22px 10px;
		font-size: 18px;
	}
}
