.hoggle-index-attach {
	margin: 10px 0;
}

.hoggle-index-attach h3 {
	margin-bottom: 8px;
}

.hoggle-index-attach-strip {
	display: flex;
	flex-wrap: nowrap;
	overflow-x: auto;
	gap: 8px;
	padding: 2px 0 6px;
}

.hoggle-index-attach-item {
	flex: 0 0 112px;
	width: 112px;
	height: 112px;
	overflow: hidden;
	border-radius: 8px;
	background: #222;
	display: block;
}

.hoggle-index-attach-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.hoggle-index-comments-list,
.hoggle-index-topics-list {
	margin: 0;
	padding: 0;
	display: block !important;
	column-count: 1 !important;
	float: none !important;
}

.hoggle-index-comments-row {
	display: table !important;
	width: 100%;
	table-layout: fixed;
	box-sizing: border-box;
	margin: 0 0 8px;
	padding: 10px 12px;
	background: rgba(0, 0, 0, 0.06);
	color: inherit !important;
	text-decoration: none !important;
}

.hoggle-index-topics-row {
	display: block !important;
	float: none !important;
	clear: both !important;
	width: 100% !important;
	box-sizing: border-box;
	margin: 0 0 8px;
	padding: 10px 12px;
	background: rgba(0, 0, 0, 0.06);
}

.hoggle-index-comments-row:hover,
.hoggle-index-topics-row:hover {
	background: rgba(0, 0, 0, 0.1);
}

.hoggle-index-comments-thumb,
.hoggle-index-comments-body {
	display: table-cell !important;
	vertical-align: top;
}

.hoggle-index-comments-thumb {
	width: 80px;
	padding-right: 12px;
}

.hoggle-index-comments-thumb img {
	display: block;
	width: 80px;
	height: 80px;
	object-fit: cover;
	background: #222;
}

.hoggle-index-comments-body {
	width: auto;
}

.hoggle-index-comments-meta,
.hoggle-index-comments-text,
.hoggle-index-topics-title,
.hoggle-index-topics-meta {
	display: block !important;
}

.hoggle-index-comments-meta,
.hoggle-index-topics-title {
	font-weight: bold;
	margin: 0 0 4px;
}

.hoggle-index-comments-text,
.hoggle-index-topics-meta {
	line-height: 1.4;
}

.hoggle-index-topics-meta {
	font-size: 0.92em;
	opacity: 0.85;
}

html[data-theme="dark"] .hoggle-index-attach-item,
[data-theme="dark"] .hoggle-index-attach-item,
html[data-theme="dark"] .hoggle-index-comments-thumb img,
[data-theme="dark"] .hoggle-index-comments-thumb img {
	background: #1a1a1a;
}

html[data-theme="dark"] .hoggle-index-comments-row,
[data-theme="dark"] .hoggle-index-comments-row,
html[data-theme="dark"] .hoggle-index-topics-row,
[data-theme="dark"] .hoggle-index-topics-row {
	background: rgba(255, 255, 255, 0.06);
}

html[data-theme="dark"] .hoggle-index-comments-row:hover,
[data-theme="dark"] .hoggle-index-comments-row:hover,
html[data-theme="dark"] .hoggle-index-topics-row:hover,
[data-theme="dark"] .hoggle-index-topics-row:hover {
	background: rgba(255, 255, 255, 0.1);
}
