.image-protection-exif-wrap .image-protection-exif-status ul {
	margin: 0.5em 0 0.5em 1.2em;
}

.image-protection-exif-actions {
	margin: 1.5em 0;
	display: flex;
	gap: 0.75em;
	flex-wrap: wrap;
}

.image-protection-exif-progress {
	margin: 1em 0;
}

.image-protection-exif-progress-bar {
	background: #f0f0f1;
	border-radius: 4px;
	height: 16px;
	overflow: hidden;
}

.image-protection-exif-progress-bar span {
	display: block;
	height: 100%;
	width: 0;
	background: #2271b1;
	transition: width 0.2s ease;
}

.image-protection-exif-summary {
	margin: 1em 0;
}

.image-protection-exif-filters {
	display: flex;
	gap: 0.5em;
	flex-wrap: wrap;
}

.image-protection-exif-filter.is-active {
	background: #2271b1;
	border-color: #2271b1;
	color: #fff;
}

.image-protection-exif-filter .count {
	display: inline-block;
	min-width: 1.25em;
	margin-left: 0.25em;
	padding: 0 0.35em;
	border-radius: 999px;
	background: rgba(0, 0, 0, 0.12);
	font-size: 11px;
	line-height: 1.6;
}

.image-protection-exif-filter.is-active .count {
	background: rgba(255, 255, 255, 0.2);
}

.image-protection-exif-no-results {
	margin: 1em 0;
	color: #50575e;
}

.image-protection-exif-log-wrap {
	margin: 1.5em 0;
}

.image-protection-exif-log-title {
	margin: 0 0 0.5em;
	font-size: 14px;
}

.image-protection-exif-log {
	margin: 0;
	padding: 0.75em 1em;
	max-height: 220px;
	overflow-y: auto;
	list-style: none;
	background: #fff;
	border: 1px solid #c3c4c7;
	border-radius: 4px;
}

.image-protection-exif-log-item {
	padding: 0.2em 0;
	font-size: 13px;
	line-height: 1.5;
}

.image-protection-exif-log-item.is-clean {
	color: #1e6b32;
}

.image-protection-exif-log-item.is-error {
	color: #8a2424;
}

.image-protection-exif-log-item.is-summary {
	margin-top: 0.5em;
	padding-top: 0.5em;
	border-top: 1px solid #dcdcde;
	font-weight: 600;
}

.image-protection-exif-results .column-thumb {
	width: 72px;
}

.image-protection-exif-results img {
	max-width: 60px;
	height: auto;
	border-radius: 2px;
}

.image-protection-exif-status-badge {
	display: inline-block;
	padding: 2px 8px;
	border-radius: 999px;
	font-size: 12px;
	line-height: 1.5;
}

.image-protection-exif-status-badge.is-flagged {
	background: #fcf0f1;
	color: #8a2424;
}

.image-protection-exif-status-badge.is-clean {
	background: #edfaef;
	color: #1e6b32;
}

.image-protection-exif-status-badge.is-skipped,
.image-protection-exif-status-badge.is-error {
	background: #f6f7f7;
	color: #50575e;
}

.image-protection-exif-results .column-details {
	max-width: 360px;
	word-break: break-word;
}
