<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// Gallery
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/

.pht_3clm {
	display: flex;
	flex-wrap: wrap;
}

.pht_3clm figure {
	width: 48%;
	margin: 0 0 15px 0;
}
.pht_3clm figure:nth-child(odd){
	margin-right: 4%
}

</pre></body></html>