.outstation-routes-section{padding:30px 0}.outstation-routes-section .common-heading{margin-bottom:22px}.outstation-routes-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.outstation-route-btn{display:flex;align-items:center;justify-content:space-between;background:var(--bg-tertiary);color:var(--color-black);padding:8px 20px;border-radius:50px;text-decoration:none;font-family:var(--primary-font)}.outstation-route-btn .route-btn-text{font-size:15px;font-weight:600;line-height:1.3;color:var(--color-black);flex:1;padding-right:8px}.outstation-route-btn .route-btn-icon{width:32px;height:32px;min-width:32px;border-radius:50%;background-color:var(--color-white);display:flex;align-items:center;justify-content:center;color:var(--bg-tertiary);flex-shrink:0;transition:transform .3s ease,color .3s ease}.outstation-route-btn:hover .route-btn-icon{transform:translateX(3px);color:var(--bg-primary)}.outstation-route-btn .route-btn-icon svg{width:16px;height:16px;stroke:currentColor}.outstation-route-btn:focus-visible{outline:3px solid var(--bg-tertiary);outline-offset:2px}@media (max-width:1199.98px){.outstation-routes-grid{grid-template-columns:repeat(3,1fr);gap:14px}}@media (max-width:991.98px){.outstation-routes-grid{grid-template-columns:repeat(2,1fr);gap:12px}}@media (max-width:575.98px){.outstation-routes-grid{grid-template-columns:1fr;gap:10px}.outstation-route-btn .route-btn-text{font-size:14px}.outstation-route-btn .route-btn-icon{width:28px;height:28px;min-width:28px}.outstation-route-btn .route-btn-icon svg{width:14px;height:14px}}