.p4g-livedirect-nav-tab {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    max-width: min(22rem, 42vw);
    min-height: 34px;
    padding: 0.35rem 0.75rem 0.35rem 0.65rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.1);
    color: #f7f1ea;
    text-decoration: none;
    transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.p4g-livedirect-nav-tab:hover,
.p4g-livedirect-nav-tab:focus-visible {
    color: #fff;
    background: rgba(255, 255, 255, 0.18);
    border-color: rgba(255, 255, 255, 0.28);
    transform: translateY(-1px);
}

.p4g-livedirect-nav-tab.is-current {
    border-color: rgba(245, 158, 11, 0.55);
    box-shadow: 0 0 0 1px rgba(245, 158, 11, 0.25);
}

.p4g-livedirect-nav-tab--live {
    border-color: rgba(220, 38, 38, 0.45);
    background: rgba(220, 38, 38, 0.18);
}

.p4g-livedirect-nav-tab--live:hover,
.p4g-livedirect-nav-tab--live:focus-visible {
    background: rgba(220, 38, 38, 0.28);
}

.p4g-livedirect-nav-tab__kicker {
    flex: 0 0 auto;
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    opacity: 0.92;
}

.p4g-livedirect-nav-tab__title {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.p4g-livedirect-nav-tab__live-dot {
    flex: 0 0 auto;
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 50%;
    background: #ef4444;
    box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.55);
    animation: p4g-livedirect-nav-pulse 1.6s ease-out infinite;
}

@keyframes p4g-livedirect-nav-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.55);
    }
    70% {
        box-shadow: 0 0 0 8px rgba(239, 68, 68, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(239, 68, 68, 0);
    }
}

.header-brand {
    gap: 0.65rem;
    flex-wrap: nowrap;
    max-width: min(100%, 720px);
}

.p4g-livedirect-nav-tab--header {
    margin-left: 0.15rem;
}

@media (max-width: 1024px) {
    .p4g-livedirect-nav-tab--header {
        display: none;
    }
}

.p4g-livedirect-drawer-promo {
    padding: 0 0 0.85rem;
    margin-bottom: 0.85rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.p4g-livedirect-nav-tab--drawer {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.2rem;
    width: 100%;
    max-width: none;
    border-radius: 14px;
    padding: 0.85rem 0.95rem;
}

.p4g-livedirect-nav-tab--drawer .p4g-livedirect-nav-tab__title {
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 0.95rem;
}

.p4g-livedirect-nav-tab--drawer .p4g-livedirect-nav-tab__status {
    font-size: 0.72rem;
    font-weight: 600;
    opacity: 0.85;
}

@media (min-width: 1025px) {
    .p4g-livedirect-drawer-promo {
        display: none;
    }
}
