/* v90 clean class URLs + route best-links + header polish */
.wr-route-best-links .ws-route-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.wr-route-best-links .wi-card{min-width:0}
.wr-route-best-links .wi-card .ws-card-body{min-width:0}
.wr-route-best-links .wi-card h3{line-height:1.08}
.wr-route-best-links .wi-card p{max-width:56ch}
.wr-route-best-links .ws-meta{display:flex;flex-wrap:wrap;gap:8px}
.wr-route-best-links .ws-meta span{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border-radius:999px;background:#eef5ff;color:#165ec9;font-size:12px;font-weight:850}
.wu-class-focus__switch small{display:block}
.ww-header-wrap .ww-nav a.is-active{box-shadow:0 10px 20px rgba(22,119,255,.08)}
.ww-header-wrap .ww-lang-toggle-text strong{white-space:nowrap}
@media (max-width: 980px){
  .wr-route-best-links .ws-route-grid{grid-template-columns:1fr}
}
