.horizontal-list-view{flex-direction:column;gap:10px;width:100%;display:flex}.horizontal-list-view-elements{align-items:center;width:100%;position:relative}.horizontal-list-view-elements-next{align-items:center;height:100%;transition:all .1s ease-in-out;display:flex;position:absolute;top:0;right:10px}.horizontal-list-view-elements-next-hide{opacity:0;pointer-events:none}.horizontal-list-view-elements-previous{align-items:center;height:100%;transition:all .2s ease-in-out;display:flex;position:absolute;top:0;left:10px}.horizontal-list-view-elements-previous-hide{opacity:0;pointer-events:none}.horizontal-list-view-elements-button{cursor:pointer;background-color:#1c1c1e;border-radius:10px;padding:10px;transition:all .2s;box-shadow:0 0 5px #fff}.horizontal-list-view-elements-button:hover{box-shadow:0 0 5px 5px #ef181f}.horizontal-list-view-elements-list{gap:10px;width:100%;display:flex;overflow-x:scroll}.horizontal-list-view-elements-list-image{width:fit-content;height:325px}.horizontal-list-view-read-more{justify-content:space-between;align-items:center;display:flex}.horizontal-list-view-read-more-link{color:#ef181f}@media (max-width:600px){.horizontal-list-view-elements-next,.horizontal-list-view-elements-previous{display:none}}
