body.ast-theme-transparent-header:has(.traceroute-map) #masthead{position:relative !important;}
body:has(.traceroute-map) .entry-header:has(.entry-title),
body:has(.traceroute-map) .ast-single-entry-banner{display:none !important;}
.traceroute-map{--tm-green:#68bb03;--tm-green-dark:#559b00;--tm-black:#090f09;--tm-text:#3a3a3a;--tm-muted:#69727d;--tm-line:#e2e6df;--tm-soft:#f8faf7;--tm-blue:#2563eb;--tm-amber:#b7791f;--tm-red:#b42318;--tm-red-dark:#7a271a;--tm-shadow:0 18px 45px rgba(9, 15, 9, .08);width:100%;max-width:1180px;margin:0 auto;color:var(--tm-text);font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;font-size:15px;line-height:1.45;}
.traceroute-map, .traceroute-map *{box-sizing:border-box;}
.traceroute-map h2, .traceroute-map h3, .traceroute-map p{margin-top:0;}
.traceroute-map__tool, .traceroute-map__results, .traceroute-map__map-panel, .traceroute-map__route, .traceroute-map__raw{border:1px solid var(--tm-line);border-radius:24px;background:#fff;box-shadow:var(--tm-shadow);}
.traceroute-map__tool{overflow:visible;border:0;border-radius:0;background:transparent;box-shadow:none;}
.traceroute-map__head{display:grid;grid-template-columns:minmax(0, 1fr) 300px;gap:22px;align-items:stretch;margin-bottom:20px;padding:34px;border:1px solid rgba(104, 187, 3, .28);border-radius:24px;background:radial-gradient(circle at 14% 18%, rgba(104, 187, 3, .20), transparent 31%), radial-gradient(circle at 85% 18%, rgba(85, 155, 0, .16), transparent 30%), linear-gradient(135deg, #fbfff7 0%, #f0f9e8 55%, #ffffff 100%);box-shadow:0 18px 45px rgba(9, 15, 9, .09);overflow:hidden;}
.traceroute-map__eyebrow{display:inline-flex;align-items:center;gap:7px;margin-bottom:9px;color:var(--tm-green-dark);font-size:12px;font-weight:900;letter-spacing:0;text-transform:uppercase;}
.traceroute-map__eyebrow::before{content:"";width:8px;height:8px;border-radius:50%;background:var(--tm-green);box-shadow:0 0 0 5px rgba(104, 187, 3, .14);}
.traceroute-map__head h2{max-width:760px;margin:0 0 10px;padding:0;border:0;background:none;color:var(--tm-black);font-size:48px;font-weight:900;line-height:1.02;letter-spacing:0;}
.traceroute-map__head p{max-width:780px;margin:0;color:#4a5748;font-size:17px;line-height:1.65;}
.traceroute-map__status{display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:0;min-height:190px;padding:22px;border:1px solid rgba(9, 15, 9, .08);border-radius:20px;background:rgba(9, 15, 9, .92);color:#fff;font-size:34px;font-weight:950;line-height:1.05;text-align:center;white-space:nowrap;box-shadow:0 18px 36px rgba(9, 15, 9, .18);}
.traceroute-map__status::after{content:"route status";display:block;margin-top:10px;color:#dff3d0;font-size:13px;font-weight:850;line-height:1.35;text-transform:uppercase;}
.traceroute-map.is-loading .traceroute-map__status{border-color:rgba(104, 187, 3, .34);background:rgba(9, 15, 9, .92);color:#fff;}
.traceroute-map__status.is-success{border-color:rgba(104, 187, 3, .44);background:rgba(9, 15, 9, .92);color:#fff;}
.traceroute-map__status.is-error{border-color:#f04438;background:#fff1f0;color:var(--tm-red);}
.traceroute-map__status.is-error::after{color:var(--tm-red-dark);}
.traceroute-map__alert{margin:16px 16px 0;padding:14px 16px;border:2px solid #f04438;border-left-width:6px;border-radius:7px;background:#fff1f0;color:var(--tm-red-dark);box-shadow:0 3px 10px rgba(180, 35, 24, .12);}
.traceroute-map__alert[hidden]{display:none;}
.traceroute-map__alert strong{color:var(--tm-red);font-size:16px;}
.traceroute-map__alert p{margin:4px 0 0;}
.traceroute-map__form{display:grid;grid-template-columns:minmax(0, 1fr) max-content max-content;gap:14px;align-items:end;padding:16px;border:1px solid var(--tm-line);border-bottom:0;border-radius:24px 24px 0 0;background:var(--tm-soft);box-shadow:0 18px 45px rgba(9, 15, 9, .08);}
.traceroute-map__field{display:block;margin:0;min-width:0;}
.traceroute-map__field--wide{min-width:220px;}
.traceroute-map__field--short{width:max-content;}
.traceroute-map__field span{display:block;margin-bottom:6px;color:var(--tm-black);font-size:13px;font-weight:700;}
.traceroute-map__field small{display:block;margin-top:6px;color:var(--tm-muted);font-size:12px;}
.traceroute-map input, .traceroute-map select{width:100%;min-height:42px;margin:0;padding:8px 10px;border:1px solid #cfd6ca;border-radius:6px;background:#fff;color:var(--tm-black);box-shadow:none;font:inherit;}
.traceroute-map input:focus, .traceroute-map select:focus{border-color:var(--tm-green);outline:3px solid rgba(104, 187, 3, .15);}
.traceroute-map__field--short input{width:5ch;min-width:5ch;max-width:5ch;padding-right:6px;padding-left:6px;text-align:center;-moz-appearance:textfield;}
.traceroute-map__field--short input::-webkit-outer-spin-button, .traceroute-map__field--short input::-webkit-inner-spin-button{margin:0;-webkit-appearance:none;}
.traceroute-map__actions{display:flex;align-items:center;flex-wrap:wrap;gap:10px;padding:14px 18px;border-right:1px solid var(--tm-line);border-left:1px solid var(--tm-line);background:var(--tm-soft);box-shadow:0 18px 45px rgba(9, 15, 9, .08);}
.traceroute-map button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:40px;margin:0;padding:9px 16px;border:1px solid transparent;border-radius:6px;box-shadow:none;font:inherit;font-size:14px;font-weight:700;line-height:1.2;cursor:pointer;transition:transform .16s ease, box-shadow .16s ease, border-color .16s ease, background .16s ease, color .16s ease;}
.traceroute-map button::before{content:"";display:inline-block;width:16px;height:16px;flex:0 0 16px;background:currentColor;-webkit-mask:var(--tm-button-icon) center / contain no-repeat;mask:var(--tm-button-icon) center / contain no-repeat;}
.traceroute-map button:hover{transform:translateY(-1px);}
.traceroute-map button:disabled{opacity:.62;cursor:wait;transform:none;}
.traceroute-map__primary{background:var(--tm-green);color:#fff;}
.traceroute-map__primary:hover{background:var(--tm-green-dark);color:#fff;}
.traceroute-map__secondary{border-color:#cfd6ca !important;background:#fff;color:var(--tm-black);}
.traceroute-map__secondary:hover{border-color:var(--tm-green) !important;color:var(--tm-green-dark);}
.traceroute-map [data-run]{--tm-button-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M3 12h4l3 8 4-16 3 8h4'/%3E%3C/svg%3E");}
.traceroute-map [data-copy]{--tm-button-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M8 8h11v12H8zM5 16H4V4h12v1'/%3E%3C/svg%3E");}
.traceroute-map [data-export]{--tm-button-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M12 3v12m0 0 4-4m-4 4-4-4M5 21h14'/%3E%3C/svg%3E");}
.traceroute-map__note{margin:0;padding:12px 18px;border:1px solid var(--tm-line);border-top:0;border-radius:0 0 24px 24px;background:#fff;color:var(--tm-muted);font-size:12px;box-shadow:0 18px 45px rgba(9, 15, 9, .08);}
.traceroute-map__note strong, .traceroute-map__note span{display:block;}
.traceroute-map__note strong{margin-bottom:3px;color:var(--tm-black);font-size:13px;font-weight:900;}
.traceroute-map__results{margin-top:18px;padding:18px;background:#fff;}
.traceroute-map__results[hidden],
.traceroute-map [hidden]{display:none !important;}
.traceroute-map__loader{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:190px;margin-bottom:16px;padding:28px 18px;border:1px dashed #cddbc4;border-radius:18px;background:linear-gradient(180deg, #fbfdf8 0%, #fff 100%);color:var(--tm-text);text-align:center;}
.traceroute-map__loader strong{position:relative;display:block;margin-top:12px;color:var(--tm-black);font-size:20px;font-weight:900;}
.traceroute-map__loader p{margin:5px 0 0;color:var(--tm-muted);font-size:14px;}
.traceroute-map__globe{position:relative;display:block;width:68px;height:68px;overflow:hidden;border:3px solid var(--tm-green);border-radius:50%;background:radial-gradient(circle at 34% 28%, rgba(255, 255, 255, .92) 0 8%, transparent 9%), radial-gradient(circle at 48% 52%, rgba(104, 187, 3, .22), transparent 62%), linear-gradient(135deg, #fbfff7 0%, #edf8df 45%, #dff3d0 100%);box-shadow:inset -10px -12px 18px rgba(85, 155, 0, .18), inset 8px 8px 16px rgba(255, 255, 255, .78), 0 12px 26px rgba(85, 155, 0, .24);animation:traceroute-map-globe-pulse 1.8s ease-in-out infinite;}
.traceroute-map__globe::before, .traceroute-map__globe::after{content:"";position:absolute;pointer-events:none;}
.traceroute-map__globe::before{inset:8px;border-radius:50%;background:repeating-linear-gradient(90deg, transparent 0 9px, rgba(85, 155, 0, .34) 10px 11px, transparent 12px 20px), repeating-linear-gradient(0deg, transparent 0 12px, rgba(85, 155, 0, .28) 13px 14px, transparent 15px 24px);-webkit-mask:radial-gradient(circle, #000 0 62%, transparent 63%);mask:radial-gradient(circle, #000 0 62%, transparent 63%);animation:traceroute-map-globe-grid 1.25s linear infinite;}
.traceroute-map__globe::after{width:112px;height:36px;left:50%;top:50%;border:2px solid rgba(85, 155, 0, .46);border-right-color:transparent;border-left-color:transparent;border-radius:50%;transform:translate(-50%, -50%) rotate(-24deg);animation:traceroute-map-globe-orbit 1.4s ease-in-out infinite;}
.traceroute-map__loader .traceroute-map__globe + strong::before{content:"";position:absolute;width:10px;height:10px;margin:-36px 0 0 39px;border:2px solid #fff;border-radius:50%;background:var(--tm-green);box-shadow:0 5px 14px rgba(85, 155, 0, .34);animation:traceroute-map-globe-dot 1.4s linear infinite;}
@keyframes traceroute-map-globe-pulse {
0%, 100%{transform:scale(1);}
50%{transform:scale(1.035);}
}
@keyframes traceroute-map-globe-grid {
to{transform:translateX(20px);}
}
@keyframes traceroute-map-globe-orbit {
0%, 100%{transform:translate(-50%, -50%) rotate(-24deg) scaleX(1);opacity:.58;}
50%{transform:translate(-50%, -50%) rotate(18deg) scaleX(.92);opacity:.86;}
}
@keyframes traceroute-map-globe-dot {
0%{transform:translate(-30px, 11px) scale(.78);opacity:.36;}
35%{transform:translate(0, -5px) scale(1);opacity:1;}
70%{transform:translate(29px, 10px) scale(.82);opacity:.5;}
100%{transform:translate(-30px, 11px) scale(.78);opacity:.36;}
}
.traceroute-map__summary{display:grid;grid-template-columns:repeat(4, minmax(120px, 1fr));gap:12px;margin-bottom:16px;padding:0;border:0;background:var(--tm-soft);}
.traceroute-map__summary div{min-width:0;padding:13px 14px;border:1px solid #e7ece4;border-radius:9px;background:#fff;box-shadow:0 3px 10px rgba(9, 15, 9, .05);}
.traceroute-map__summary span{display:block;margin-bottom:4px;color:var(--tm-muted);font-size:12px;font-weight:800;letter-spacing:0;line-height:1.2;text-transform:uppercase;}
.traceroute-map__summary strong{display:block;color:var(--tm-black);font-size:23px;font-weight:800;line-height:1;}
.traceroute-map__health{display:grid;grid-template-columns:repeat(4, minmax(140px, 1fr));gap:12px;margin:0 0 16px;}
.traceroute-map__health-card{min-width:0;padding:13px 14px;border:1px solid #e7ece4;border-top:4px solid #cfd6ca;border-radius:9px;background:#fff;box-shadow:0 3px 10px rgba(9, 15, 9, .05);}
.traceroute-map__health-card span, .traceroute-map__health-card small{display:block;}
.traceroute-map__health-card span{margin-bottom:5px;color:var(--tm-muted);font-size:12px;font-weight:900;line-height:1.2;text-transform:uppercase;}
.traceroute-map__health-card strong{display:block;margin-bottom:5px;color:var(--tm-black);font-size:21px;font-weight:900;line-height:1.1;overflow-wrap:anywhere;}
.traceroute-map__health-card small{color:var(--tm-muted);font-size:12px;line-height:1.35;}
.traceroute-map__health-card.is-good, .traceroute-map__health-card.is-fast{border-top-color:var(--tm-green);}
.traceroute-map__health-card.is-medium, .traceroute-map__health-card.is-watch{border-top-color:var(--tm-amber);}
.traceroute-map__health-card.is-slow{border-top-color:var(--tm-red);}
.traceroute-map__rtt-help{margin:-2px 0 16px;padding:12px 14px;border:1px solid #e7ece4;border-radius:9px;background:#fbfdf8;color:var(--tm-muted);font-size:13px;line-height:1.5;}
.traceroute-map__rtt-help strong{color:var(--tm-black);font-weight:900;}
.traceroute-map__map-panel{overflow:hidden;margin-bottom:16px;border-radius:18px;box-shadow:0 8px 24px rgba(9, 15, 9, .06);}
.traceroute-map__map-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:16px 18px;border-bottom:1px solid var(--tm-line);background:linear-gradient(180deg, #fff 0%, #fbfdf8 100%);}
.traceroute-map__map-head h3{margin:0;color:var(--tm-black);font-size:20px;font-weight:800;}
.traceroute-map__map-head p{max-width:540px;margin:2px 0 0;color:var(--tm-muted);font-size:13px;text-align:right;}
.traceroute-map__map-canvas{position:relative;width:100%;height:520px;min-height:520px;overflow:hidden;background:#edf8df;}
.traceroute-map__map-canvas.is-empty{display:flex;align-items:center;justify-content:center;padding:20px;color:var(--tm-muted);font-weight:800;text-align:center;}
.traceroute-map__map-canvas.is-fallback{background:linear-gradient(90deg, rgba(255, 255, 255, .35) 1px, transparent 1px), linear-gradient(rgba(255, 255, 255, .35) 1px, transparent 1px), linear-gradient(135deg, #edf8df 0%, #fbfff7 52%, #ffffff 100%);background-size:8.333% 12.5%, 8.333% 12.5%, 100% 100%;}
.traceroute-map__fallback-pin{position:absolute;display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;margin:-13px 0 0 -13px;border:2px solid #fff;border-radius:50%;background:var(--route-color, var(--tm-green));color:#fff;font-size:11px;font-weight:900;text-decoration:none;box-shadow:0 8px 16px rgba(15, 23, 42, .24);animation:traceroute-map-pin-in .28s ease both;animation-delay:var(--pin-delay, 0ms);}
.traceroute-map__fallback-pin--destination{z-index:2;}
.traceroute-map__fallback-flag-badge, .traceroute-map__destination-flag-badge{position:absolute;display:block;width:24px;height:16px;border:2px solid #fff;border-radius:3px;background-color:#fff;background-position:center;background-repeat:no-repeat;background-size:cover;box-shadow:0 5px 10px rgba(9, 15, 9, .18);pointer-events:none;}
.traceroute-map__fallback-flag-badge{top:-9px;right:-15px;}
@keyframes traceroute-map-pin-in {
from{opacity:0;transform:scale(.6);}
to{opacity:1;transform:scale(1);}
}
.traceroute-map__leaflet-marker{background:transparent;border:0;}
.traceroute-map__leaflet-marker span{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border:2px solid #fff;border-radius:50%;color:#fff;font-size:12px;font-weight:900;box-shadow:0 8px 16px rgba(15, 23, 42, .24);}
.traceroute-map__leaflet-marker--destination{position:relative;}
.traceroute-map__destination-flag-badge{top:-8px;left:21px;}
.traceroute-map__flag{display:inline-block;width:22px;height:15px;flex:0 0 22px;margin-right:7px;border-radius:2px;background-position:center;background-repeat:no-repeat;background-size:cover;box-shadow:0 0 0 1px rgba(9, 15, 9, .12);vertical-align:-2px;}
.traceroute-map__location-content{display:inline-flex;align-items:center;gap:0;min-width:0;}
.traceroute-map__warnings{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:14px;}
.traceroute-map__warnings[hidden]{display:none;}
.traceroute-map__warnings span{display:inline-flex;align-items:center;min-height:32px;padding:7px 10px;border:1px solid #fed7aa;border-radius:6px;background:#fff7ed;color:var(--tm-amber);font-size:12px;font-weight:800;}
.traceroute-map__routes{display:grid;gap:16px;}
.traceroute-map__route{overflow:hidden;border-left:5px solid var(--route-color, var(--tm-green));border-radius:18px;box-shadow:0 8px 24px rgba(9, 15, 9, .06);}
.traceroute-map__route-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:16px 18px;border-bottom:1px solid var(--tm-line);background:linear-gradient(180deg, #fff 0%, #fbfdf8 100%);}
.traceroute-map__route-head h3{margin:0;color:var(--tm-black);font-size:19px;font-weight:800;}
.traceroute-map__route-head p{margin:4px 0 0;color:var(--tm-muted);font-size:13px;overflow-wrap:anywhere;}
.traceroute-map__route-head strong{flex:0 0 auto;max-width:320px;padding:7px 9px;border:1px solid #cfd6ca;border-radius:6px;background:#fff;color:var(--tm-green-dark);font-size:12px;font-weight:850;text-align:right;}
.traceroute-map__route-head strong.is-error{border-color:#fecaca;background:#fff1f2;color:var(--tm-red);}
.traceroute-map__route-meta{display:grid;justify-items:end;gap:8px;min-width:260px;}
.traceroute-map__route-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px;}
.traceroute-map__route-button{min-height:34px;padding:7px 10px;font-size:12px;font-weight:850;}
.traceroute-map__route-button::before{width:14px;height:14px;flex-basis:14px;}
.traceroute-map__route-error{margin:0;padding:16px;color:var(--tm-red);font-weight:800;}
.traceroute-map__table-wrap{overflow-x:auto;background:#fff;}
.traceroute-map table{width:100%;min-width:980px;border-collapse:collapse;margin:0;background:#fff;}
.traceroute-map th, .traceroute-map td{padding:11px 12px;border-bottom:1px solid #e2e8f0;color:var(--tm-text);font-size:13px;text-align:left;vertical-align:top;}
.traceroute-map th{background:var(--tm-soft);color:var(--tm-black);font-size:12px;font-weight:900;text-transform:uppercase;}
.traceroute-map tr.is-mapped td:first-child{color:var(--route-color, var(--tm-green));}
.traceroute-map td a{color:var(--tm-blue);font-weight:800;text-decoration:none;}
.traceroute-map__hop-num{width:70px;font-weight:900;}
.traceroute-map__host-cell{max-width:240px;color:#475569;overflow-wrap:anywhere;}
.traceroute-map__rtt{font-weight:900;white-space:nowrap;}
.traceroute-map__rtt.is-fast{color:var(--tm-green-dark);}
.traceroute-map__rtt.is-medium{color:var(--tm-amber);}
.traceroute-map__rtt.is-slow{color:var(--tm-red);}
.traceroute-map__raw{margin-top:16px;overflow:hidden;border-radius:18px;box-shadow:0 8px 24px rgba(9, 15, 9, .06);}
.traceroute-map__raw summary{padding:13px 16px;color:var(--tm-black);font-weight:800;cursor:pointer;}
.traceroute-map__raw pre{max-height:340px;margin:0;padding:14px 16px;overflow:auto;border-top:1px solid var(--tm-line);background:#0f172a;color:#dbeafe;font-family:Consolas, Monaco, "Courier New", monospace;font-size:12px;line-height:1.55;white-space:pre-wrap;}
.traceroute-map__seo{margin-top:18px;padding:20px;border:1px solid var(--tm-line);border-radius:10px;background:#fff;box-shadow:0 8px 24px rgba(9, 15, 9, .06);}
.traceroute-map__seo h2{margin:0 0 14px;padding:0;border:0;color:var(--tm-black);font-size:28px;font-weight:800;line-height:1.2;}
.traceroute-map__seo > p{max-width:920px;margin:0 0 16px;color:#54595f;font-size:15px;line-height:1.7;}
.traceroute-map__seo-grid{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));gap:14px;}
.traceroute-map__seo article{min-width:0;padding:16px;border:1px solid #e7ece4;border-radius:9px;background:#fff;}
.traceroute-map__seo h3, .traceroute-map__seo h4{margin:0 0 7px;color:var(--tm-black);font-size:17px;font-weight:800;line-height:1.3;}
.traceroute-map__seo p{margin:0;color:#54595f;font-size:14px;line-height:1.6;}
.traceroute-map__seo-checklist{margin-top:16px;padding:16px;border:1px solid #dfe8d8;border-radius:9px;background:var(--tm-soft);}
.traceroute-map__seo-checklist h3, .traceroute-map__faq > h3{margin:0 0 10px;color:var(--tm-black);font-size:18px;font-weight:800;line-height:1.2;}
.traceroute-map__seo-checklist ul{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));gap:8px 14px;margin:0;padding-left:18px;color:#54595f;}
.traceroute-map__seo-checklist li{margin:0;line-height:1.55;}
.traceroute-map__faq{margin-top:16px;padding-top:16px;border-top:1px solid var(--tm-line);}
.traceroute-map__faq-grid{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));gap:12px;}
.traceroute-map__faq article{min-width:0;padding:15px;border:1px solid #e7ece4;border-radius:9px;background:linear-gradient(180deg, #fff 0%, #fbfdf8 100%);}
@media(max-width:980px){
.traceroute-map__head{display:block;}
.traceroute-map__status{margin-top:14px;}
.traceroute-map__form{grid-template-columns:1fr 1fr;}
.traceroute-map__field--wide{grid-column:1 / -1;}
.traceroute-map__summary, .traceroute-map__health{grid-template-columns:repeat(2, minmax(120px, 1fr));}
}
@media(max-width:680px){
.traceroute-map__head, .traceroute-map__form, .traceroute-map__actions {
padding-right: 16px;
padding-left: 16px;
}
.traceroute-map__head h2 {
font-size: 27px;
}
.traceroute-map__form, .traceroute-map__summary, .traceroute-map__health {
grid-template-columns: 1fr;
}
.traceroute-map__seo-grid {
grid-template-columns: 1fr;
}
.traceroute-map__seo-checklist ul, .traceroute-map__faq-grid {
grid-template-columns: 1fr;
}
.traceroute-map__actions button {
width: 100%;
}
.traceroute-map__map-head, .traceroute-map__route-head {
display: block;
}
.traceroute-map__map-head p {
max-width: none;
margin-top: 6px;
text-align: left;
}
.traceroute-map__route-head strong {
display: inline-flex;
max-width: 100%;
margin-top: 10px;
text-align: left;
}
.traceroute-map__route-meta {
justify-items: start;
min-width: 0;
}
.traceroute-map__route-actions {
justify-content: flex-start;
width: 100%;
}
.traceroute-map__route-button {
flex: 1 1 150px;
}
.traceroute-map__map-canvas {
height: 400px;
min-height: 400px;
}
.traceroute-map table, .traceroute-map thead, .traceroute-map tbody, .traceroute-map tr, .traceroute-map th, .traceroute-map td {
display: block;
min-width: 0;
}
.traceroute-map thead {
display: none;
}
.traceroute-map tr {
border-bottom: 1px solid #e2e8f0;
}
.traceroute-map td {
display: grid;
grid-template-columns: 98px minmax(0, 1fr);
gap: 10px;
border-bottom: 0;
overflow-wrap: anywhere;
}
.traceroute-map td::before {
content: attr(data-label);
color: var(--tm-muted);
font-weight: 900;
}
}