/* ==========================================================================
   Page: Keretööd ja värvimine (Body Work & Painting)
   ========================================================================== */

/* --- Gallery Card --- */

.gallery-card {
	overflow: hidden;
}

.gallery-images {
	display: flex;
	gap: 2px;
}

.gallery-placeholder {
	flex: 1;
	aspect-ratio: 16 / 9;
	background-color: var(--color-surface);
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: var(--text-xs);
	color: var(--color-text-secondary);
	font-weight: var(--font-weight-medium);
}

.gallery-caption {
	padding: var(--space-4);
	text-align: center;
	font-weight: var(--font-weight-medium);
	font-size: var(--text-sm);
}

/* --- Insurance Partner Cards --- */

.partner-card {
	min-height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: var(--space-6);
	font-weight: var(--font-weight-bold);
	text-align: center;
}

/* --- CTA Bar Overrides --- */

.cta-bar .cta-bar__hours {
	margin-top: var(--space-2);
	font-size: var(--text-sm);
	opacity: 0.75;
}
