:root{--animation-duration:950ms;--animation-timing-function:ease-in-out}div.easy-quotes-rotation{display:grid;overflow:hidden}div.easy-quotes-rotation div.easy-quotes-quote{grid-area:1/1;opacity:0}.la-show{animation-delay:10ms;animation-fill-mode:both;animation-name:rotateInFromRight;animation-timing-function:var(--animation-timing-function)}.la-hide,.la-show{animation-duration:var(--animation-duration)}.la-hide{animation-delay:10ms;animation-fill-mode:both;animation-name:rotateOutToLeft;animation-timing-function:var(--animation-timing-function)}@keyframes rotateInFromRight{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes rotateOutToLeft{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(-100%)}}div.easy-quotes-quote p{font-family:inherit;font-size:inherit;line-height:inherit}.la-quote{animation-duration:var(--animation-duration);animation-fill-mode:none;animation-name:fadeIn;animation-timing-function:ease-in-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.la-quote p{margin:0}.la-rating{margin-bottom:1em}.la-rating .la-rating-stars{display:block;margin-left:-3px;width:120px}.la-rating span{font-size:.8em;font-weight:700}.la-citation{animation-duration:var(--animation-duration);animation-fill-mode:none;animation-name:fromRight;animation-timing-function:ease-in-out;margin:1em 0 0}@keyframes fromRight{0%{opacity:0;transform:translate(100px) rotate(5deg)}to{opacity:1;transform:translate(0) rotate(0)}}
