.elementor-20018 .elementor-element.elementor-element-d8d0147{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}.elementor-20018 .elementor-element.elementor-element-1bb39e8 .elementor-heading-title{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );text-transform:var( --e-global-typography-secondary-text-transform );font-style:var( --e-global-typography-secondary-font-style );text-decoration:var( --e-global-typography-secondary-text-decoration );line-height:var( --e-global-typography-secondary-line-height );letter-spacing:var( --e-global-typography-secondary-letter-spacing );word-spacing:var( --e-global-typography-secondary-word-spacing );}@media(max-width:1024px){.elementor-20018 .elementor-element.elementor-element-1bb39e8 .elementor-heading-title{font-size:var( --e-global-typography-secondary-font-size );line-height:var( --e-global-typography-secondary-line-height );letter-spacing:var( --e-global-typography-secondary-letter-spacing );word-spacing:var( --e-global-typography-secondary-word-spacing );}}@media(max-width:700px){.elementor-20018 .elementor-element.elementor-element-1bb39e8 .elementor-heading-title{font-size:var( --e-global-typography-secondary-font-size );line-height:var( --e-global-typography-secondary-line-height );letter-spacing:var( --e-global-typography-secondary-letter-spacing );word-spacing:var( --e-global-typography-secondary-word-spacing );}}/* Start custom CSS */.cubo-episodes { display: flex; flex-direction: column; gap: 56px; }

.cubo-episode {
    display: grid;
    grid-template-columns: 65% 30%;
    gap: 40px;
    align-items: start;
    border-top: 1px solid #16160E;
    padding-top: 32px;
}

.cubo-episode-text { display: flex; flex-direction: column; }

.cubo-ep-num {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .12em;
    color: #888;
    margin-bottom: 8px;
}

.cubo-episode h3 {
    font-family: var(--e-global-typography-primary-font-family);
    font-weight: var(--e-global-typography-primary-font-weight);
    font-size: 28px;
    line-height: 1.3;
    margin: 0 0 20px;
    color: #16160E;
}

.cubo-desc { font-size: 15px; line-height: 1.75; }

.cubo-embed { aspect-ratio: 9/16; width: 100%; }
.cubo-embed iframe { width: 100%; height: 100%; border: none; }

@media (max-width: 700px) {
    .cubo-episode { grid-template-columns: 1fr; }
    .cubo-embed { max-width: 300px; margin: 0 auto; }
}

.cubo-player {
    position: relative;
    cursor: pointer;
    aspect-ratio: 9/16;
    overflow: hidden;
    border-radius: 8px;
}

.cubo-player img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.cubo-player iframe {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    border: none;
}/* End custom CSS */