.stations-live-multiplex {
    margin: 1rem 0;
}

.stations-live-multiplex__title {
    margin: 0 0 0.5rem;
}

.stations-live-multiplex__stations {
    list-style: none;
    padding: 0;
    margin: 0;
}

.stations-live-station {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 0;
    border-bottom: 1px solid #e5e5e5;
}

.stations-live-station:last-child {
    border-bottom: none;
}

.stations-live-station__logo {
    width: 40px;
    height: 40px;
    object-fit: contain;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding: 2px;
}

.stations-live-station__name {
    font-weight: 600;
}

.stations-live-station__link {
    font-size: 0.875rem;
}

.stations-live-station__name-link {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    text-decoration: underline;
}

.stations-live-multiplex__updated {
    margin: 0.5rem 0 0;
    font-size: 0.875rem;
    color: #646970;
}
