.unit-list-wrapper{position:relative;background-color:var(--color-background);padding:0;margin-top:var(--spacing-md)}.unit-list-scroll{overflow-x:auto;overflow-y:visible;padding:var(--spacing-md) var(--spacing-sm) var(--spacing-md);-ms-overflow-style:none;scrollbar-width:none}.unit-list-wrapper.fully-visible .unit-list-scroll{display:flex;justify-content:center}.unit-list-scroll::-webkit-scrollbar{display:none}.unit-list{display:flex;gap:var(--spacing-lg);padding:var(--spacing-sm) 0;min-width:max-content;margin:0 auto}.unit-list.centered{justify-content:center}.unit-list-wrapper .arrow{position:absolute;top:50%;transform:translateY(-50%);background-color:rgba(255,255,255,.75);background-image:url(/neutral-arrow.svg);background-repeat:no-repeat;background-position:50%;background-size:100%;border:none;font-size:0;width:48px;height:48px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:2;border-radius:50%;transition:background .2s;padding:0;box-shadow:0 2px 6px rgba(0,0,0,.3)}.unit-list-wrapper .arrow:hover{background-image:url(/hover-arrow.svg);background-color:rgba(255,255,255,1);background-size:100%}.unit-list-wrapper .arrow.left{left:8px;transform:translateY(-50%)}.unit-list-wrapper .arrow.right{right:8px;transform:translateY(-50%) rotate(180deg)}.unit-list .property-card{flex:0 0 320px}@media (max-width:768px){.unit-list{justify-content:center}.unit-list .property-card{flex:0 0 80vw;max-width:70vw;box-shadow:0 4px 16px rgba(0,0,0,.15)}.unit-list-wrapper .arrow{width:36px;height:36px}}