<style>
.v28-live-source {
    background: #1f2427;
    border: 1px solid #2d3337;
    border-radius: 6px;
    overflow: hidden;
    margin: 12px 0;
}

.v28-live-source__title {
    display: flex;
    align-items: center;
    gap: 6px;
    height: 50px;
    padding: 0 18px;
    margin: 0;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    border-bottom: 1px solid #343a3f;
}

.v28-live-source__icon {
    position: relative;
    width: 20px;
    height: 20px;
    border: 2px solid #ff3b5c;
    border-radius: 50%;
    box-sizing: border-box;
}

.v28-live-source__icon::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 6px;
    height: 6px;
    background: #ff3b5c;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.v28-live-source__icon::after {
    content: "";
    position: absolute;
    right: -6px;
    top: 5px;
    width: 2px;
    height: 8px;
    background: #ff3b5c;
    border-radius: 2px;
}

.v28-live-source__links {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    padding: 14px 18px 16px;
    margin: 0;
    list-style: none;
}

.v28-live-source__links li {
    margin: 0;
    padding: 0;
}

.v28-live-source__links a {
    display: block;
    min-width: 124px;
    height: 38px;
    line-height: 38px;
    padding: 0 18px;
    background: #ff3f5f;
    color: #ffffff;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.v28-live-source__links a:hover {
    background: #ff2f52;
    color: #ffffff;
}
</style>