.carousel-button{background-color:var(--light-gray);height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:7px;transition:all 150ms ease-in-out}.carousel-button:hover{background-color:var(--black-alt)}.carousel-button:hover svg{fill:var(--white)}.carousel-button:hover.back{transform:translateX(-3px) rotate(180deg)}.carousel-button:hover.next{transform:translateX(3px)}.carousel-button:hover.disabled{transform:translateX(0px)}.carousel-button:hover.back.disabled{transform:translateX(0px) rotate(180deg)}.carousel-button-icon svg{transition:all 150ms ease-in-out;fill:var(--black-alt)}.carousel-button-icon.disabled svg{fill:var(--black-alt-33)}
