/* Artwork Detail Page Styles */

/* Progressive image loading styles for main artwork image */
#full-resolution-image.pixel-thumbnail {
	image-rendering: pixelated;
}

#full-resolution-image.full-image {
	image-rendering: auto;
}

/* Info alert styling */
.alert-info {
	border-left: 4px solid #0dcaf0;
	background: rgba(13, 202, 240, 0.1);
	border-color: rgba(13, 202, 240, 0.2);
}

/* Card header improvements */
.card-header .text-body-secondary {
	font-size: 0.875rem;
}
