.po-location-boxes{display:flex;flex-wrap:wrap;justify-content:center;gap:1.25rem;width:100%}.po-location-boxes--grid .po-location-box{flex:0 1 320px;max-width:360px}@media (max-width:600px){.po-location-boxes--grid .po-location-box{flex:0 1 100%;max-width:100%}}.po-location-boxes--row{flex-wrap:nowrap;justify-content:flex-start;overflow-x:auto;scrollbar-width:thin}.po-location-boxes--row .po-location-box{flex:0 0 auto;width:200px}.po-location-box{display:block;text-decoration:none;color:inherit;border-radius:8px;overflow:hidden;background:#fff;transition:box-shadow .25s ease,transform .25s ease}.po-mini-site--square .po-location-box{border-radius:0}.po-location-box:hover{box-shadow:0 6px 18px rgba(0,0,0,.12)}.po-location-box__image-wrapper{position:relative;height:240px;overflow:hidden}.po-location-boxes--row .po-location-box__image-wrapper{height:140px}.po-location-box__image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease;display:block}.po-location-box__image--placeholder{background:linear-gradient(135deg,var(--owner-secondary,#4338ca),var(--owner-primary,#1f2937))}.po-location-box:hover .po-location-box__image{transform:scale(1.05)}.po-location-box__overlay{position:absolute;inset:0;background:rgba(0,0,0,.4);display:flex;align-items:center;justify-content:center;padding:.75rem}.po-location-box__name{color:#fff;font-size:1.4rem;font-weight:700;margin:0;text-align:center;text-shadow:0 2px 6px rgba(0,0,0,.35)}.po-location-boxes--row .po-location-box__name{font-size:1rem}