/* eSIM Reviews */
.er-wrap{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif}

/* Сводка */
.er-summary{display:flex;gap:24px;align-items:flex-start;padding:20px 0;border-bottom:1px solid #e5e7eb;margin-bottom:20px;flex-wrap:wrap}
.er-avg{text-align:center;min-width:120px}
.er-avg-num{font-size:48px;font-weight:800;color:#111827;line-height:1}
.er-avg-stars{margin:6px 0 4px}
.er-avg-count{font-size:13px;color:#6b7280}
.er-dist{flex:1;min-width:200px;max-width:400px}
.er-dist-row{display:flex;align-items:center;gap:8px;margin-bottom:4px}
.er-dist-star{font-size:12px;color:#f59e0b;width:28px;text-align:right;flex-shrink:0}
.er-dist-bar{flex:1;height:8px;background:#e5e7eb;border-radius:4px;overflow:hidden}
.er-dist-fill{height:100%;background:#f59e0b;border-radius:4px;transition:.3s}
.er-dist-cnt{font-size:12px;color:#6b7280;width:20px;flex-shrink:0}

/* Звёзды */
.er-star{font-size:16px}
.er-star.full{color:#f59e0b}
.er-star.half{color:#f59e0b;opacity:.6}
.er-star.empty{color:#d1d5db}

/* Список отзывов */
.er-list{display:grid;gap:12px}
.er-item{padding:16px;background:#f9fafb;border-radius:10px;border:1px solid #e5e7eb}
.er-item-hd{display:flex;align-items:center;gap:12px;margin-bottom:10px}
.er-item-avatar{width:36px;height:36px;border-radius:50%;background:#f97316;color:#fff;display:flex;align-items:center;justify-content:center;font-size:15px;font-weight:700;flex-shrink:0}
.er-item-info{flex:1;min-width:0}
.er-item-name{font-size:14px;font-weight:600;color:#111827}
.er-item-meta{font-size:12px;color:#6b7280;display:flex;gap:10px;flex-wrap:wrap;margin-top:2px}
.er-item-rating{flex-shrink:0}
.er-item-text{font-size:14px;color:#374151;line-height:1.6}
.er-empty{text-align:center;padding:24px;color:#6b7280;font-size:14px}

/* Форма */
.er-form-toggle{display:inline-flex;align-items:center;gap:6px;padding:10px 20px;background:#f97316;color:#fff;border:none;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;transition:.2s;margin-bottom:16px}
.er-form-toggle:hover{background:#ea580c}
.er-form{background:#f9fafb;border-radius:10px;border:1px solid #e5e7eb;padding:20px;margin-bottom:20px}
.er-form-row{margin-bottom:14px}
.er-form-row label{display:block;font-size:13px;font-weight:600;color:#374151;margin-bottom:4px}
.er-form-row input,.er-form-row textarea{width:100%;padding:10px 14px;border:2px solid #e5e7eb;border-radius:8px;font-size:14px;color:#111827;font-family:inherit}
.er-form-row input:focus,.er-form-row textarea:focus{outline:none;border-color:#f97316;box-shadow:0 0 0 3px #fff7ed}
.er-form-row input::placeholder,.er-form-row textarea::placeholder{color:#9ca3af}
.er-form-2col{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.er-form-stars{display:flex;gap:4px;margin:4px 0}
.er-form-stars span{font-size:28px;cursor:pointer;color:#d1d5db;transition:.15s;user-select:none}
.er-form-stars span.active{color:#f59e0b}
.er-form-submit{padding:12px 24px;background:#f97316;color:#fff;border:none;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;transition:.2s}
.er-form-submit:hover{background:#ea580c}
.er-form-submit:disabled{background:#fed7aa;cursor:not-allowed}
.er-form-msg{margin-top:10px;font-size:13px;padding:8px 14px;border-radius:8px;display:none}
.er-form-msg.success{display:block;background:#dcfce7;color:#166534}
.er-form-msg.error{display:block;background:#fee2e2;color:#991b1b}

@media(max-width:768px){
  .er-summary{flex-direction:column;align-items:center}
  .er-dist{max-width:100%}
  .er-form-2col{grid-template-columns:1fr}
}



.er-filters{display:flex;gap:8px;flex-wrap:wrap;align-items:center;margin:16px 0;padding:12px;background:#f7fafc;border-radius:8px}
.er-filter-group select{padding:6px 12px;border:1px solid #e2e8f0;border-radius:6px;font-size:.82rem;background:#fff;color:#2d3748;cursor:pointer}
.er-filter-group select:hover{border-color:#e95b0f}
.er-filter-stars{display:flex;gap:4px}
.er-star-btn{padding:4px 10px;border:1px solid #e2e8f0;border-radius:50px;font-size:.75rem;background:#fff;cursor:pointer;color:#718096;font-weight:600;transition:all .15s}
.er-star-btn:hover{border-color:#e95b0f;color:#e95b0f}
.er-star-btn.active{background:#e95b0f;color:#fff;border-color:#e95b0f}
.er-item-prov{display:inline-flex;align-items:center;gap:4px}
.er-item-prov .ec-icon{width:16px;height:16px;border-radius:3px}
.er-item-prov .ec-init{width:16px;height:16px;border-radius:3px;font-size:.55rem;display:inline-flex;align-items:center;justify-content:center;color:#fff}
@media(max-width:600px){.er-filters{flex-direction:column;gap:6px}.er-filter-group select{width:100%}.er-filter-stars{width:100%;justify-content:space-between}}

