/* Foundry – Widget-Steuerung: geräteabhängiges Ausblenden (cache-sicher).
 * Breakpoints an UIkit/YOOtheme angelehnt (Mobil < 640, Tablet 640–959, Desktop ≥ 960).
 */
@media (max-width: 639px)  { .foundry-w-hide-mobile  { display: none !important; } }
@media (min-width: 640px) and (max-width: 959px) { .foundry-w-hide-tablet { display: none !important; } }
@media (min-width: 960px)  { .foundry-w-hide-desktop { display: none !important; } }
