@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap";body,html{margin:0;padding:0;background-color:#f5f5f5;min-height:100vh;width:100%;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.reviews-container{min-height:100vh;width:100%;background-color:#f5f5f5;padding:2rem;display:flex;flex-direction:column;align-items:center;box-sizing:border-box}.reviews-title{font-size:2.5em;color:#1a1a1a;text-align:center;margin-bottom:2rem;font-weight:600;width:100%;letter-spacing:-.02em}.reviews-list{width:100%;max-width:900px;margin:0 auto;display:flex;flex-direction:column;gap:1.5rem}.review-card{background-color:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 1px 3px #0000000d;border:1px solid #e5e7eb;margin:0 auto;width:100%;box-sizing:border-box;transition:transform .2s ease,box-shadow .2s ease}.review-card:hover{transform:translateY(-2px);box-shadow:0 4px 6px #00000014}.product-info{margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.product-name{font-size:1.1rem;font-weight:500;color:#1f2937;margin:0}.review-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.stars-container{display:flex;align-items:center;gap:.5rem}.star-wrapper{position:relative;width:24px;height:24px}.star-filled{color:gold;fill:gold}.star-empty{color:#e5e7eb}.rating-text{color:#4b5563;margin-left:.5rem;font-size:1rem;font-weight:500}.review-date{color:#6b7280;font-size:.875rem}.review-content{padding:1.25rem 0;border-top:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb;margin:1rem 0}.review-content p{color:#1f2937;font-size:1rem;line-height:1.6;margin:0;font-weight:400}.review-footer{display:flex;align-items:center;gap:1.5rem;color:#6b7280;font-size:.875rem}.verified-purchase{color:#059669;display:flex;align-items:center;gap:.5rem;font-weight:500}.likes-count,.comments-count{display:flex;align-items:center;gap:.5rem}.load-more-button{width:100%;max-width:900px;margin:2rem auto;padding:1rem;background-color:#2563eb;color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .2s ease;font-family:Inter,sans-serif}.load-more-button:hover{background-color:#1d4ed8}.loading-container{display:flex;justify-content:center;align-items:center;height:100vh;background-color:#f5f5f5;width:100%}.loading-text{color:#1f2937;font-size:1.5rem;font-weight:500}.error-message{width:100%;max-width:900px;padding:1rem;margin:1rem auto;background-color:#ef4444;color:#fff;border-radius:12px;font-size:1rem;text-align:center;box-sizing:border-box;font-weight:500}@media (max-width: 960px){.reviews-list{padding:0 1rem}.review-header{flex-direction:column;gap:1rem}.review-date{align-self:flex-start}}
