/*Live-Stream*/
.liveStreamTtl {
    --background: #000;
    --border: #000;
    background-color: #000;
    border-color: #000;
    border-style: solid;
    border-width: .0625rem;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 1.75rem;
    padding: .9375rem .9375rem 1.0625rem;
}

.liveStreamList {
    border-top: dotted 3px #7f7f7f;
}

.liveStreamList li {
    padding: 30px 0;
    border-bottom: dotted 3px #7f7f7f;

}

.liveStreamList li:before {
    content: none
}

.liveStreamList h3 {
    background: #ff0000;
    color: #fff;
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    font-size: 1.2rem;
}

.liveStreamList li p {
    margin-top: var(--spacer-xs);
}

.linkArrow {
    padding-left: 1.3rem;
    position: relative;
}

.linkArrow:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #333;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.liveStreamLogoBox{
	border-top: red solid 3px;
	padding: 30px 0 0;	
}