@media only screen and (max-width:768px){.mobile-review-bar{position:fixed;top:0;left:0;width:100%;background:#007aff;color:#fff;z-index:999999;font-family:Arial,sans-serif;text-align:center;box-shadow:0 2px 8px rgba(0,0,0,.2)}.mobile-review-bar .top{font-size:14px;font-weight:700;padding:6px 5px 2px}.mobile-review-bar .bottom{display:flex;justify-content:space-around;align-items:center;padding:3px 8px 8px;font-size:14px;font-weight:600}.mobile-review-bar .item{display:flex;align-items:center;gap:6px;white-space:nowrap}.mobile-review-bar .icon{font-size:18px}}@media only screen and (min-width:769px){.mobile-review-bar{display:none}}