
.buddyx-bottom-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    border-top: 1px solid #ddd;
    display: flex;
    justify-content: space-around;
    padding: 12px 0; /* increased padding */
    z-index: 9999;
}

.buddyx-bottom-bar .buddyx-icon img {
    width: 34px;  /* bigger icons */
    height: 34px;
}
