﻿.location-box{direction:rtl;background-color:#fff;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.1);padding:1.5rem;margin:1rem;text-align:right;}.location-box__title{font-size:1.2rem;font-weight:bold;margin-bottom:.5rem;color:#222;}.location-box__address{font-size:1rem;color:#555;margin-bottom:.5rem;}.location-box__hours{font-size:.95rem;color:#777;margin-bottom:1rem;}.location-box__map-links{display:flex;justify-content:space-around;}.location-box__map-link{display:inline-block;width:36px;height:36px;}.location-box__map-link img{width:100%;height:auto;border-radius:6px;transition:transform .2s ease;}.location-box__map-link img:hover{transform:scale(1.1);}