.elementor-7167 .elementor-element.elementor-element-e80cc7a{--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;}@media(max-width:767px){.elementor-7167 .elementor-element.elementor-element-e80cc7a{--align-items:flex-start;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--margin-top:24px;--margin-bottom:24px;--margin-left:24px;--margin-right:24px;--padding-top:8px;--padding-bottom:8px;--padding-left:8px;--padding-right:8px;}.elementor-7167 .elementor-element.elementor-element-e80cc7a.e-con{--align-self:center;}}/* Start custom CSS for html, class: .elementor-element-5d6b2a3 */.app{
  display:grid;
  grid-template-columns:320px 1fr;
  gap:24px;
  width:100%;
}

/* CARDS */
.card{
  background:#fff;
  border:1px solid #e5e7eb;
  border-radius:16px;
  padding:16px;
}

/* TITULO */
.title{
  font-weight:600;
  margin-bottom:12px;
  display:flex;
  justify-content:space-between;
}

/* BADGE */
.live{
  background:#22c55e;
  color:#fff;
  padding:4px 8px;
  border-radius:6px;
  font-size:11px;
}

/* IFRAME */
iframe{
  width:100%;
  border:none;
  border-radius:10px;
}

/* TAMANHOS */
.main-widget{height:700px;}
.side-widget{height:600px;}
.bottom-widget{height:450px;}

/* BOTÃO */
.btn{
  background:#f97316;
  color:#fff;
  padding:10px;
  border-radius:8px;
  text-decoration:none;
  display:inline-block;
  margin-top:10px;
}

/* CTA */
.cta{
  margin-top:10px;
}

/* VIDEOS */
.videos{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(200px,1fr));
  gap:14px;
}

/* BOTÃO FIXO MOBILE */
.mobile-cta{
  display:none;
}

/* 🔥 MOBILE AJUSTADO (AQUI ESTÁ O SEGREDO) */
@media(max-width: 768px){

  .app{
    display:flex;
    flex-direction:column;
    gap:16px;
    padding:10px;
  }

  /* ORDEM CORRETA */
  main{
    order:1;
  }

  aside{
    order:2;
  }

  /* CARDS FULL */
  .card{
    width:100%;
  }

  /* IFRAME AJUSTADO */
  .main-widget{
    height:420px;
  }

  .side-widget{
    height:300px;
  }

  .bottom-widget{
    height:260px;
  }

  /* BOTÃO MELHOR PRA TOQUE */
  .btn{
    width:100%;
    text-align:center;
    padding:14px;
  }

  /* VIDEOS */
  .videos{
    grid-template-columns:1fr 1fr;
  }

}

/* MOBILE PEQUENO */
@media(max-width:480px){

  .videos{
    grid-template-columns:1fr;
  }

}/* End custom CSS */