/* Scoped to the city hub's two planning paths; no global/homepage rules. */
#ffl-city-hub-roads{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;margin:24px 0;text-align:left}
#ffl-city-hub-roads>.ffl-hub-road{display:flex;flex-direction:column;gap:12px;min-width:0;padding:22px 26px;background:transparent;border-top:1px solid #d7cba9;border-bottom:1px solid #d7cba9;color:#142847}
#ffl-city-hub-roads>.ffl-hub-road:nth-child(2){border-left:1px solid #d7cba9}
#ffl-city-hub-roads strong{font-size:22px;line-height:1.25;font-weight:900;color:#10213d}
#ffl-city-hub-roads .ffl-hub-road>span{font-size:15px;line-height:1.55}
#ffl-city-hub-roads .ffl-hub-label{font-size:11px;font-weight:850;letter-spacing:.1em;text-transform:uppercase;color:#a30729}
#ffl-city-hub-roads>p{grid-column:1/-1;margin:14px 0 0;color:#36455d;font-size:14px;line-height:1.55;text-align:center}
#ffl-city-hub-roads .ffl-hub-terms{font-size:12px;color:#536078}
@media(max-width:900px){#ffl-city-hub-roads{grid-template-columns:1fr;margin:20px 0}#ffl-city-hub-roads>.ffl-hub-road{padding:20px 4px;text-align:center;align-items:center}#ffl-city-hub-roads>.ffl-hub-road:nth-child(2){border-left:0;border-top:0}}
