.gb-round-footer{
    position:fixed;
    left:0px;
    right:0px;
    bottom:0px;

    height:60px;

    padding: 0 8px;
    background:#2F4156;

    display:flex;
    justify-content:space-around;
    align-items:center;

    box-sizing:border-box;
    z-index:999;
border-radius: 20px 20px 0 0;
   }

.round-footer-item{
    flex:1;
    text-align:center;

    color:#f5efeb;
    font-size:11px;
    text-decoration:none;

    display:flex;
    flex-direction:column;
    align-items:center;
    gap:0px;
}


.round-footer-center{

    position:absolute;

    left:50%;
    top:-18px;

    transform:translateX(-50%);

    flex:1;
    text-align:center;

    color:#f5efeb;
    font-size:11px;
    text-decoration:none;

    display:flex;
    flex-direction:column;
    align-items:center;
    gap:4px;
}
.footer-space{
    width:20px;
    flex:0 0 20px;
}
 
  
  
  .share-banner{
    overflow:hidden;
}

.share-banner img{
    width:100%;
    display:block;
}
.footer-post-btn{
    display:flex;
    flex-direction:column;
    align-items:center;
    text-decoration:none;
    color:#f5efeb;
}

.post-icon{
    width:58px;
    height:58px;
    margin-top:-36px;
    border-radius:50%;
    background:#213043;
    border:2px solid #111c29;
    display:flex;
    align-items:center;
    justify-content:center;
}

.post-icon svg{
    width:34px;
    height:34px;
    stroke:#FFC928;
}

.post-text{
    margin-top:4px;
    font-size:11px;
    color:#f5efeb;}



