.banner-top {
    float:left;
    width:100%;
}
.banner-top img{
    float:left;
    width:100%;
}
.live-page {
    float:left;
    width:100%;
    display:flex;
    gap:20px;
    margin-top:30px;
}
.left-column {
    flex: 1 1 1015px;
    width: 1015px;
    flex-shrink: 0;

}
.left-column .live-news-wrap {
   padding:20px 10px;
   box-sizing:border-box;
}
.left-column .live-news-wrap:nth-child(even) {
    background:#EFF3F8;
}
.live-news-wrap:nth-child(even) .zoom-in,.live-news-wrap:nth-child(even) .zoom-out {
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width:23px !important;
    height: 23px !important;
}
.live-news-wrap:nth-child(even) .zoom-in:hover,.live-news-wrap:nth-child(even) .zoom-out:hover {
    background: #000;
    color:#fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width:23px !important;
    height: 23px !important;
}
.live-news-wrap:nth-child(even) .end-soc-position .save{
    background:#fff !important;
    padding:0 3px;
    box-sizing:border-box;
}
.right-column {
    flex:1 1 325px;
}
.top-big-title {
    float:left;
    width:100%;
    font-size:32px;
    color:#333;
    text-transform: uppercase;
    font-weight: 700;
}
.live-news-wrap {
    float:left;
    width:100%;
}
.stats-live {
    float:left;
    width:100%;
    margin-top:20px;
    margin-bottom:15px;
    position:relative;
}
.stats-live .news-time {
    background: none !important;
    color: #E94612;
}
.share-icons {
    background: none;
}
.stats-live:after {
    position:absolute;
    content:"";
    top:7px;
    left:130px;
    width:calc(100% - 130px);
    height: 1px;
    background:#333 ;
}
.stats-live .news-time {
    position:relative;
    background: #fff;
    font-weight: bold;
}

.under-title-info {
    margin-bottom:10px;
    margin-top:10px;
}
.stats-wrap {
    font-size: 11px;
}
.news-title {
    float:left;
    width:100%;
    margin-bottom:20px;
    font-size:32px;
    font-weight: 600;
    color:#333;
}
.text-container  p {
    float:left;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0.9em;
    color: #38454d;
    font-size: 16px;
    line-height: 1.5;
}
.all-right-news {
    float:left;
    width:100%;
}
.right-news {
    float:left;
    width:100%;
    padding-left:15px;
    position:relative;
    padding-bottom:15px;
    font-size:16px;
    color:#333;
    font-weight: 600;
    border-bottom:1px solid #C4C4C4;
    padding-top:15px;
}
.right-news:before {
    position:absolute;
    content:"";
    width:5px;
    height: 5px;
    background: #C4C4C4;
    left:0;
    top:20px;
}
.right-banner-wrap {
    float:left;
    width:100%;
    background:#C4C4C4;
    height: 320px;
    margin-top:30px;
    margin-bottom:30px;
}
.share-bttns-b {
    float: left;
    width: 100%;
    display: flex;
    gap: 10px;
    align-items: center;
}
.hash-tag-wrap {
    margin-top:20px;
}
.top-red-ticket {
    float:left;
    width:100%;
    margin-bottom:20px;
    display:flex;
    gap:10px;
    color:#E94612;
    text-transform: uppercase;
    font-weight: bold;
    font-size:16px;
}
.top-red-ticket img {
    width:200px;
    float:left;
}
.right-section .section-title {
    margin-bottom:15px;
}
.all-right-top {
    float:left;
    width:100%;
    display:flex;
    gap:10px;
    flex-direction:column;
    margin-bottom:30px;
}
.right-top {
    float:left;
    width:100%;
    font-size:16px;
    color:#333;
}
.right-news.circle:before {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    background: url(../img/live_circle.svg) no-repeat center;
    left: -3px;
    top: 15px;
    background-size:contain;
}
.player-wrap {
    float:left;
    width:100%;
}
.player-wrap img {
    float:left;
    width:100%;
}

@media screen and (max-width: 1180px) {
    .left-column {
        flex: 1 1 765px;
        width: 765px;
        flex-shrink: 0;
    }
}
@media screen and (max-width: 1024px) {
    .left-column {
        flex: 1 1 100%;
        width: 100%;
        flex-shrink: 0;
    }
    .right-column {
        flex:1 1 100%;
        width:100%;
    }
    .live-page {
        flex-wrap:wrap;
    }
}
@media screen and (max-width: 600px) {
    .top-big-title {
        font-size:23px;
    }
    .news-title {
        font-size:16px;
    }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.video-js .vjs-volume-panel .vjs-volume-horizontal {
    display: block !important;
}

.glightbox-clean .gclose {
    top: 120px !important;
}

.video-wrapper {
    position: relative;
    width: 100%;
}

.video-placeholder {
    position: relative;
    cursor: pointer;
    background: #000;
    transition: all 0.3s ease;
}

.video-placeholder:hover {
    opacity: 0.9;
}

.play-button-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.7);
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.video-placeholder:hover .play-button-overlay {
    transform: translate(-50%, -50%) scale(1.1);
}

