/**
 * NTP Verdict callout — single-mobile specs header.
 *
 * @package NewTechPrice
 */

.ntp-verdict__icon {
	filter: drop-shadow(0 1px 2px rgb(15 23 42 / 0.08));
}

[data-theme='dark'] .ntp-verdict__icon {
	filter: drop-shadow(0 1px 3px rgb(0 0 0 / 0.35));
}
