.home-team-spotlight__role {
    margin-bottom: 14px;
}

.home-team-spotlight__social {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 24px;
}

.home-team-spotlight__social a {
    align-items: center;
    border: 1px solid rgba(0, 101, 121, .25);
    border-radius: 999px;
    color: var(--teal);
    display: inline-flex;
    font-size: 13px;
    font-weight: 800;
    gap: 8px;
    min-height: 42px;
    padding: 7px 14px;
    transition: background .25s ease, border-color .25s ease, color .25s ease, transform .25s ease;
}

.home-team-spotlight__social a span {
    align-items: center;
    background: var(--teal);
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    font-family: Arial, sans-serif;
    font-size: 12px;
    height: 25px;
    justify-content: center;
    line-height: 1;
    text-transform: none;
    width: 25px;
}

.home-team-spotlight__social a:hover,
.home-team-spotlight__social a:focus-visible {
    background: var(--teal);
    border-color: var(--teal);
    color: #fff;
    transform: translateY(-2px);
}

.home-team-spotlight__social a:hover span,
.home-team-spotlight__social a:focus-visible span {
    background: #fff;
    color: var(--teal);
}
