.review-bar{box-sizing:border-box;position:absolute;min-width:566px;height:40px;left:50%;transform:translateX(-50%);bottom:0;background:#121212;border-width:2px 2px 0px 2px;border-style:solid;border-color:#06DFCE;border-radius:200px 200px 0px 0px;display:flex;align-items:center;padding:0 35px;text-decoration:none;transition:background-color 0.3s ease;z-index:2}.review-bar:hover{background-color:#1a1a1a}.review-bar__content{display:flex;flex-direction:row;align-items:center;gap:8px;width:100%;justify-content:center}.review-bar__stars{display:flex;flex-direction:row;align-items:center;gap:2px}.review-bar__stars svg{width:21.6px;height:21.6px}.review-bar__text{font-family:'Rubik',sans-serif;font-style:normal;font-weight:400;font-size:14px;line-height:17px;color:#FFF;margin-left:8px;white-space:nowrap}@media screen and (max-width:768px){.review-bar{min-width:100%;height:52.6px;left:0;right:0;transform:none;margin:0 auto;border-width:1px 0px;border-radius:0;padding:6px 0px;margin-bottom:6.4px}.review-bar__content{flex-direction:column;justify-content:center;gap:6px}.review-bar__stars{justify-content:center}.review-bar__stars svg{width:17.6px;height:17.6px}.review-bar__text{text-align:center;width:100%;margin-left:0}}@media screen and (min-width:1441px){.review-bar{width:36.25vw}}