body {
    font-family: Arial, sans-serif;
}

.contentContainer {
    background: linear-gradient(330deg, rgba(46, 0, 0, 1) 0%, rgba(223, 0, 0, 1) 100%);
    min-height: 100vh;
}

.hidden-xs {
    display: none !important;
}

@media (min-width: 768px) {
    .hidden-xs {
        display: block !important;
    }
}

.visible-xs {
    display: block !important;
}

@media (min-width: 768px) {
    .visible-xs {
        display: none !important;
    }
}

.headerWrapper {
    background: black;
    padding: 10px;
    text-align: center;
    margin: 0 auto;
    color: white;
    font-size: 20px;
}

.headerMessage {
    color: white;
}

.postedDate {
    color: white;
    text-align: center;
    padding: 20px 0;
    font-size: 15px;
    font-weight: 400;
}

.mainHeadline {
    color: white;
    text-align: center;
    font-size: 55px;
    margin: 20px 0;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 30px;
}

.videoWrapper {
    width: 100%;
    position: relative;
    border: 3px solid white;
}

@media (max-width: 768px) {
    .videoWrapper {
        min-height: 100vh;
    }

    .video-js {
        min-height: 100vh !important;
    }

    .vjs-tech {
        min-height: 100vh !important;
    }
}

.newsNetwork {
    background: rgb(0, 37, 71);
    background: linear-gradient(90deg, rgba(0, 37, 71, 1) 0%, rgba(0, 83, 159, 1) 30%, rgba(0, 83, 159, 1) 70%, rgba(0, 37, 71, 1) 100%);
    color: #fff;
    font-size: 8px;
    height: 25px;
    letter-spacing: 0.5em;
    padding-top: 8px;
    text-align: center;
    text-shadow: 1px 1px 1px #000;
}

.lowerThird {
    background-color: #fff;
    border-top: 3px solid #fff;
    color: #000;
    font-size: 16px;
    width: 100%;
}

.lowerThird-container {
    display: flex;
    flex-wrap: wrap;
}

.logo-section {
    width: 150px;
    height: 80px;
    flex-shrink: 0;
}

.logo-section img {
    height: 80px;
    width: 150px;
    border-right: 3px solid #fff;
}

.location-section {
    flex: 1;
    min-width: 200px;
}

#location {
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 50%, rgba(209,209,209,1) 100%);
    font-family: 'Oswald', sans-serif;
    font-size: 32px;
    height: 100%;
    letter-spacing: -0.04em;
    padding-top: 2px;
    text-indent: 10px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    align-content: center;
}

.time-section {
    width: 150px;
    flex-shrink: 0;
}

#time {
    background-color: #d31d00;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 22px;
    height: 100%;
    text-align: center;
    text-shadow: 1px 1px 1px #000;
    width: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.flag-section {
    width: 150px;
    height: 80px;
    flex-shrink: 0;
}

.flag-section img {
    height: 80px;
    width: 150px;
    border-left: 3px solid #fff;
}

.news-section {
    width: 100%;
    height: 25px;
    margin-top: 3px;
}

.time-text {
    position: absolute;
    width: 100%;
    text-align: center;
    opacity: 0;
    transform: translateY(20px);
    transition: all 1s ease;
}

.fade-in {
    opacity: 1;
    transform: translateY(0);
}

.fade-out {
    opacity: 0;
    transform: translateY(-20px);
}

.speaker-message {
    text-align: center;
    color: white;
    font-size: 18px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.playerWrapper {
    position: relative;
    width: 100%;
}

.pause-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 998;
    cursor: pointer;
    display: none;
}

.player-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('vsl-player-pause.jpg');
    background-size: cover;
    background-position: center;
    z-index: 999;
    cursor: pointer;
}

@media (max-width: 768px) {
    .player-overlay {
        background-image: url('vsl-player-pause-vertical.jpg');
    }
}

.resume-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    z-index: 1001;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
    padding: 20px;
}

.resume-overlay h2 {
    font-size: 28px;
    margin-bottom: 30px;
    color: #FFD700;
}

.resume-buttons {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.resume-button {
    background: linear-gradient(135deg, #FFD700, #FFA500);
    border: none;
    padding: 15px 30px;
    border-radius: 25px;
    color: white;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    gap: 15px;
    text-shadow: 
        0 0 1px rgba(0, 0, 0, 0.5),
        0 0 1px rgba(0, 0, 0, 0.5),
        0 0 1px rgba(0, 0, 0, 0.5),
        0 0 1px rgba(0, 0, 0, 0.5),
        0 2px 4px rgba(0, 0, 0, 0.3);
}

.resume-button svg {
    width: 32px;
    height: 32px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    padding: 6px;
    transition: all 0.3s ease;
    border: 2px solid rgba(255, 255, 255, 0.5);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.resume-button:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.resume-button:hover svg {
    background: rgba(255, 255, 255, 0.4);
    border-color: rgba(255, 255, 255, 0.8);
    transform: scale(1.1);
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.3);
}

.unmute-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.65), rgba(255, 165, 0, 0.65));
    padding: 25px 45px;
    border-radius: 15px;
    cursor: pointer;
    z-index: 1000;
    text-align: center;
    color: white;
    font-size: 24px;
    font-weight: bold;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    border: 3px solid rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    text-shadow: 
        0 0 1px white,
        0 0 1px white,
        0 0 1px white,
        0 0 1px white,
        0 2px 4px rgba(0, 0, 0, 0.3);
}

