@charset "UTF-8";.price-cards{display:grid;grid-template-columns:1fr;gap:16px;margin:12px 0}@media (min-width:680px){.price-cards{grid-template-columns:repeat(2,1fr)}}.price-card{border:1px solid #ddd;border-radius:10px;background:#fff;box-shadow:0 2px 10px rgba(0,0,0,.06);overflow:hidden}.price-card h4{margin:0;padding:10px 12px;background:#f6f6f6;border-bottom:1px solid #e9e9e9;font-size:1.05rem}.price-card table{width:100%;border-collapse:collapse;font-size:0.95rem}.price-card th,.price-card td{border-bottom:1px solid #eee;padding:8px 10px;text-align:center;white-space:nowrap}.price-card thead th{background:#fafafa;font-weight:600}.price-card tbody tr:last-child td{border-bottom:0}
