.priority-route h1 {
    font-size: clamp(1.5rem, 3vw, 2.25rem);
    font-weight: 800;
    margin-bottom: 1rem;
}

.priority-route__intro {
    color: #444;
    line-height: 1.7;
    max-width: 52rem;
}

.priority-route__facts th[scope="row"] {
    width: 30%;
    font-weight: 600;
    background: #fff8e6;
}

.priority-route__fares h2,
.priority-route__body h2,
.priority-route__faq h2,
.priority-route__related h2 {
    font-size: 1.25rem;
    font-weight: 700;
}

.priority-route__related-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1.5rem;
    list-style: none;
    padding: 0;
}

.priority-route__related-list a {
    color: #c47d00;
    font-weight: 500;
}
