/* Phone-only presentation adjustments; desktop rules remain untouched. */
@media(max-width:760px){
 .mobile-hide-arrow,.footer .travel-brand-arrow{display:none!important}
 .footer .travel-brands{gap:10px}
 .footer .travel-resources .travel-brand{min-height:96px;padding:10px 10px 8px;grid-template-rows:44px minmax(22px,auto);gap:6px}
 .footer .travel-resources .travel-brand-logo{max-width:132px;height:44px}
 .footer .travel-resources .travel-brand.paris .travel-brand-logo{max-width:44px;height:44px}
 .footer .travel-resources .travel-brand.accor .travel-brand-logo{max-width:62px;height:44px}
 .footer .travel-resources .travel-brand.atout .travel-brand-logo{max-width:104px;height:44px}
 .footer .travel-resources .travel-brand-type{font-size:10px;line-height:1.35;padding:6px 0 0;width:100%}
}
