.alt-native-route-shell{display:grid;gap:18px;max-width:1180px;margin:0 auto;padding:24px}
.alt-native-route-header{display:flex;align-items:end;justify-content:space-between;gap:24px}
.alt-native-route-header p{margin:0 0 5px;color:#08667b;font-size:11px;font-weight:800;letter-spacing:.16em}
.alt-native-route-header h1{margin:0;color:#121c34;font-size:clamp(28px,3vw,38px);line-height:1.04}
.alt-native-route-header span{display:block;margin-top:7px;color:#65738d}
.alt-native-route-header>strong{align-self:center;border:1px solid #b9d7e4;border-radius:999px;padding:8px 13px;color:#075f72;background:#fff;font-size:12px}
.alt-native-route-loading,.alt-native-route-empty{border:1px solid #d7e1ee;border-radius:20px;padding:28px;background:#fff}
.alt-native-route-empty h2{margin:0 0 8px;color:#142038}
.alt-native-route-empty p{margin:0;color:#65738d}
@media(max-width:720px){
  .alt-native-route-shell{padding:16px 12px;gap:14px}
  .alt-native-route-header{align-items:start;flex-direction:column;gap:10px}
  .alt-native-route-header>strong{align-self:start}
}
