/* Bludit Comments — frontend styles */

.bludit-comments {
	margin-top: 3rem;
	padding-top: 2rem;
	border-top: 1px solid #e5e5e5;
	font-family: inherit;
}

.bludit-comments h3 {
	margin-bottom: 1rem;
}

.bludit-comments-flash {
	padding: 0.75rem 1rem;
	margin-bottom: 1.5rem;
	background: #e7f3ff;
	border: 1px solid #badfff;
	border-radius: 4px;
	color: #004085;
}

.bludit-comments-empty,
.bludit-comments-closed {
	color: #888;
	font-style: italic;
	margin: 1.5rem 0;
}

.bludit-comments-list {
	list-style: none;
	padding: 0;
	margin: 0 0 2rem 0;
}

.bludit-comment {
	display: block;
	padding: 1rem 0;
	border-bottom: 1px solid #eee;
}

.bludit-comment-header {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	margin-bottom: 0.5rem;
	flex-wrap: wrap;
}

.bludit-comment-author {
	font-size: 0.95rem;
}

.bludit-comment-badge {
	display: inline-block;
	padding: 0.1rem 0.5rem;
	margin-left: 0.35rem;
	font-size: 0.7rem;
	font-weight: 600;
	text-transform: uppercase;
	border-radius: 3px;
	background: #6c757d;
	color: #fff;
	vertical-align: middle;
}

.bludit-comment-badge-admin {
	background: #dc3545;
}

.bludit-comment-badge-editor {
	background: #0d6efd;
}

.bludit-comment-date {
	margin-left: auto;
	color: #999;
	font-size: 0.85rem;
}

.bludit-comment-body p {
	margin: 0.5rem 0;
	line-height: 1.55;
}

.bludit-comment-body a {
	word-break: break-word;
}

/* Form */

.bludit-comment-form {
	margin-top: 2rem;
	padding: 1.5rem;
	border: 1px solid #e5e5e5;
	border-radius: 6px;
	background: #fafafa;
}

.bludit-comment-form h4 {
	margin-top: 0;
	margin-bottom: 1rem;
}

.bludit-comment-form-logged {
	margin-bottom: 1rem;
	color: #555;
}

.bludit-comment-form-row {
	margin-bottom: 1rem;
}

.bludit-comment-form-row label {
	display: block;
	margin-bottom: 0.25rem;
	font-weight: 500;
	font-size: 0.9rem;
}

.bludit-comment-form-row input,
.bludit-comment-form-row textarea {
	width: 100%;
	padding: 0.5rem 0.75rem;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-family: inherit;
	font-size: 0.95rem;
	box-sizing: border-box;
}

.bludit-comment-form-row textarea {
	resize: vertical;
	min-height: 100px;
}

.bludit-comment-form-row small {
	display: block;
	margin-top: 0.25rem;
	color: #777;
	font-size: 0.8rem;
}

.bludit-comment-form-row .req {
	color: #d33;
}

/* Honeypot — hidden from humans, visible to bots */
.bludit-comment-hp {
	position: absolute;
	left: -9999px;
	top: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
	opacity: 0;
	pointer-events: none;
}

.bludit-comment-turnstile {
	margin: 1rem 0;
}

.bludit-comment-form-actions {
	margin-top: 1rem;
}

.bludit-comment-form-actions button {
	padding: 0.5rem 1.25rem;
	background: #0d6efd;
	color: #fff;
	border: 0;
	border-radius: 4px;
	font-size: 0.95rem;
	cursor: pointer;
}

.bludit-comment-form-actions button:hover {
	background: #0a58ca;
}

.bludit-comments-count {
	color: #999;
	font-weight: normal;
}

.bludit-comments-paginator {
	margin: 1.5rem 0;
}

.bludit-comments-paginator ul {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
	gap: 0.25rem;
	flex-wrap: wrap;
}

.bludit-comments-paginator li a,
.bludit-comments-paginator li span {
	display: inline-block;
	padding: 0.35rem 0.7rem;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	color: #0d6efd;
	text-decoration: none;
	font-size: 0.9rem;
}

.bludit-comments-paginator li.active span {
	background: #0d6efd;
	border-color: #0d6efd;
	color: #fff;
}

.bludit-comments-paginator li a:hover {
	background: #f0f0f0;
}
