

.c5-wrap {
    font-family: "CNN Sans Display", "CNN Sans", Figtree, "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #fff;
    color: #111827;
    -webkit-font-smoothing: antialiased;
}

.c5-container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
}

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

.c5-header {
    background-color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    position: sticky;
    top: 0;
    z-index: 50;
}

.c5-header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    height: 58px;
}

.c5-header-left {
    display: flex;
    align-items: center;
    min-width: 0;
}

.c5-menu-button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 30px;
    padding: 4px 0;
    flex-shrink: 0;
    cursor: pointer;
}

.c5-menu-button:hover span {
    background-color: #CC0000;
}

.c5-menu-button span {
    display: block;
    width: 26px;
    height: 2px;
    background-color: #000;
    border-radius: 2px;
}

.c5-logo {
    display: flex;
    align-items: center;
    text-decoration: none;
    margin-left: 20px;
    margin-right: 26px;
    flex-shrink: 0;
}

.c5-logo img {
    width: 56px;
    height: auto;
    display: block;
}

.c5-logo-section {
    font-size: 21px;
    font-weight: 700;
    color: #000;
    line-height: 1;
    margin-left: 5px;
    letter-spacing: -0.2px;
}

.c5-nav {
    display: none;
    align-items: center;
    gap: 26px;
    white-space: nowrap;
}

.c5-nav > span {
    color: #000;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: -0.1px;
    cursor: pointer;
    transition: color 0.2s ease-in-out;
}

.c5-nav > span:hover {
    color: #CC0000;
}

.c5-header-right {
    display: flex;
    align-items: center;
    gap: 22px;
    flex-shrink: 0;
}

.c5-header-action {
    display: none;
    align-items: center;
    gap: 7px;
    color: #000;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap;
}

.c5-icon {
    width: 19px;
    height: 19px;
    display: block;
    flex-shrink: 0;
}

.c5-red-dot {
    width: 8px;
    height: 8px;
    border-radius: 9999px;
    background-color: #CC0000;
    display: inline-block;
    flex-shrink: 0;
}

.c5-search-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    padding: 0;
    border-radius: 9999px;
    background-color: transparent;
    cursor: pointer;
    transition: background-color 0.2s;
}

.c5-search-button:hover {
    background-color: #f3f4f6;
}

.c5-search-button .c5-icon {
    width: 20px;
    height: 20px;
    color: #000;
}

.c5-signin {
    display: none;
    align-items: center;
    padding: 7px 16px;
    color: #000;
    font-weight: 700;
    font-size: 15px;
    border: 1px solid #ccc;
    border-radius: 8px;
    background: #fff;
    white-space: nowrap;
    cursor: pointer;
    transition: background-color 0.2s;
}

.c5-signin:hover {
    background-color: #f2f2f2;
}

.c5-thick-line {
    height: 3px;
    background-color: #000;
    width: 100%;
}

.c5-hero {
    font-family: "CNN Sans Display", "CNN Sans", Figtree, "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding-top: 0.5rem;
}

.c5-hero-content {
    max-width: 1200px;
    margin: auto;
}

.c5-hero-content h1 {
    font-family: "CNN Sans Display", "CNN Sans", Figtree, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.6rem !important;
    font-weight: bold;
    line-height: 1.25;
    margin-top: 0;
    margin-bottom: 0.75rem;
    color: #1f2937;
}

.c5-headline-image {
    margin: 0;
    font-size: 0;
    line-height: 0;
}

.c5-headline-image img {
    display: block;
    width: 100%;
    max-width: var(--c5-headline-w, 520px);
    height: auto;
    margin-left: auto;
    margin-right: auto;
    border: 0;
    outline: 0;
    box-shadow: none;
}

@media (max-width: 767.98px) {
    .c5-headline-image {
        margin-left: -1rem;
        margin-right: -1rem;
    }

    .c5-headline-image img {
        max-width: none;
    }
}

.c5-video-container {

    width: 100%;
    max-width: var(--c5-video-w, 400px);
    margin-left: auto;
    margin-right: auto;
    background-color: #f9fafb;
    border-radius: 0.75rem;
    overflow: hidden;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
    margin-bottom: 2rem;
}

.c5-video-header {
    background-color: #dc2626;
    padding: 0.7rem 0.9rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
}

.c5-video-header-left {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.c5-video-header-left svg {
    width: 1.25rem;
    height: 1.25rem;
}

.c5-video-header-left span {
    font-weight: 600;
    font-size: 0.9rem;
}

.c5-watch-now {
    background-color: rgba(0, 0, 0, 0.3);
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.25rem 0.75rem;
    border-radius: 0.25rem;
}

.c5-player {
    position: relative;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.c5-video-footer {
    padding: 0.85rem 1rem;
    border-top: 1px solid #e5e7eb;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.c5-live {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #dc2626;
    font-weight: 600;
    font-size: 0.875rem;
}

.c5-live-dot,
.c5-warning-dot {
    width: 0.5rem;
    height: 0.5rem;
    background-color: #dc2626;
    border-radius: 9999px;
    animation: c5pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.c5-recording {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #dc2626;
    font-size: 0.75rem;
    font-weight: 600;
}

@keyframes c5pulse {
    50% {
        opacity: 0.5;
    }
}

@media (min-width: 992px) {
    .c5-header-action,
    .c5-signin {
        display: flex;
    }

    .c5-mobile-menu {
        display: none !important;
    }
}

@media (min-width: 1120px) {
    .c5-nav {
        display: flex;
    }
}

@media (min-width: 768px) {
    .c5-hero-content h1 {
        font-size: 1.875rem !important;
    }
}
