/* MCA Connect 5.6.1.6 — Gestão Mobile */
.mca5616-gestao-bottom{
 display:none;
}

@media(max-width:1100px){
 body{
   padding-bottom:84px!important;
 }

 .mca5616-gestao-bottom{
   position:fixed;
   left:9px;
   right:9px;
   bottom:max(8px,env(safe-area-inset-bottom));
   z-index:9800;
   min-height:66px;
   display:grid;
   grid-template-columns:repeat(5,1fr);
   gap:2px;
   padding:5px;
   border:1px solid #e4d7cf;
   border-radius:18px;
   background:rgba(255,253,251,.98);
   box-shadow:0 15px 40px rgba(49,22,14,.18);
   backdrop-filter:blur(12px);
 }

 .mca5616-gestao-bottom a,
 .mca5616-gestao-bottom button{
   border:0;
   background:transparent;
   border-radius:12px;
   min-width:0;
   min-height:54px;
   display:flex;
   flex-direction:column;
   align-items:center;
   justify-content:center;
   gap:3px;
   color:#725d54;
   text-decoration:none;
   font-family:Arial,sans-serif;
 }

 .mca5616-gestao-bottom span{
   font-size:18px;
   line-height:1;
 }

 .mca5616-gestao-bottom small{
   max-width:100%;
   overflow:hidden;
   white-space:nowrap;
   text-overflow:ellipsis;
   font-size:7px;
   font-weight:900;
 }

 .mca5616-gestao-bottom .active{
   background:#f2e5de;
   color:#933521;
 }
}
