.company-list { display: grid; gap: 12px; }
.company-card { padding: 20px; transition: transform .18s ease, box-shadow .18s ease; }
.company-card:hover { transform: translateY(-2px); box-shadow: 0 18px 38px rgba(15, 23, 42, 0.12); }
.best-card { border-color: #86efac; background: linear-gradient(135deg, #ffffff, #f0fdf4); }
.company-main { display: grid; grid-template-columns: 76px 1fr auto; align-items: center; gap: 20px; cursor: pointer; }
.company-name { font-weight: 900; font-size: 22px; }
.company-badges { display: flex; gap: 10px; margin-top: 10px; flex-wrap: wrap; }
.company-badges span { padding: 5px 10px; border-radius: 999px; font-size: 13px; font-weight: 800; }
.badge-rate { background: #eef6ff; color: #2563eb; }
.badge-time { background: #f5f5f5; color: #555; }
.badge.good { background: #dcfce7; color: #047857; }
.badge.warn { background: #fef3c7; color: #b45309; }
.badge.bad { background: #fee2e2; color: #b91c1c; }
.trend-up { background: #dcfce7; color: #15803d; }
.trend-down { background: #fee2e2; color: #dc2626; }
.trend-flat { background: #f3f4f6; color: #6b7280; }
.company-result { min-width: 180px; text-align: right; }
.rate { font-size: 14px; font-weight: 800; color: var(--muted); }
.received { margin-top: 4px; font-size: 26px; font-weight: 950; color: var(--accent); }
.company-meta { margin-top: 8px; color: var(--muted); font-size: 14px; }
.best-price { display: inline-block; padding: 6px 12px; border-radius: 999px; background: #dcfce7; color: #166534; font-weight: 900; }
.extra-cost { color: #ef4444; font-weight: 800; }
.provider-logo { width: 64px; height: 64px; position: relative; display: flex; align-items: center; justify-content: center; }
.provider-logo-image { width: 54px; height: 54px; object-fit: contain; border-radius: 14px; background: #fff; padding: 5px; box-shadow: 0 3px 10px rgba(0,0,0,.08); }
.logo-fallback { width: 54px; height: 54px; border-radius: 14px; display: flex; align-items: center; justify-content: center; background: #18b26b; color: #fff; font-weight: 900; font-size: 18px; }
.provider-logo small { position: absolute; bottom: -3px; right: -3px; min-width: 22px; height: 22px; padding: 0 5px; border-radius: 999px; background: #fff; color: #0f766e; display: flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 900; box-shadow: 0 2px 6px rgba(0,0,0,.15); border: 1px solid var(--border); }
