.billing-page{max-width:1180px;margin:auto}.billing-page>header{display:flex;justify-content:space-between;gap:24px;margin-bottom:24px}.billing-page h1,.billing-page h2{margin:0;color:#17324d}.billing-page small{letter-spacing:.11em;font-weight:800;color:#1877a9}.billing-page aside,.summary,.history{background:#fff;border:1px solid #dce5eb;border-radius:14px;padding:24px;margin-bottom:24px}.billing-page aside{background:#f5fbff}.summary{display:grid;grid-template-columns:1fr 2fr;gap:28px}.summary dl{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:0}.summary dl div{background:#f6f8fa;border-radius:10px;padding:14px}.summary dd{margin:4px 0 0;font-weight:750}.summary>div>b{display:inline-block;margin-top:9px;border-radius:999px;background:#e9f6ef;color:#157042;padding:4px 9px}.summary>p{grid-column:1/-1;background:#fff8df;padding:12px}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse}th,td{text-align:left;padding:13px 10px;border-bottom:1px solid #e6ecef}th{font-size:.75rem;text-transform:uppercase;color:#637588}@media(max-width:800px){.summary{grid-template-columns:1fr}.summary dl{grid-template-columns:1fr}th:nth-child(3),td:nth-child(3),th:nth-child(6),td:nth-child(6){display:none}}