:root{--review-primary: #0060af;--review-gold: #ffc107}.review-section-wrapper{margin-top:50px;padding-top:50px;border-top:1px solid #eee}.review-section-title{font-size:1.5rem;font-weight:800;color:var(--review-primary);text-transform:uppercase;margin-bottom:30px;letter-spacing:1px}.reviews-list-container{margin-bottom:40px}.review-card-item{background:#fff;padding:25px;border-radius:12px;border-left:5px solid var(--review-primary);box-shadow:0 4px 15px #0000000d;margin-bottom:25px;transition:all .3s ease}.review-card-item:hover{transform:translate(8px);box-shadow:0 8px 25px #0060af1a}.review-meta-top{display:flex;align-items:center;margin-bottom:15px}.review-user-avatar{width:55px;height:55px;border-radius:50%;object-fit:cover;border:2px solid var(--review-primary)}.review-user-info{margin-left:15px}.review-user-name{font-weight:700;font-size:1.1rem;color:#222;margin:0}.review-stars-display{color:var(--review-gold);font-size:.9rem;margin-top:3px}.review-timestamp{margin-left:auto;font-size:.85rem;color:#999}.review-text-content{color:#555;line-height:1.7;font-style:italic;margin:0}.review-empty-placeholder{padding:60px 0;background:#fcfdfe;border:2px dashed #e1e8f0;border-radius:12px;text-align:center;color:#999}.review-form-container{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 15px 45px #0033661f;border:1px solid #f0f4f8}.review-form-header{background:linear-gradient(135deg,var(--review-primary) 0%,#004080 100%);padding:25px 35px;color:#fff;text-align:center}.review-form-title{font-size:1.4rem;font-weight:800;margin-bottom:5px}.review-form-subtitle{font-size:.95rem;opacity:.85}.review-form-body{padding:35px}.review-field-label{font-weight:700;font-size:.85rem;color:var(--review-primary);text-transform:uppercase;margin-bottom:10px;display:block}.review-input-control{border:2px solid #edf2f7;border-radius:10px;padding:12px 18px;transition:all .3s;background:#f8fafc}.review-input-control:focus{border-color:var(--review-primary);background:#fff;box-shadow:0 0 0 4px #0060af1a}.star-rating-picker{display:flex;flex-direction:row-reverse;justify-content:center;gap:10px}.star-rating-picker input{display:none}.star-rating-picker label{font-size:32px;color:#e2e8f0;cursor:pointer;transition:all .2s;margin:0}.star-rating-picker input:checked~label,.star-rating-picker label:hover,.star-rating-picker label:hover~label{color:var(--review-gold)}.review-submit-btn{background:var(--review-primary);color:#fff;border:none;border-radius:10px;padding:15px 40px;font-weight:800;text-transform:uppercase;letter-spacing:1px;transition:all .3s;box-shadow:0 8px 20px #0060af33}.review-submit-btn:hover:not(:disabled){background:#004a87;transform:translateY(-3px);box-shadow:0 12px 30px #0060af4d}.review-submit-btn:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 768px){.review-form-body{padding:25px}.review-meta-top{flex-wrap:wrap}.review-timestamp{width:100%;margin-left:0;margin-top:10px;order:3}}
