/* DEV-tony-046 — the "where to go next" block at the top of a game page. */
.sas-team-links {
    margin: 0 0 1.25rem;
    padding: .75rem 1rem;
    border: 1px solid #e3e6ea;
    border-radius: 6px;
    background: #f8f9fb;
}

.sas-team-links__label {
    display: block;
    margin-bottom: .35rem;
    font-size: .85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .04em;
    color: #55606d;
}

.sas-team-links__list {
    display: flex;
    flex-wrap: wrap;
    gap: .35rem 1.5rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sas-team-links__item {
    margin: 0;
}

.sas-team-links__team {
    font-weight: 700;
}

.sas-team-links__next {
    margin-left: .4rem;
    font-size: .9rem;
    white-space: nowrap;
}

@media (max-width: 480px) {
    .sas-team-links__list {
        flex-direction: column;
    }
}