.unmute-overlay svg {
    width: 85px;
    height: 85px;
    background: rgba(255, 255, 255, 0.85);
    border-radius: 50%;
    padding: 20px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.unmute-overlay.hidden {
    display: none;
}

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

[id*="trustbadge-container-"] {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    position: absolute !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    margin: -1px !important;
    padding: 0 !important;
    border: 0 !important;
}

.vjs-remaining-time {
    display: none !important;
}

/* Timeline styles */
.custom-timeline {
    background: rgba(0, 0, 0, 0.8);
    padding: 20px;
    margin-top: 10px;
    border-radius: 8px;
    color: white;
}

.timeline-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.timeline-play-pause {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #FFD700;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.timeline-marker {
    position: relative;
    width: 2px;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
}

.timeline-marker.lead-time {
    width: 4px;
    background: #00FF00;
    height: 120%;
    top: -10%;
}

.timeline-marker::after {
    content: attr(data-time);
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
    white-space: nowrap;
}

.timeline-marker.lead-time::after {
    color: #00FF00;
    font-weight: bold;
    content: "Lead Time";
    font-size: 14px;
}

.footer-bottom-bar {
    background: rgba(0, 0, 0, 0.8);
    color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
    padding: 15px 0;
    position: relative;
    z-index: 1;
    width: 100%;
    left: 0;
    right: 0;
    text-align: center;
}

.footer-bottom-bar .container {
    max-width: 100%;
    padding: 0 15px;
}

.footer-bottom-bar span {
    display: block;
    margin-bottom: 5px;
    text-align: center;
}

.footer-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 20px;
    justify-content: center;
}

.footer-nav li a {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-nav li a:hover {
    color: rgba(255, 255, 255, 0.9);
}

/* Mobile Styles */
@media (max-width: 768px) {
    .headerWrapper {
        font-size: 14px;
        padding: 6px 15px;
    }
    
    .headerMessage {
        padding: 0 10px;
    }
    
    .mainHeadline {
        font-size: 28px;
        padding: 0 12px;
        margin: 12px 0;
        margin-bottom: 20px;
    }
    
    .postedDate {
        font-size: 12px;
        padding: 12px 0;
    }
    
    .lowerThird-container {
        display: flex;
        flex-direction: row;
        height: 50px;
        align-items: center;
    }
    
    .logo-section {
        width: 60px;
        height: 50px;
        border-right: 3px solid #fff;
        flex-shrink: 0;
    }
    
    .logo-section img {
        height: 50px;
        width: 60px;
        margin: 0;
        display: block;
        border-right: none;
    }
    
    .location-section {
        flex: 1;
        height: 50px;
        border-right: 3px solid #fff;
        min-width: 0;
    }
    
    #location {
        font-size: 16px;
        height: 50px;
        text-align: center;
        text-indent: 0;
        padding: 0;
        line-height: 50px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    
    .time-section {
        width: 70px;
        height: 50px;
        flex-shrink: 0;
    }
    
    #time {
        height: 50px;
        font-size: 16px;
        line-height: 50px;
    }
    
    .flag-section {
        display: none;
    }
    
    .news-section {
        width: 100%;
        height: 30px;
        margin-top: 0;
    }

    .newsNetwork {
        font-size: 10px;
        height: 30px;
        padding-top: 10px;
    }
    
    .footer-bottom-bar {
        font-size: 10px;
        padding: 10px 0;
    }
    
    .footer-nav {
        flex-direction: column;
        gap: 5px;
        align-items: center;
    }
    
    .resume-button {
        padding: 10px 20px;
        font-size: 14px;
    }
    
    .resume-button svg {
        width: 24px;
        height: 24px;
        padding: 4px;
    }
}

@media (min-width: 768px) {
    .resume-overlay h2 {
        font-size: 36px;
    }
    .resume-button {
        padding: 20px 40px;
        font-size: 22px;
    }
    .resume-button svg {
        width: 40px;
        height: 40px;
        padding: 8px;
    }
}

@media (min-width: 1200px) {
    .unmute-overlay {
        padding: 60px 120px;
        font-size: 48px;
        border-radius: 35px;
        border-width: 5px;
        background: linear-gradient(135deg, rgba(255, 215, 0, 0.75), rgba(255, 165, 0, 0.75));
    }

    .unmute-overlay svg {
        width: 200px;
        height: 200px;
        padding: 45px;
    }
} 