.network-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:20px 0}
.network-summary>div{padding:18px;border:1px solid #d8d6cd;border-radius:12px;background:#faf8f2}
.network-summary strong{display:block;color:#087e83;font-size:25px;overflow-wrap:anywhere}
.network-summary span{display:block;color:#626b69;font-size:13px;margin-top:5px}
#network-progress{width:100%;height:9px;accent-color:#22d3ee;margin-top:20px}
#network-progress-text{color:#626b69;font-size:13px}
#network-stop{margin-top:10px}
.network-table th:nth-child(1){width:12%}.network-table th:nth-child(2){width:35%}.network-table th:nth-child(3){width:23%}.network-table th:nth-child(4){width:30%}
.network-table td:last-child{font-family:inherit}
@media(max-width:700px){.network-summary{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.network-summary>div{padding:12px}.network-summary strong{font-size:21px}}
