/* Moderation Styles */

.escorts-report-form {
	max-width: 600px;
	margin: 20px auto;
	padding: 20px;
	border: 1px solid #ddd;
	border-radius: 8px;
}

.escorts-report-form label {
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
}

.escorts-report-form select,
.escorts-report-form textarea {
	width: 100%;
	padding: 8px;
	border: 1px solid #ddd;
	border-radius: 4px;
	margin-bottom: 15px;
}

.escorts-report-form textarea {
	resize: vertical;
	min-height: 100px;
}

.escorts-report-badge {
	display: inline-block;
	padding: 4px 8px;
	border-radius: 4px;
	font-size: 12px;
	font-weight: bold;
	margin-left: 10px;
}

.escorts-report-badge.pending {
	background: #fff3cd;
	color: #856404;
}

.escorts-report-badge.resolved {
	background: #d4edda;
	color: #155724;
}

.escorts-report-badge.dismissed {
	background: #f8d7da;
	color: #721c24;
}
