
/* FORCE FIX FOR WHATSAPP BACKGROUND */
.mbcta-wrapper { display:none; }

@media (max-width:768px){
  .mbcta-wrapper{
    display:flex !important;
    position:fixed;
    bottom:12px;
    left:0;
    right:0;
    padding:0 10px;
    gap:10px;
    z-index:99999;
  }

  .mbcta-btn{
    flex:1;
    padding:15px 10px;
    text-align:center;
    color:#fff !important;
    font-size:16px;
    font-weight:600;
    border-radius:12px;
    text-decoration:none !important;
    box-shadow:0 6px 14px rgba(0,0,0,.2);
  }

  .mbcta-call{
    background-color:rgb(30,136,229) !important;
  }

  .mbcta-whatsapp{
    background-color:rgb(60,96,52) !important;
  }
}

@media (min-width:769px){
  .mbcta-wrapper{ display:none !important; }
}
