.gka-livestreaming-history {
    --gkalsh-tab-active-bg: #38bdf8;
    --gkalsh-tab-active-color: #ffffff;
    --gkalsh-tab-inactive-bg: #f3f4f6;
    --gkalsh-tab-inactive-color: #6b7280;
    --gkalsh-tab-border: #e5e7eb;
    margin-bottom: 2.5rem;
}

.gka-livestreaming-history__video {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background-color: #000;
}

.gka-livestreaming-history__video lite-youtube {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    aspect-ratio: unset;
    contain: content;
}

.gka-livestreaming-history__video lite-youtube::before {
    content: none !important;
    display: none !important;
    padding: 0 !important;
}

.gka-livestreaming-history .sp-tab__nav-tabs {
    gap: 0.25rem;
    border-bottom: 2px solid var(--gkalsh-tab-active-bg);
}

.gka-livestreaming-history .sp-tab__nav-item .sp-tab__nav-link {
    padding: 0.75rem 1.25rem;
    border: 1px solid var(--gkalsh-tab-border);
    border-bottom: none;
    border-radius: 0.375rem 0.375rem 0 0;
    background-color: var(--gkalsh-tab-inactive-bg);
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.gka-livestreaming-history .sp-tab__nav-item .sp-tab__nav-link .sp-tab__tab_title {
    color: var(--gkalsh-tab-inactive-color);
    font-weight: 600;
    transition: color 0.2s ease;
}

.gka-livestreaming-history .sp-tab__nav-item .sp-tab__nav-link:hover:not(.sp-tab__active) {
    background-color: #e5e7eb;
}

.gka-livestreaming-history .sp-tab__nav-item .sp-tab__nav-link:hover:not(.sp-tab__active) .sp-tab__tab_title {
    color: #374151;
}

.gka-livestreaming-history .sp-tab__nav-item .sp-tab__nav-link.sp-tab__active {
    background-color: var(--gkalsh-tab-active-bg);
    border-color: var(--gkalsh-tab-active-bg);
    box-shadow: 0 -2px 8px rgba(56, 189, 248, 0.35);
}

.gka-livestreaming-history .sp-tab__nav-item .sp-tab__nav-link.sp-tab__active .sp-tab__tab_title {
    color: var(--gkalsh-tab-active-color);
    font-weight: 700;
}

.gka-livestreaming-history .sp-tab__tab-content {
    padding-top: 0.75rem;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
}

.gka-livestreaming-history .sp-tab-content {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
}

.gka-livestreaming-history .sp-tab__tab-content > .sp-tab__tab-pane {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
}

.gka-livestreaming-history .sp-tab-content p {
    margin: 0 !important;
    padding: 0 !important;
}

.gka-livestreaming-history .sp-tab__card-header {
    padding: 0.75rem 1rem;
    background-color: var(--gkalsh-tab-inactive-bg);
    color: var(--gkalsh-tab-inactive-color);
    font-weight: 600;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.gka-livestreaming-history span[data-sptoggle="collapse"]:not(.collapsed) .sp-tab__card-header {
    background-color: var(--gkalsh-tab-active-bg);
    color: var(--gkalsh-tab-active-color);
    font-weight: 700;
}

@media (max-width: 767px) {
    .gka-livestreaming-history {
        margin-bottom: 3rem;
    }

    .gka-livestreaming-history .sp-tab__tab-content {
        padding-top: 0.5rem;
    }

    .gka-livestreaming-history [id^="sp-wp-tabs-wrapper_"] > .sp-tab__tab-content > .sp-tab__tab-pane {
        padding: 0 !important;
    }

    .gka-livestreaming-history .sp-tab__card-body {
        padding: 0 !important;
    }
}
