.tp-gallery {
	display: flex;
	gap: var(--tp-gallery-gap, 16px);
	align-items: stretch;
	width: 100%;
}

.tp-gallery__col {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: var(--tp-gallery-gap, 16px);
	min-width: 0;
}

.tp-gallery__item {
	min-height: 0;
	overflow: hidden;
	border-radius: var(--tp-gallery-radius, 8px);
}

.tp-gallery__item a {
	display: block;
	width: 100%;
	height: 100%;
}

.tp-gallery__item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
