.eps-menu-item.eps-menu-item-zephyr .menu-item-heading-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1px solid #555555;
    align-items: end;
}

.eps-menu-item.eps-menu-item-zephyr {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
}

.eps-menu-item.eps-menu-item-zephyr .menu-item-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: white;
    z-index: 2;
    border-radius: 50%;
    padding: 12px;
}