.cs-card-row{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:16px 22px;border:1px solid #e0e0e0;border-radius:16px;background:#fff;box-shadow:0 2px 6px rgba(0,0,0,.04);transition:box-shadow .2s;width:100%}.cs-card-row:hover{box-shadow:0 3px 10px rgba(0,0,0,.08)}.cs-logo{flex:0 0 80px;max-width:80px;max-height:50px;height:auto;object-fit:contain;margin-right:6px}.cs-info{flex:1 1 auto;min-width:180px;display:flex;flex-direction:column;justify-content:center}.cs-brand{font-weight:700;font-size:1rem;color:#111}.cs-plan{font-weight:700;font-size:1.1rem;color:#222;margin-top:4px}.cs-coverage{flex:1 1 40%;min-width:220px;font-size:.9rem;color:#444;line-height:1.4}.cs-price{display:flex;gap:8px;align-items:baseline;justify-content:flex-end;white-space:nowrap}.cs-price-old{font-size:.9rem;color:#c53030;text-decoration:line-through;font-weight:500}.cs-price-now{font-size:1.3rem;font-weight:800;color:#222}.cs-cta{flex:0 0 auto;display:flex;flex-direction:column;align-items:flex-end;min-width:220px}.cs-link{background:#f7c948;color:#222;text-decoration:none;padding:10px 18px;border-radius:12px;font-weight:700;transition:background .2s}.cs-link:hover{background:#ffd84b}.cs-hint{font-size:.8rem;color:#777;margin-top:6px}.cs-empty{padding:18px;border:1px dashed #ccc;border-radius:14px;text-align:center;color:#666}@media (max-width:760px){.cs-card-row{flex-direction:column;align-items:flex-start}.cs-cta{align-items:flex-start;width:100%}.cs-logo{margin-bottom:8px}}