/*
 * Data Recovery - siatka 2x2 na stronie telefonow
 *
 * Wyniesione z bloku Gutenberga strony mobile-phone-data-recovery dnia 14.08.2026.
 * Tresc bajtowo taka sama jak inline, ktory zastepuje - jedyne zmiany
 * opisane sa w naglowku pliku. Kolejnosc ladowania pilnuje
 * includes/core/dr-cluster-assets.php.
 */


/* 4 honest cards after the Aug 2026 cull (was 6): a 2x2 grid on desktop.
   Scoped to this page; other recovery landings keep their 6-card grid. */
@media (min-width: 761px) { #ff-dr .fixfactor-services-grid { grid-template-columns: repeat(2, 1fr); } }
