/* Additional links on existing FerryEU pages. All links remain editable HTML. */
.fe-related-routes { padding: 36px 0; }
.fe-related-routes h2 { margin: 0 0 20px; color: #062b4f; font-size: clamp(1.8rem, 3vw, 2.5rem); line-height: 1.15; }
.fe-related-routes .eu-guide-route-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; padding: 0; margin: 0; list-style: none; align-items: stretch; }
.fe-related-routes li { padding: 20px; border: 1px solid #dce5ec; border-radius: 16px; background: #fff; }
.fe-related-routes li > a { color: #0d5f8f; font-weight: 800; text-decoration: none; line-height: 1.3; }
.fe-related-routes li > a:hover { text-decoration: underline; }
.fe-related-routes li > span { display: block; margin-top: 12px; color: #607487; font-size: .94rem; line-height: 1.5; }
@media (max-width: 900px) { .fe-related-routes .eu-guide-route-list { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 600px) { .fe-related-routes .eu-guide-route-list { grid-template-columns: 1fr; } }
