#underBar.eomaia-bottom-nav {
    background: rgba(255, 255, 255, 0.97);
    border-top: 1px solid #dde3ea;
    box-shadow: 0 -3px 16px rgba(33, 37, 41, 0.08);
    z-index: 20;
}

#underBar .eomaia-nav-item {
    align-items: center;
    appearance: none;
    background: transparent;
    border: 0;
    border-top: 3px solid transparent;
    color: #6c757d;
    display: flex;
    flex-direction: column;
    font-size: inherit !important;
    gap: 0;
    justify-content: center;
    line-height: 1;
    min-width: 0;
    padding: 1px 2px 2px;
}

#underBar .eomaia-nav-item.is-active {
    border-top-color: #0d6efd;
    color: #0d6efd;
    font-weight: 700;
}

#underBar .eomaia-nav-icon {
    font-size: 18px;
    line-height: 1;
}

#underBar .eomaia-nav-label {
    display: block;
    font-size: 9px;
    font-weight: 600;
    line-height: 1.1;
    max-width: 100%;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (min-height: 760px) {
    #underBar .eomaia-nav-icon {
        font-size: 21px;
    }

    #underBar .eomaia-nav-label {
        font-size: 10px;
    }
}
