.adbear-image-cleaner-wrap {
	max-width: 1320px;
}

.adbear-image-cleaner-wrap .adbear-page-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 20px;
	margin: 16px 0;
}

.adbear-image-cleaner-wrap h1 {
	margin-bottom: 8px;
}

.adbear-image-cleaner-wrap .adbear-stats {
	display: flex;
	gap: 12px;
}

.adbear-image-cleaner-wrap .adbear-stat-card {
	min-width: 120px;
	padding: 10px 14px;
	background: #fff;
	border: 1px solid #dcdcde;
	border-radius: 10px;
	box-shadow: 0 2px 8px rgba(2, 6, 23, 0.05);
}

.adbear-image-cleaner-wrap .adbear-stat-card strong {
	display: block;
	font-size: 22px;
	line-height: 1.1;
	margin-top: 4px;
}

.adbear-image-cleaner-wrap .adbear-stat-label {
	font-size: 12px;
	color: #50575e;
}

.adbear-image-cleaner-wrap .adbear-surface {
	background: #fff;
	border: 1px solid #dcdcde;
	border-radius: 12px;
	padding: 16px;
	box-shadow: 0 4px 20px rgba(2, 6, 23, 0.04);
}

.adbear-image-cleaner-wrap .adbear-warning-banner {
	background: #fff8e5;
	border: 1px solid #f1d699;
	border-radius: 10px;
	padding: 10px 12px;
	margin-bottom: 14px;
}

.adbear-image-cleaner-wrap .adbear-warning-banner p {
	margin: 0;
}

.adbear-image-cleaner-wrap .adbear-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	margin: 0 0 14px;
}

.adbear-image-cleaner-wrap .adbear-export-form {
	display: inline-block;
}

.adbear-image-cleaner-wrap .adbear-actions .button {
	border-radius: 8px;
	padding: 0 16px;
	min-height: 34px;
}

.adbear-image-cleaner-wrap .adbear-status-text {
	min-height: 22px;
	font-weight: 600;
	color: #1d2327;
	margin: 0 0 12px;
}

.adbear-image-cleaner-wrap .adbear-table-wrap {
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	overflow: auto;
}

.adbear-results-table {
	border: 0;
	box-shadow: none;
	margin: 0;
}

.adbear-results-table .check-column {
	width: 44px;
}

.adbear-results-table thead th {
	background: #f8fafc;
	border-bottom: 1px solid #e2e8f0;
	color: #1d2327;
}

.adbear-results-table tbody tr:hover {
	background: #f8fbff;
}

.adbear-results-table code {
	white-space: normal;
	word-break: break-all;
	background: #f8fafc;
	border: 1px solid #e2e8f0;
	border-radius: 6px;
	padding: 2px 6px;
	font-size: 12px;
}

.adbear-results-table .adbear-empty-state {
	padding: 20px 14px;
	text-align: center;
	color: #50575e;
}

.adbear-status-badge {
	display: inline-block;
	padding: 3px 10px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.6;
}

.adbear-status-unused {
	background: #fff1cc;
	color: #8a4b00;
}

.adbear-status-broken {
	background: #fee2e2;
	color: #8c1d18;
}

.adbear-status-in_use {
	background: #dcfce7;
	color: #166534;
}

@media (max-width: 782px) {
	.adbear-image-cleaner-wrap .adbear-page-header {
		flex-direction: column;
		align-items: stretch;
	}
}
