.forum-author .small {
	word-break: break-word;
}

.forum-post .forum-content {
	white-space: normal;
	word-wrap: break-word;
}

.forum-post-actions form {
	display: inline;
}

.forum-btn-danger:hover {
	color: #dc3545 !important;
}

.forum-attachments {
	margin-top: 12px;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.forum-attachment-img {
	max-width: 100%;
	max-height: 400px;
	border: 1px solid rgba(255, 255, 255, .1);
	border-radius: 6px;
	cursor: zoom-in;
	display: block;
}

.forum-attachment-img:hover {
	opacity: .9;
}
