/**
 * Single Fotogallery Template Styles
 */

.olimpia-fotogallery-single {
	max-width: 900px;
	margin: 0 auto;
	padding: 2rem 0 4rem;
}

.olimpia-fotogallery-single__header {
	margin-bottom: 2rem;
	text-align: center;
}

.olimpia-fotogallery-single__title {
	font-size: clamp(1.5rem, 4vw, 2.2rem);
	font-weight: 700;
	margin: 0 0 0.75rem;
	color: var(--olimpia-text-primary, #1a1a1a);
	line-height: 1.2;
}

.olimpia-fotogallery-single__meta {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1rem;
	font-size: 0.9rem;
	color: var(--olimpia-text-secondary, #666);
}

.olimpia-fotogallery-single__count {
	display: inline-flex;
	align-items: center;
	gap: 4px;
}

.olimpia-fotogallery-single__description {
	margin-top: 1rem;
	font-size: 1rem;
	color: var(--olimpia-text-secondary, #555);
	line-height: 1.6;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}

.olimpia-fotogallery-single__gallery {
	margin-top: 1.5rem;
}

.olimpia-fotogallery-single__footer {
	margin-top: 2.5rem;
	padding-top: 1.5rem;
	border-top: 1px solid #eee;
	text-align: center;
}

.olimpia-fotogallery-single__credits {
	font-size: 0.8rem;
	color: #999;
	line-height: 1.5;
	max-width: 600px;
	margin: 0 auto;
}
