.art-livetv-widget {
    overflow: hidden;
    border: none;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    overflow: hidden;
	margin-bottom: 20px;
}
.art-livetv-widget .art-livetv-header {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #111;
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    padding: 11px 14px;
    letter-spacing: 0.3px;
}
.art-livetv-widget .art-livetv-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #ff3b3b;
    flex-shrink: 0;
    box-shadow: 0 0 0 0 rgba(255, 59, 59, 0.6);
    animation: livetv-pulse 1.4s ease-in-out infinite;
}
.art-livetv-widget .art-livetv-badge {
    margin-left: auto;
    background: #ff3b3b;
    color: #fff;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 1px;
    padding: 2px 8px;
    border-radius: 3px;
}
.art-livetv-widget .art-livetv-player {
    background: #000;
}
.art-livetv-widget .art-livetv-frame-wrap {
    position: relative;
    width: 100%;
	min-height: 250px;
    *padding-top: 56.25%;
    background: #000;
}
.art-livetv-widget .art-livetv-frame-wrap iframe {
    position: absolute;
    inset: 0;
    width: 100%;
	min-height: 250px; 
    height: 100%;
    border: none;
    display: block;
}
.art-livetv-widget .art-livetv-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 12px;
    background: #1a1a1a;
}
.art-livetv-widget .art-livetv-channel {
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 6px;
}
.art-livetv-widget .art-livetv-fullbtn {
    font-size: 12px;
    font-weight: 700;
    color: #299deb;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: color 0.2s;
}
.art-livetv-widget .icon{
	width: 18px;
	height: 18px; 
}