/* Location subpages: shared sub navigation bar */

.location-subnav {
    border-top: 1px solid #C5CAD9;
    border-bottom: 1px solid #C5CAD9;
    padding: 0 16px;
}

.location-subnav-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    min-height: 82px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.location-subnav-link {
    font-family: "Jakarta", sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
    padding: 8px 0;
}

.location-subnav-link:hover,
.location-subnav-link:focus {
    color: #F4AE3D;
    text-decoration: none;
}

.location-subnav-link.active {
    color: #F4AE3D;
}

@media (max-width: 767.98px) {
    .location-subnav-inner {
        justify-content: flex-start;
        gap: 24px;
        min-height: 64px;
    }
}
