/* ==========================================================
   AO VIVO
========================================================== */

.live-section {
    padding: 90px 0;

    background:
        linear-gradient(
            180deg,
            #f5f7fa 0%,
            #ffffff 100%
        );
}

.live-heading {
    margin-bottom: 42px;
}


/* ==========================================================
   PLAYER
========================================================== */

.live-player-card {
    height: 100%;

    overflow: hidden;

    background: #111;

    border-radius: 20px;

    box-shadow:
        0 20px 50px rgba(0,0,0,.12);
}

.live-player {
    position: relative;

    aspect-ratio: 16 / 9;

    background: #101010;
}

.live-player iframe {
    position: absolute;

    inset: 0;

    width: 100%;
    height: 100%;

    border: 0;
}


/* ==========================================================
   PLACEHOLDER
========================================================== */

.live-placeholder {
    position: absolute;

    inset: 0;

    display: flex;

    flex-direction: column;

    align-items: center;
    justify-content: center;

    padding: 30px;

    text-align: center;

    color: #fff;

    background:
        radial-gradient(
            circle at center,
            #243c5d 0,
            #101a29 70%
        );
}

.live-placeholder-icon {
    width: 70px;
    height: 70px;

    display: flex;

    align-items: center;
    justify-content: center;

    margin-bottom: 18px;

    border-radius: 50%;

    background: rgba(255,255,255,.08);

    color: var(--secondary);

    font-size: 1.7rem;
}

.live-status-label {
    margin-bottom: 8px;

    color: var(--secondary);

    font-size: .75rem;
    font-weight: 700;

    letter-spacing: .12em;

    text-transform: uppercase;
}

.live-placeholder h3 {
    margin: 0;

    font-family: 'Lora', serif;

    font-size: 1.8rem;
}

.live-placeholder p {
    margin: 8px 0 0;

    color: rgba(255,255,255,.7);
}


/* ==========================================================
   INFORMAÇÕES
========================================================== */

.live-player-info {
    min-height: 78px;

    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 20px;

    padding: 15px 22px;

    background: #fff;
}

.live-platform {
    display: block;

    margin-bottom: 4px;

    color: #d32f2f;

    font-size: .72rem;
    font-weight: 600;

    text-transform: uppercase;
}

.live-platform i {
    margin-right: 4px;
}

.live-player-info h3 {
    margin: 0;

    color: var(--primary);

    font-family: 'Lora', serif;

    font-size: 1.1rem;
}

.live-now {
    display: inline-flex;

    align-items: center;

    gap: 7px;

    flex-shrink: 0;

    padding: 6px 10px;

    border-radius: 30px;

    background: #fff0f1;

    color: #b4232f;

    font-size: .7rem;
    font-weight: 700;
}


/* ==========================================================
   LATERAL
========================================================== */

.live-sidebar {
    height: 100%;

    display: flex;

    flex-direction: column;

    gap: 15px;
}

.live-status-card {
    flex: 1;

    padding: 30px;

    border-radius: 20px;

    background: var(--primary);

    color: #fff;
}

.live-status {
    display: inline-flex;

    align-items: center;

    gap: 7px;

    margin-bottom: 15px;

    color: rgba(255,255,255,.72);

    font-size: .72rem;
    font-weight: 700;

    letter-spacing: .08em;

    text-transform: uppercase;
}

.live-status.active {
    color: #fff;
}

.live-status-card h3 {
    margin: 0;

    font-family: 'Lora', serif;

    font-size: 1.65rem;
}

.live-status-card p {
    margin: 12px 0 25px;

    color: rgba(255,255,255,.72);

    font-size: .9rem;

    line-height: 1.6;
}

.live-status-card .btn-outline-primary {
    border-color: rgba(255,255,255,.5);

    color: #fff;
}

.live-status-card .btn-outline-primary:hover {
    background: #fff;

    border-color: #fff;

    color: var(--primary);
}


/* ==========================================================
   INFORMAÇÕES DA PRÓXIMA TRANSMISSÃO
========================================================== */

.live-info-card {
    padding: 8px 22px;

    background: #fff;

    border-radius: 18px;

    border: 1px solid #e7ebf0;
}

.live-info-item {
    display: flex;

    align-items: center;

    gap: 13px;

    padding: 14px 0;

    border-bottom: 1px solid #edf0f3;
}

.live-info-item:last-child {
    border-bottom: 0;
}

.live-info-item > i {
    width: 38px;
    height: 38px;

    display: flex;

    align-items: center;
    justify-content: center;

    flex-shrink: 0;

    border-radius: 10px;

    background: #f2f5f9;

    color: var(--primary);
}

.live-info-item div {
    display: flex;

    flex-direction: column;
}

.live-info-item small {
    color: var(--muted);

    font-size: .7rem;
}

.live-info-item strong {
    color: var(--text);

    font-size: .85rem;
}


/* ==========================================================
   PRÓXIMAS TRANSMISSÕES
========================================================== */

.next-live-wrapper {
    margin-top: 55px;
}

.next-live-header {
    display: flex;

    align-items: end;
    justify-content: space-between;

    margin-bottom: 22px;
}

.next-live-header h3 {
    margin: 0;

    color: var(--primary);

    font-family: 'Lora', serif;

    font-size: 1.7rem;
}

.next-live-header > a {
    color: var(--primary);

    font-size: .85rem;
    font-weight: 600;

    text-decoration: none;
}

.next-live-header > a:hover {
    color: var(--secondary);
}


/* ==========================================================
   CARD PRÓXIMA TRANSMISSÃO
========================================================== */

.next-live-card {
    min-height: 100px;

    display: flex;

    align-items: center;

    gap: 15px;

    padding: 15px 17px;

    background: #fff;

    border: 1px solid #e7ebf0;

    border-radius: 15px;

    color: var(--text);

    text-decoration: none;

    transition:
        transform .2s ease,
        box-shadow .2s ease;
}

.next-live-card:hover {
    color: var(--text);

    transform: translateY(-3px);

    box-shadow:
        0 10px 30px rgba(0,0,0,.07);
}

.next-live-date {
    width: 55px;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    flex-shrink: 0;

    padding: 6px;

    border-radius: 10px;

    background: #f3f6fa;

    text-align: center;
}

.next-live-date span {
    color: var(--muted);

    font-size: .62rem;

    text-transform: uppercase;
}

.next-live-date strong {
    color: var(--primary);

    font-size: 1.35rem;

    line-height: 1.1;
}

.next-live-date small {
    color: var(--muted);

    font-size: .6rem;

    text-transform: uppercase;
}

.next-live-content {
    flex: 1;
}

.next-live-content > span {
    color: var(--secondary);

    font-size: .72rem;
    font-weight: 700;
}

.next-live-content h4 {
    margin: 3px 0 0;

    color: var(--primary);

    font-family: 'Lora', serif;

    font-size: .98rem;
}

.next-live-card > i {
    color: var(--muted);
}


/* ==========================================================
   RESPONSIVO
========================================================== */

@media (max-width: 991.98px) {

    .live-section {
        padding: 70px 0;
    }

    .live-status-card {
        padding: 25px;
    }

}

@media (max-width: 767.98px) {

    .live-section {
        padding: 60px 0;
    }

    .live-player-info {
        align-items: flex-start;

        flex-direction: column;

        gap: 10px;
    }

    .live-now {
        align-self: flex-start;
    }

    .next-live-header {
        align-items: flex-start;

        flex-direction: column;

        gap: 10px;
    }

}

@media (max-width: 575.98px) {

    .live-placeholder h3 {
        font-size: 1.4rem;
    }

    .next-live-card {
        min-height: 85px;
    }

}