/*
 * Filename-versioned responsive corrections. WP Rocket removes query-string
 * versions, so a distinct URL ensures these rules cannot be masked by a stale
 * first-release asset in browser or edge caches.
 */
@media (max-width: 480px) {
	.lbfd-contact-answer {
		align-items: flex-start;
	}

	.lbfd-contact-answer__icon {
		align-self: flex-start;
		width: 42px;
	}
}
