/* 2026-05-30 19:53 v1.0
 * - Added row layout for news detail image thumbnails.
 */
.zp-news-images-thumbs {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 10px;
}

.zp-news-images-thumb {
	display: block;
	width: 120px;
	height: 120px;
}

.zp-news-images-thumb img {
	display: block;
	width: 120px;
	height: 120px;
	max-width: 120px !important;
	object-fit: cover !important;
}
