/* Fox News Inspired Styles */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

.fox-news-header {
    background-color: #003366;
    color: #ffffff;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
    margin: 0;
    box-sizing: border-box;
}

body, html {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    height: 100% !important;
    overflow-x: hidden !important;
    max-width: 100vw !important;
    background: #ffffff;
}

.pageWrapper {
    width: 100% !important;
    max-width: 100vw !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
    position: relative !important;
    background: #ffffff;
}

.viewer-count-banner {
    background-color: #003366;  /* Fox News navy blue */
    color: rgba(255, 255, 255, 0.95);
    padding: 8px 15px;
    text-align: center;
    font-family: 'Helvetica Neue', Arial, sans-serif;  /* Fox News font */
    font-size: 13px;
    font-weight: 500;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 2px solid #CC0000;  /* Fox News red border */
    text-transform: uppercase;
    letter-spacing: 0.2px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

#viewerCount {
    font-weight: 700;
    color: #CC0000;  /* Fox News red */
    font-size: 14px;
    display: inline-block;
    position: relative;
    padding: 0 2px;
}

#viewerCount::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #CC0000;
    opacity: 0.4;
}

.main-headline {
    padding: 20px;
    text-align: center;
    background: #ffffff;
    border-bottom: 1px solid #e5e5e5;
    width: 100%;
    box-sizing: border-box;
}

.fox-headline-text {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 38px;
    line-height: 1.2;
    font-weight: 900;
    color: #1B1B1B;
    margin: 0 auto;
    max-width: 900px;
}

.fox-headline-text .highlight {
    color: #CC0000;
}

@media (max-width: 768px) {
    .fox-headline-text {
        font-size: 28px;
    }
}

@media (max-width: 768px) {
    .viewer-count-banner {
        padding: 8px 15px;
        font-size: 14px;
    }
    
    .main-headline {
        padding: 15px 12px;
    }
    
    .main-headline h1 {
        font-size: 24px;
    }
}

@media (max-width: 480px) {
    .viewer-count-banner {
        padding: 6px 10px;
        font-size: 13px;
    }
    
    .main-headline {
        padding: 12px 10px;
    }
    
    .main-headline h1 {
        font-size: 22px;
    }
}

.video-wrapper {
    width: 100%;
    max-width: 100vw;
    background-image: url('https://images.converteai.net/38f41636-dd88-4873-8770-6c5e5814bab0/players/6894ef441f513ac9ac25f456/thumbnail.jpg');
    background-size: cover;
    background-position: center;
    margin: 0;
    padding: 20px;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.video-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    z-index: 1;
}

.video-wrapper > div {
    width: 100%;
    max-width: 980px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.15);
    position: relative;
    z-index: 2;
}

.header-text {
    text-align: center;
    flex-grow: 1;
}

.header-text h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 24px;
    margin: 0;
    color: #ffffff;
}

.header-text h2 strong {
    font-weight: 700;
}

.header-text h2 span {
    color: #c20017;
}

.live-now {
    background-color: #c20017;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 9999px;
    font-size: 12px;
    margin-left: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 4px rgba(194, 0, 23, 0.3);
    min-width: 45px;
    text-align: center;
    animation: pillPulse 2s ease-in-out infinite;
}

.hamburger-menu {
    display: none;
    width: 24px;
    height: 24px;
    position: relative;
    cursor: pointer;
}

.hamburger-menu span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #ffffff;
    margin: 5px 0;
    transition: 0.3s;
}

@keyframes pillPulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}

@keyframes livePulse {
    0%, 100% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.6;
        transform: scale(1.2);
    }
}

/* Make video flush with header and footer */
.fox-news-header {
    margin-bottom: 0;
    border-bottom: none;
}

.video-wrapper {
    margin: 0 !important;
    padding: 0 !important;
}

.video-wrapper section {
    margin: 0 !important;
    padding: 0 !important;
}

.video-wrapper div {
    margin: 0 !important;
}

