.yayrev-rating-bars{display:flex;flex-direction:column;gap:.5rem}.yayrev-rating-bar{display:flex;align-items:center;gap:.75rem;padding:.375rem .5rem;background:#fff0;border:none;border-radius:.375rem;cursor:pointer;transition:background-color 0.15s ease;width:100%;text-align:left}.yayrev-rating-bar:hover:not(.yayrev-rating-bar--empty),.yayrev-rating-bar:focus-visible:not(.yayrev-rating-bar--empty){background-color:#f0f1f2c1}.yayrev-rating-bar:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}.yayrev-rating-bar--active{background-color:#dbeafe}.yayrev-rating-bar--active:hover{background-color:#bfdbfe}.yayrev-rating-bar--empty{cursor:default;opacity:.6;pointer-events:none}div.yayrev-rating-bar{cursor:default}div.yayrev-rating-bar:hover{background-color:#fff0}.yayrev-rating-bar__label{display:flex;align-items:center;gap:.25rem;min-width:2.5rem;flex-shrink:0}.yayrev-rating-bar__number{font-size:.875rem;font-weight:500;color:#374151;min-width:.75rem}.yayrev-rating-bar__icon{font-size:1rem;line-height:1;width:1rem;height:1rem}.yayrev-rating-bar__track{display:flex;flex:1;height:.5rem;background-color:#e5e7eb;border-radius:.25rem;overflow:hidden}.yayrev-rating-bar__fill{height:100%;background-color:#fbbf24;border-radius:.25rem;transition:width 0.3s ease}.yayrev-rating-bar__count{font-size:.875rem;font-weight:500;color:#6b7280;min-width:2rem;text-align:right}@media (max-width:480px){.yayrev-rating-bar{gap:.5rem;padding:.25rem}.yayrev-rating-bar__label{min-width:2rem}.yayrev-rating-bar__number{font-size:.75rem}.yayrev-rating-bar__icon{font-size:.875rem;width:.875rem;height:.875rem}.yayrev-rating-bar__count{font-size:.75rem;min-width:1.5rem}}