.article-block--commute_comparison { max-width: var(--article-wide, 1080px); }
.article-commute-comparison { background:#fff; border:1px solid rgba(15,23,42,.1); border-radius:24px; box-shadow:0 18px 46px rgba(15,23,42,.06); margin:44px 0; overflow:hidden; }
.article-commute-comparison__head { align-items:end; display:flex; gap:24px; justify-content:space-between; padding:26px 28px 20px; }
.article-commute-comparison__head h2 { margin:4px 0 6px; }
.article-commute-comparison__head p { color:#66758a; font-size:14px; margin:0; max-width:64ch; }
.article-commute-comparison__modes { background:#f1f5f4; border-radius:12px; display:flex; flex:0 0 auto; gap:3px; padding:4px; }
.article-commute-comparison__modes button { background:transparent; border:0; border-radius:9px; color:#52635f; cursor:pointer; font-size:12px; font-weight:750; padding:8px 11px; }
.article-commute-comparison__modes button.is-active { background:#0f766e; box-shadow:0 2px 7px rgba(15,118,110,.2); color:#fff; }
.article-commute-comparison__scroll { border-block:1px solid rgba(15,23,42,.08); overflow-x:auto; }
.article-commute-comparison table { border-collapse:collapse; min-width:900px; width:100%; }
.article-commute-comparison th,.article-commute-comparison td { border-right:1px solid rgba(15,23,42,.065); padding:14px 15px; text-align:left; vertical-align:middle; }
.article-commute-comparison thead th { background:#f7faf9; color:#24413d; font-size:12px; min-width:135px; }
.article-commute-comparison thead th:first-child { left:0; min-width:185px; position:sticky; z-index:2; }
.article-commute-comparison thead small { color:#81908d; display:block; font-size:9px; letter-spacing:.08em; margin-top:3px; text-transform:uppercase; }
.article-commute-comparison tbody th { background:#fff; left:0; min-width:185px; position:sticky; z-index:1; }
.article-commute-comparison tbody th a { color:#173c37; font-size:14px; font-weight:750; text-decoration:none; }
.article-commute-comparison tbody td { color:#243b37; font-variant-numeric:tabular-nums; }
.article-commute-comparison tbody td strong { display:block; font-size:15px; }
.article-commute-comparison tbody td small { color:#7b8886; display:block; font-size:11px; margin-top:2px; }
.article-commute-comparison tbody td.is-best { background:#edf9f5; box-shadow:inset 0 -2px #2a9d7f; }
.article-commute-comparison tbody tr+tr>* { border-top:1px solid rgba(15,23,42,.06); }
.article-commute-comparison__status { color:#6b7b78; font-size:11.5px; padding:11px 28px 13px; }
@media (max-width:720px) {
  .article-commute-comparison { border-radius:18px; margin:34px 0; }
  .article-commute-comparison__head { align-items:stretch; flex-direction:column; padding:20px 18px 16px; }
  .article-commute-comparison__modes { align-self:flex-start; }
  .article-commute-comparison__status { padding-inline:18px; }
}
