.hoggle-attachgallery-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
	gap: 16px;
	margin: 8px 0 16px;
}

.hoggle-attachgallery-item {
	display: block;
	color: inherit !important;
	text-decoration: none !important;
}

.hoggle-attachgallery-thumb {
	display: block;
	aspect-ratio: 1;
	overflow: hidden;
	border-radius: 8px;
	background: #222;
}

.hoggle-attachgallery-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.hoggle-attachgallery-title {
	display: block;
	margin-top: 6px;
	font-size: 0.92em;
	line-height: 1.3;
}

html[data-theme="dark"] .hoggle-attachgallery-thumb,
[data-theme="dark"] .hoggle-attachgallery-thumb {
	background: #1a1a1a;
}
