/* Keep the shared font scale; this two-line title needs more breathing room. */
#main #world-title > span,
#main #world-title > em { display: block; }
#main #world-title > em { margin-top: .22em; }

.sky-network__paths path {
  stroke: #c3eeff;
  stroke-width: 1.6;
  filter: drop-shadow(0 0 5px #68bcff);
}
.sky-network__ring { fill: #c4f4ff0d; stroke: #c4f4ff80; stroke-width: 1; }
.sky-network__core { fill: #f2fdff; filter: drop-shadow(0 0 7px #9aeaff); }
.sky-network__halo { pointer-events: none; }

@media (max-width: 767px) {
  .sky-network__paths path { stroke-width: 1.35; }
}