.container, .container-fluid {
    width: 100% !important;
    max-width: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.row {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
}

/* Vturb Player Responsive Styles */
.video-player-wrapper {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    min-height: 360px;
    background: #000;
}

vturb-smartplayer {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

/* Override any conflicting styles from style.css */
.video-container {
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    overflow: visible;
    background: #000;
}

/* Remove any potential spacing */
.col, .col-12, [class^="col-"] {
    padding: 0 !important;
    margin: 0 !important;
}

.fox-headline-container {
    padding: 12px 16px;
    background-color: #ffffff;
    border-bottom: 1px solid #e5e5e5;
}

.fox-timestamp {
    font-family: 'Roboto', sans-serif;
    font-size: 11px;
    color: #666666;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.fox-timestamp::before {
    content: "•";
    color: #c20017;
    font-size: 16px;
    line-height: 0;
}

.fox-headline {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #121212;
    margin: 0 0 6px 0;
    line-height: 1.2;
}

.fox-subheadline {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    color: #666666;
    line-height: 1.3;
    margin: 0;
}

@media (max-width: 768px) {
    .fox-headline {
        font-size: 18px;
    }
    
    .fox-subheadline {
        font-size: 13px;
    }
}

/* Force full-width video container */
.video-wrapper,
.video-container,
.video-player-wrapper,
vturb-smartplayer {
    box-sizing: border-box !important;
}

/* Ensure Bootstrap container doesn't limit width */
.video-wrapper .container,
.video-wrapper .container-fluid {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* Responsive styles */
@media (max-width: 768px) {
    .fox-news-header {
        flex-direction: row;
        padding: 10px;
        position: relative;
    }

    .hamburger-menu {
        display: block;
        margin-right: 15px;
    }

    .header-text {
        flex: 1;
    }

    .header-text h2 {
        font-size: 16px;
        text-align: left;
        padding-right: 10px;
    }

    .live-now {
        font-size: 11px;
        padding: 3px 10px;
        position: absolute;
        top: 10px;
        right: 10px;
    }
    
    /* Ensure video fills width on mobile */
    vturb-smartplayer {
        width: 100vw !important;
        position: relative !important;
        left: 50% !important;
        right: 50% !important;
        margin-left: -50vw !important;
        margin-right: -50vw !important;
    }
}

@media (max-width: 480px) {
    .header-text h2 {
        font-size: 16px;
    }

    .live-now {
        font-size: 12px;
        padding: 5px 10px;
    }
}

/* Fluid Layout Styles */
.show-on-call-action {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
}

.container {
    width: 100%;
    padding: 0;
    margin: 0 auto;
}

.row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    width: 100%;
    margin: 0;
}

.col-12, .col-md-4 {
    flex: 1 1 300px;
    max-width: 350px;
}

@media (max-width: 768px) {
    .row {
        flex-direction: column;
        align-items: center;
    }
}

.references-title {
    font-size: 15px;
    font-weight: 600;
    color: #7a7a7a;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.references-grid {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 1100px;
    margin: 0 auto;
}

.reference-item img {
    max-height: 42px;
    width: auto;
    object-fit: contain;
    opacity: 0.8;
}

@media (max-width: 768px) {
    .references-grid {
        gap: 20px;
    }

    .reference-item img {
        max-height: 32px;
    }
}

/* Footer Styles */
.site-footer {
    background-color: #1a1a1a;
    color: #a0a0a0;
    padding: 35px 25px;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 14px;
    line-height: 1.6;
    border-top: 1px solid #333333;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    gap: 20px;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    flex: 1 1 300px;
    justify-content: center;
}

.footer-links a {
    color: #d4d4d4;
    text-decoration: none;
    transition: color 0.2s ease-in-out;
}

.footer-links a:hover {
    color: #ffffff;
}

.footer-disclaimer {
    flex: 2 1 500px;
    font-size: 13px;
    text-align: justify;
}

.footer-disclaimer p {
    margin: 0;
}

@media (max-width: 768px) {
    .footer-container {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer-links {
        margin-bottom: 20px;
    }
    
    .footer-disclaimer {
        text-align: center;
    }
}