.video-placeholder.loading .play-button-overlay {
    opacity: 0.5;
}

.video-player-container {
    width: 100%;
}

.video-js {
    width: 100% !important;
    height: auto !important;
}

.video-js .vjs-big-play-button {
    display: none !important;
}

.audio-placeholder {
    transition: all 0.3s ease;
    float: left;
    width: 100%;
    background: #f5f5f5;
    padding: 15px;
    border-radius: 8px;
    cursor: pointer;
    margin-bottom: 0px;
}

.audio-placeholder:hover {
    background: #e8e8e8 !important;
}

.audio-play-btn {
    display: flex;
    align-items: center;
}

.audio-section {
    margin-top:10px;
    float:left;
    width:100%;
}
.text-container {
    margin-top:15px;
}

#new-content-notification {
    position: fixed !important;
    bottom: 45px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #E94612 0%, #FF6B35 50%, #E94612 100%);
    color: white;
    padding: 9px 20px 9px 20px;
    border-radius: 50px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    letter-spacing: 0.3px;
    box-shadow:
        0 8px 32px rgba(233, 70, 18, 0.4),
        0 4px 16px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
    z-index: 9999;
    display: none;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    animation: slideDown 0.6s ease-out;
    backdrop-filter: blur(10px);
    position: relative;
    overflow: hidden;
    max-height: 72px;
    min-width: 250px;
}

#new-content-notification::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

#new-content-notification:hover::before {
    left: 100%;
}

#new-content-notification:hover {
    background: linear-gradient(135deg, #d63f0f 0%, #e55a35 50%, #d63f0f 100%);
    transform: translateX(-50%) translateY(-3px) scale(1.05);
    box-shadow:
        0 12px 40px rgba(233, 70, 18, 0.5),
        0 8px 24px rgba(0, 0, 0, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
    border-color: rgba(255, 255, 255, 0.3);
}

#new-content-notification:active {
    transform: translateX(-50%) translateY(-1px) scale(1.02);
    transition: all 0.1s ease;
}

#new-content-notification.loading {
    opacity: 0.8;
    pointer-events: none;
    animation: loadingPulse 1.5s ease-in-out infinite;
}

#new-content-notification .notification-icon {
    display: inline-block;
    margin-right: 8px;
    font-size: 16px;
    animation: bounceIcon 2s ease-in-out infinite;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateX(-50%) translateY(-30px) scale(0.9);
    }
    to {
        opacity: 1;
        transform: translateX(-50%) translateY(0) scale(1);
    }
}

@keyframes pulse {
    0% {
        box-shadow:
            0 8px 32px rgba(233, 70, 18, 0.4),
            0 4px 16px rgba(0, 0, 0, 0.1),
            0 0 0 0 rgba(233, 70, 18, 0.7);
        transform: translateX(-50%) scale(1);
    }
    50% {
        box-shadow:
            0 12px 40px rgba(233, 70, 18, 0.6),
            0 6px 24px rgba(0, 0, 0, 0.15),
            0 0 0 10px rgba(233, 70, 18, 0);
        transform: translateX(-50%) scale(1.02);
    }
    100% {
        box-shadow:
            0 8px 32px rgba(233, 70, 18, 0.4),
            0 4px 16px rgba(0, 0, 0, 0.1),
            0 0 0 0 rgba(233, 70, 18, 0);
        transform: translateX(-50%) scale(1);
    }
}

@keyframes loadingPulse {
    0%, 100% {
        opacity: 0.8;
        transform: translateX(-50%) scale(1);
    }
    50% {
        opacity: 0.6;
        transform: translateX(-50%) scale(0.98);
    }
}

@keyframes bounceIcon {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-3px);
    }
    60% {
        transform: translateY(-2px);
    }
}

@keyframes shimmer {
    0% {
        background-position: -200px 0;
    }
    100% {
        background-position: 200px 0;
    }
}

#new-content-notification.pulse {
    animation: pulse 2.5s ease-in-out infinite;
}

#new-content-notification.pulse .notification-icon {
    animation: bounceIcon 2.5s ease-in-out infinite;
}

/* Mobile responsive */
@media (max-width: 768px) {
    #new-content-notification {
        bottom: 55px;
        padding: 14px 18px 14px 18px;
        font-size: 14px;
        border-radius: 40px;
    }

    .live-page {
        margin-top:10px;
    }
}

/* Dark mode support */
@media (prefers-color-scheme: dark) {
    #new-content-notification {
        box-shadow:
            0 8px 32px rgba(233, 70, 18, 0.3),
            0 4px 16px rgba(0, 0, 0, 0.3),
            inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
}
