/* SAS Gallery Theme: Classic */
.sas-gallery--theme-classic .sas-gallery-item {
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	background: #fff;
	overflow: hidden;
	transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.sas-gallery--theme-classic .sas-gallery-item:hover {
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	transform: translateY(-2px);
}

.sas-gallery--theme-classic .sas-gallery-caption {
	position: static;
	opacity: 1;
	padding: 10px 12px;
	color: #444;
	font-size: 0.85em;
	background: #fff;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.sas-gallery--theme-classic.sas-gallery--grid .sas-gallery-item {
	padding-bottom: 0;
}

.sas-gallery--theme-classic.sas-gallery--list .sas-gallery-list-title {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	font-weight: 600;
}

.sas-gallery--theme-classic .sas-gallery-slideshow {
	background: #f5f5f5;
}

.sas-gallery--theme-classic .sas-gallery-slide .sas-gallery-caption {
	color: #444;
	background: transparent;
}
