/* Three-card application gallery on phones, matching the requested compact layout. */
@media(max-width:650px){.gallery{padding-top:34px!important;padding-bottom:38px!important}.gallery .section-head{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:start!important;gap:10px!important;margin-bottom:16px!important}.gallery .section-head h2{font-size:clamp(27px,8vw,34px)!important;line-height:.93!important}.gallery .text-link{display:block!important;margin-top:10px!important;font-size:8px!important;white-space:nowrap}.gallery-slide{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important}.gallery-slide figure,.gallery-slide figure:not(:first-child){display:block!important;height:auto!important;aspect-ratio:.72!important}.gallery-slide figcaption{padding:9px 8px!important;font-size:9px!important;line-height:1.15!important}.gallery-slide figcaption i{font-size:10px!important}.gallery-carousel>.gallery-arrow{width:34px!important;height:34px!important;font-size:12px!important}.gallery-carousel>#galleryPrev{left:5px!important}.gallery-carousel>#galleryNext{right:5px!important}}
