/* SAS Gallery Theme: Elegant */
.sas-gallery--theme-elegant .sas-gallery-item {
	border-radius: 12px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
	transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.sas-gallery--theme-elegant .sas-gallery-item:hover {
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
	transform: translateY(-2px);
	will-change: transform;
}

.sas-gallery--theme-elegant .sas-gallery-caption {
	font-family: Georgia, "Times New Roman", serif;
	font-style: italic;
	font-size: 0.9em;
	padding: 10px 14px;
	background: linear-gradient(transparent, rgba(0, 0, 0, 0.6));
	color: #f0f0f0;
}

.sas-gallery--theme-elegant.sas-gallery--list .sas-gallery-list-title {
	font-family: Georgia, "Times New Roman", serif;
	font-weight: 400;
	font-size: 1.3em;
	letter-spacing: 0.02em;
}

.sas-gallery--theme-elegant.sas-gallery--list .sas-gallery-caption {
	font-family: Georgia, "Times New Roman", serif;
	background: none;
	position: static;
	opacity: 1;
	color: #666;
	padding: 0;
}

.sas-gallery--theme-elegant .sas-gallery-tag-btn {
	border-radius: 20px;
	font-family: Georgia, "Times New Roman", serif;
}
