/* ===========================
   PODCAST CARBO NEWS
=========================== */

.podcast-page{

    width:100%;
    max-width:1400px;
    margin:50px auto;
    padding:0 20px;

}

.podcast-header{

    text-align:center;
    margin-bottom:35px;

}

.podcast-header h1{

    font-size:46px;
    color:#21409a;
    font-weight:800;

}

.live-badge{

    display:inline-block;

    background:#d90429;

    color:#fff;

    padding:8px 18px;

    border-radius:50px;

    font-size:14px;

    font-weight:700;

    letter-spacing:.5px;

    margin-bottom:20px;

}

.podcast-live{

    background:#fff;

    border-radius:18px;

    box-shadow:0 10px 35px rgba(0,0,0,.08);

    padding:35px;
	width:100%;
}

.podcast-live h2{

    font-size:34px;

    margin-bottom:15px;

}

.podcast-live p{

    font-size:19px;

    color:#555;

    line-height:1.7;

}

.podcast-player{

    margin:35px 0;

    position:relative;

    padding-bottom:70%;

    height:0;

    overflow:hidden;

    border-radius:15px;

}

.podcast-player iframe{

    position:absolute;

    width:100%;

    height:100%;

    left:0;

    top:0;

    border:0;

}

.youtube-button{

    display:inline-block;

    background:#21409a;

    color:#fff;

    text-decoration:none;

    padding:16px 32px;

    border-radius:8px;

    font-weight:700;

    transition:.3s;

}

.youtube-button:hover{

    background:#17327d;

    color:#fff;

}

.podcast-offline{

    background:#fff;

    border-radius:18px;

    padding:60px;

    text-align:center;

    box-shadow:0 10px 35px rgba(0,0,0,.08);

}

.podcast-offline h2{

    font-size:34px;

    margin-bottom:20px;

}

.podcast-offline p{

    font-size:20px;

    color:#666;

}

.podcast-layout{

    display:grid;

    grid-template-columns:1fr 320px;

    gap:40px;

    align-items:start;

}

/* ===========================
   CHAT DO YOUTUBE
=========================== */

.podcast-comments{

    margin-top:40px;

    border-radius:15px;

    overflow:hidden;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

}

.podcast-comments iframe{

    width:100%;

    height:650px;

    border:0;

}

.facebook-live-card{

    background:#fff;

    border:1px solid #e5e5e5;

    border-radius:14px;

    padding:45px;

    text-align:center;

    box-shadow:0 5px 25px rgba(0,0,0,.08);

}

.facebook-icon{

    font-size:70px;

    margin-bottom:15px;

}

.facebook-live-card h3{

    font-size:30px;

    margin-bottom:15px;

}

.facebook-live-card p{

    color:#666;

    font-size:18px;

    margin-bottom:30px;

}

.live-button{

    display:inline-block;

    padding:16px 35px;

    border-radius:8px;

    text-decoration:none;

    color:#fff;

    font-weight:bold;

    font-size:18px;

    transition:.3s;

}

.live-button.youtube{

    background:#FF0000;

}

.live-button.facebook{

    background:#1877F2;

}

.live-button:hover{

    opacity:.9;

    transform:translateY(-2px);

}

.podcast-actions{

    text-align:center;

    margin:25px 0;

}

/* MOBILE */

@media(max-width:768px){

.podcast-page{

    margin:20px auto;

}

.podcast-header h1{

    font-size:32px;

}

.podcast-live{

    padding:20px;

}

.podcast-live h2{

    font-size:26px;

}

.podcast-live p{

    font-size:17px;

}

.youtube-button{

    width:100%;

    text-align:center;

}
    
        .podcast-layout{

        grid-template-columns:1fr;

    }

}