/**
 * Standalone Image Converter — styles.
 * Depends on tool.css + compressor.css (reuses the dropzone + result cards).
 * Only converter-specific tweaks live here.
 */

.idl-converter {
	max-width: 920px;
	margin: 0 auto;
}

.idl-converter .idl-bg-field select {
	min-width: 96px;
}

/* The converted "new size" badge reads as an upgrade, not a strike-through. */
.idl-converter .idl-comp-orig {
	text-decoration: none;
}

.idl-converter .idl-comp-new {
	color: var(--idl-color-primary);
	font-weight: 700;
}
