.ba-abuse-card {
	max-width: 640px;
	margin: 0 auto;
}

.ba-abuse-honeypot {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.ba-abuse-reasons {
	border: 0;
	padding: 0;
	margin: 0 0 1.25rem;
}

.ba-abuse-reason {
	display: flex;
	align-items: flex-start;
	gap: 0.65rem;
	margin-bottom: 0.65rem;
	font-weight: 500;
	cursor: pointer;
}

.ba-abuse-reason input {
	margin-top: 0.2rem;
}

.ba-abuse-annuncio-summary {
	margin: 0;
	padding: 0.85rem 1rem;
	background: #f7f9fc;
	border-radius: 10px;
}

.ba-abuse-card__back {
	margin-top: 1rem;
}

.ba-single-section--report {
	margin-top: 1.5rem;
	padding-top: 1.5rem;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.ba-single-report-abuse {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	color: #b42318;
	font-weight: 600;
	text-decoration: none;
}

.ba-single-report-abuse:hover {
	text-decoration: underline;
}

.ba-badge-open {
	background: #fff4e5;
	color: #9a5b00;
}

.ba-badge-reviewed {
	background: #e8f1ff;
	color: #1d4f91;
}

.ba-badge-actioned {
	background: #e7f6ec;
	color: #1f6b3a;
}

.ba-badge-dismissed {
	background: #f1f1f1;
	color: #666;
}

.ba-abuse-row-highlight {
	outline: 2px solid #dc3545;
	outline-offset: -2px;
}

.ba-abuse-actions .btn {
	margin-right: 0.35rem;
	margin-bottom: 0.35rem;
}

.ba-abuse-note {
	min-height: 90px;
}
